Hi

On Wed, Dec 16, 2009 at 10:35 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
>

I have no idea about struts & JSF, I think you want to ask where to specify
servlets mappings, if yes, it is web.xml
If not, there is no way to map web pages or uri(s) to specific java method.


> What if we have a 10 page site and user wants to jump to page 5. How
> do we get around EntryPoint in this case.
>

you can use 10 entrypoints, one for each page and use normal html hyperlinks
to navigate.
 OR
you can make use of gwt History (search it in docs), here you have to create
only one EntyPoint.


> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>

--

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