[appengine-java] newbie question: redirect users (GWT 2.3.0)

2011-06-02 Thread meiaestro
Hi experts, I'v build a web application with three entry points so far: registration login start page As you can imagine I want to (or have to) be able to dynamically redirect a user - depending on his authentication/session validation, etc. - to the correct entry point, regardless which

Re: [appengine-java] newbie question: redirect users (GWT 2.3.0)

2011-06-02 Thread A. Stevko
Most every GWT app has only one entry point not counting the static html in the war file. The three pages you described are commonly set up as separate panels/views that are dynamically placed into a main div within single page load. You may want to read up on using