Changes between Version 6 and Version 7 of Ticket #4421, comment 37


Ignore:
Timestamp:
2012-03-06T20:06:48+01:00 (15 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4421, comment 37

    v6 v7  
    33(in fact, preferences/delete, preferences/replace, preference/append and download covers 99% of customizator needs, all other things are optional)
    44
    5 Though we can add scripting for preferences manipulation, if it is already available in JDK. I imagine how to start JS engine and pass objects to it, but have no idea what "API" it should use with complex functions like "parseMapXPath". I am not so familiar with JavaScript, XPath, etc. , so I can not implement it myself (or even write good scripts for it).
     5Though we can add scripting for more advanced preferences manipulation, if it is already available in JDK. I imagine how to start JS engine and pass objects to it, but have no idea what "API" it should use with complex functions like "parseMapXPath". I am not so familiar with JavaScript, XPath, etc. , so I can not implement it myself (or even write good scripts for it).
    66
    77I also do not want to make all code dependent on preferences.xml format (especially duplicate parsing code).