Re: Database Mapping

2004-09-08 Thread Hubert Rabago
You can combine Hibernate and FormDef to get this mapping. Create your transfer objects and map them to your database using Hibernate, then use FormDef to map formbeans to your transfer objects. Hubert On Wed, 8 Sep 2004 08:20:08 -0400, James Mitchell <[EMAIL PROTECTED]> wrote: > I'm not exactl

Re: Database Mapping

2004-09-08 Thread James Mitchell
I'm not exactly sure what you are asking. If you asking if Struts supports putting sql in the configuration files, then the answer is no. If you wanting some automatic framework to write your sql for you, then the answer is yes and no. No, you can't do it with Struts config files, but yes, it ca