Hello,

This is an architectural question.

We have a project where we have a process that uses EJB3 to
insert/update/delete to several tables at once when it receives data
from the client. But right now, we use Remote Object to trigger that
process. I would like to use an Assembler to use the Data Management
Service instead.

We have two JBoss servers, one for the front end and one for the back
end. The front end server holds the lightweight version of the
entities returned to Flex. The back end server holds the heavyweight
entities that are reflected in the database.

Is it possible to use the Data Management Service and affect several
tables at once ?

Regards,
Karl Sigiscar.


Reply via email to