After reading this very same topic about Java Servlets:
How do servlets work? Instantiation, sessions, shared variables and multithreading
I started looking for documentation about how this works for LCDS or Blaze remote objects on flex without any luck so far...
so, does any one knows about good documentation or its experienced enough to answer this?
I'm currently using flash builder 4.6, ADEP Data Services for Java EE 4.6 and JBoss 7.1.
Edit: I'm gonna specify some of my doubts on remote objects:
If the scope is application, is the class instanced on application start up like java servlets?, whats the concurrency behavior on different scopes?, are request scope objects created and destroyed on each call?, what about static members?.