From: "Ovidiu EFTIMIE" <[EMAIL PROTECTED]>
> The project architecture is made in such way that ActionForms are an
> almost 1-1 mirror with the the Hibernate mapped entities.
> For example : if I have an entity A that contains an entity B and a
> list of entities C, in the corresponding forms I'll have Aform
> containing Bform and a List of CForm objects.

It's that "almost" that will get you. :)  I have the same thing going on
with a near-1-to-1 mapping between Forms and DAO objects.  I use dynamic
forms, so at least I only write the get/set methods once in the data access
object.  (No Hibernate for me... non JDBC database.)

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to