In my Flex application with Weblogic appserver, which approach is better for performance and transactions. Flex Data Management Services Vs Hibernate. Apprecite your help.
--- In [email protected], "Seth Hodgson" <[EMAIL PROTECTED]> wrote: > > If you have an existing server-side domain model and are using Hibernate use the HibernateAssembler. If you don't have any current server-side code and just want to expose some tables in your database to clients use the SQLAssembler. > > It really comes down to whether it makes sense for your client app to be interacting with database tables directly, or whether you need be interacting with server-side Java classes. > > Hope that helps, > Seth > > ________________________________________ > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of pradhasan > Sent: Friday, January 18, 2008 8:41 AM > To: [email protected] > Subject: [flexcoders] Hibernate.. > > Hi, > > I would like to know for large scale application which one is better > using HibernateAssembler or SQLAssembler in data-management- config.xml. > > Thanks in advance. >

