JAVA2JAVAMapper
provides an intuitive, drag-and-drop approach to create mapping
definitions between two different Java Object Tree Model.
Once created, mapping definitions can be used to generate Mapper
XSL(eXtensible Stylesheet language) or Mapper Java classes
or Mapper CSharp classes or all of them. At runtime you
could either use Mapper XLSs or Mapper Java classes
or Mapper CSharp classes to convert one form Java object
tree model to another or Java to XML or XML to Java.
The following data transformationd are supported
- Java to Java
- Java to XML
- XML to Java
JAVA to JAVA Mapper
Map designer provides easy to use features to create Map
definition to convert given one Java tree object model to
another.
To convert one form Java tree object model to another,you
need to do the following steps.
- Create source XML Schema and target XML Schema from source
and target object tree model respectively.
- Create a Map definition using the source XML Schema and
target XML Schema.
- Generate XSLs or Java classes or C# classes.
- Test using generated XSLs(Optional)
Map Designer allows you to do all the above steps.The generated
Mapper Java classes or Mapper XLSs or Mapper
C# Classes could be used at a run time to convert incoming
java object to targer java object.
XML to JAVA Mapper
Map designer provides easy to use features to create Map
definition to convert given one Java tree object model to
another.
To convert one form Java tree object model to another,you
need to do the following steps.
- Create target XML Schema from target object tree model
- Create a Map definition using the source XML Schema and
target XML Schema.
- Generate Java classes or C# classes.
- Test using generated Java classes
Map Designer allows you to do all the above steps.The generated
Mapper Java classes or Mapper C# Classes could
be used at a run time to convert incoming java object to targer
java object.
JAVA to XML Mapper
Map designer provides easy to use features to create Map
definition to convert given one Java tree object model to
another.
To convert one form Java tree object model to another,you
need to do the following steps.
- Create source XML Schema from source object tree model
respectively.
- Create a Map definition using the source XML Schema and
target XML Schema.
- Generate XSLs or Java classes or C# classes.
- Test using generated Java classes
Map Designer allows you to do all the above steps.The generated
Mapper Java classes or Mapper C# Classes could
be used at a run time to convert incoming java object to targer
java object.
Features
- Drag and drop-mapping an input to an output can be done
just by dragging an input field and drop this field onto
an output field.
- Works with JAXB compatible XML marshaller and unmarshaller.
- Available as an Eclipse Plug-in.
- Graphical representation of Schema (TreeTable and Tree
View) - Provides easy navigation of schema element.
- Provides graphical view on how fields are mapped from
one format to another format.
- Provides way to access the source and target schema field
properties.
- Integrates other tools.
- Unit test can be done using generated Mapper XSLs
- Advanced Mapping can be implemented by using 'Custom Mapping
feature', which generated custom transformation class template.
- Has rich set of Translation API for both types of transformations.
|