I have a JSF facelets page that displays a table of dat开发者_如何转开发a depending on which page they are viewing. When I display page 1, I call the view() action method to get the data from the data
I have a @C开发者_开发百科onversationScoped bean, with a start method, like so: @PostConstruct public void start() {
Im a new SEAM developer and for sure im really enjoyin开发者_如何学Cg the platform. im wondering wether a stateless session bean plus conversation scope has the same semantic by stateful session bean
In our Seam app, we have a polling section that keeps the conversations active for as long as a page is kept open in a browser window/tab, to allow the user to work with multiple object instances at t
I have a class: @Name(\"foo\") @Scope(ScopeType.CONVERSATION) public class Foo { @In Session session; @In private Conversation conversation;
I want to use SEAM Framework with Hibernate but do not want to use EJB. I cannot use EJB. First question is, can I use EntityManager? or is EntityManager a part of EJB?
I have a problem with the way sessions and conversations are handled in Seam. We have some rather long forms where most of the time you start filling in the first screen and then some actions are exec
I am very new to Seam, I need some clarification in this below code , I need to know how it works, what is use of RESTRICTIONS in this code .......
Seam\'s documentation says that conversational state - see link last line - can be configured to be stored in the client browser a开发者_如何学Cs opposed to the servlet session.Can anyone tell me:
I have a very simple application with just 2 pages on WebLogic 10.3.2 (11g), Seam 2.2.0.GA. I have a command button in each, which makes a redirect-after-post to the other. This works well, as I see t