I am trying to understand the implications of the different settings in
my destinations regarding the scope of my assembler.  Currently, I have
the following:

...
<properties>
             <use-transactions>true</use-transactions>
            
<source>flex.data.assemblers.HibernateAnnotationsAssembler</source>
             <scope>application</scope>
...

I think I generally know what this means, but I would like to know when
what this actually means in terms of my LCDS application
functionality/performance and when it would be appropriate (or
desirable) to choose 'session' or 'request ' instead.

Thanks, Kevin




Reply via email to