Web pages don't map to specific java methods, in no way is this like struts or jsf. The only mapping you get from the one single html page that you have to the entry point class, from there you build your site accordingly. So in GWT there is only one page, you just dynamically change what the page looks like. You can implement history with gwt so that based on the url you can build your page to be "page 5" of your site.
On Dec 17, 1:47 am, Saeed <[email protected]> wrote: > This question is very important for me to get started with GWT please > > Basically page navigation > > On Dec 17, 12:43 pm, Saeed <[email protected]> wrote: > > > > > bump :( > > > On Dec 16, 10:05 pm,Saeed<[email protected]> wrote: > > > > I would like to know how webpages map to specific Java methods please > > > like in Struts we have struts.xml and JSF we have faces-config.xml > > > > What if we have a 10 page site and user wants to jump to page 5. How > > > do we get aroundEntryPointin this case. > > > > Thanks -- 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.
