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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
pradhasan
Sent: Friday, January 18, 2008 8:41 AM
To: flexcoders@yahoogroups.com
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.
 

Reply via email to