Only reason I can think of to use Gilead is if you want to send an object across the wire, update it, and send it back. Using its various state stuff it's able to turn it into a detached entity which can be merged in.
On Sep 15, 9:29 am, Flori <[email protected]> wrote: > Hey all, > > To use my hibernate entities with Beanlib i need two lines of codes: > HibernateBeanReplicator replicator = new > Hibernate3BeanReplicator(null, null, myVetoer); > MyHibernateServiceObject serviceObject = > replicator.copy(myHibernateServiceObject); > > Why Gilead makes the whole so complex, why should I use Gilead instead > Beanlib? > > Can someone explain that to me? > > cheers! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
