Xml2Bean is an XML 2 Java Bean source code generator . It creates a Java "model" based on xml meta-data to create different types of Java beans. The XiT pipeline passes this model to the Velocity Adapter, which merges the model with a Velocity template to generate source code.
Any type of source code that uses a component architecture ( getters and setters ) can be generated using this module. Templates available for this project are:
Input
Adapter
Output
Xml2Bean requires the following software components:
Xml2Bean is open source and released under the GNU GPL This software does not come with a warranty of any kind. Use at your own risk. You may modify and distribute the code as you wish, as long as you provide the source code and this copyright with it. The source code that is generated using this tool is your own and not subject to GPL.
Xml2Bean was designed and written by Brad Matlack.