XmlDb2Java

<< Project Home | Index | Data Access Objects (DAO) | DataBean (ValueObject) | XML database file
The purpose of the XmlDb2Java project is to generate Java code based on XML database defintions. The generated code can be part of the model in a model,view,controler (MVC) in a muti-tiered J2EE framework.

It currently generates the following Java J2EE pattern objects:

It also generates
  • Pk (Ejb Primary Key) - based on the xml database definition file
  • JndiNames file - used to look up the DAOs in an ejb environment
  • Ant build script