hi,

1) case 1: *Web Application*
GWT is very powerful so that you can build a full blown RIA
application.
That mean a single page application with no page reload.

So just fill a widget with whatever content you need, for that do an
async request(RPC or basic HTTP) to server back end and populate
result in the widget.

case 2: *Web Site*
you created a normal web site with GWT (ie., GWT widgets in certain
parts of already existing page),
Then do usual web redirection as any other web page.


GWT entry point is just a starting point (ie., if I simply put it,
that set-up everything.
BTW reading GWT documentation is a great help.

I'm happy to help further,
please cc me when replying to this thread. (ie., always post to thread
so others can benefit :-) )

Arun.K.R

On Dec 17, 12:47 pm, Saeed <[email protected]> wrote:
> This question is very important for me to get started with GWT please
>
> Basically page navigation
>
> > > 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.


Reply via email to