1.) The basic idea is that you store information about where you are (and possibly other state information) as a String in the URL hash fragment (e.g. http://app.example.com/#ShowPerson:5).
This basic idea is described in http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html As of GWT 2.1 this idea has been abstracted into the Activities and Places feature which you can/should use and which is described in http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html 2.) Whats your problem with authentication? Or do you just have a general problem with using EJBs on server side? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/izLZXKxVlYYJ. 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.
