Hi, I'm trying to get into seam and by now I thing I'm starting to understand the JSF side code. Buts whats totally unclear to me:
For actions and supporting code I have to use some sort of whats called in JSF BackingBeans. No I do understand that I have to (do I?) use @Stateful SB for beans which store data and @Stateless for beans which don't. What I don't understand is: When can I use Pojos? Only if I need @PersistenceContext injected? And whats going on at the server? Where is my code executed? Does it make any difference when running in a distributed environment? Thanks, Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077043#4077043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077043 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
