omap
|
documentation
|
download
|
support
|
contact
|
|
|
|
7 May, 2006
- extend MDL to be able to include loops, conditions, methods to apply conversion and sub-object mappings
- extend MDL to be set document from and to definitions
15 August, 2005
- add tests for compilation errors (mapping definition script syntax errors)
- add mapping to another, existing, object. Requires to extend the
MappingExpert interface:
MappingExpert.map(Object from, Object to);
MappingExpert.map(String category, Object from, Object to);
- add merge mappings to objects, beeing able to do
expert.map(a, to); expert.map(b, to);
- add merge mappings to XML
- add optimize compilation option to MDL/MDS compile, limiting to static type
- enhance XML mapping to support more complex structures
field -> tag1.tag2.fieldTag produces <tag1><tag2>fieldTag</tag1></tag2>
- extend mapping defintion language to support wildcard specification
Class -> class
*
or
Class -> class
f* -> element*
or
Class -> class
field.*
- add mapping to CSV files
- add reverse mapping
- research for Swing mapping...
|