Hello, 1) GWT is java-to-javascript compiler which means that GWT is only client code, not server code. Here you are talking about the scope of the server. 2) Here I think that there are two options. The first one is to have a single page with history support of GWT for navigation where the second option is multiple pages which are including one or several GWT modules that are attaching widgets to some nodes of the generated DOM tree. 3) Server Issue. The choice is yours.
Regards, Miroslav [email protected] wrote: > Hi, > > I´m new to the GWT and made the Stockwatcher Tutorial yesterday. > I´m actually developing JSF in an internship, but because of problems > with Ajax I started evaluating GWT for our purposes. It would be nice > if you could answer me some questions about the difference between JSF > and GWT and if the GWT fits to our requirements. > 1) As in JSF, is it possible to have the 'Beans' in scopes ? (Session, > Application or Request) > 2) Is it possible to define navigationrules ? In JSF, its possible to > say "if outcome on page one.jsp is 'yes', goto page two.jsp, else goto > three.jsp". > 3) Is there a possibilty to implement a "Loginfilter" so that the > session of the users can be handled ? > > Thanks for your help in advance ! > > Best regards, > > Robin > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
