XmlDb2Java

<< Project Home | Index | Data Access Objects (DAO) | DataBean (ValueObject) | XML database file

DataBean Value Object

Transfers remote, fine-grained data by sending a coarse-grained view of the data.

(Value Object) J2EE blueprint pattern link

The generated DataBeans are based on table schemes defined by the XML database file.. It contains all table columns that do not have 'hard coded' values. It contains an 'isModified:boolean' method to prevent redundant EJB db updates. DataBeans should be regenerated if the underlying table scheme changes.

UML diagram of generated DAO files