Hi
im new in Jboss seam, i need to clear one issue
i have many web pages where i get the Data from DB and also i add, delete, update, whats
the best practice to use @Stateless or @StateFull
most my page look like this
@Stateless
@Name("action")
@Scope(ScopeType.SESSION)
thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080190#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...