Hi Arul,

What are you attempting?

If you want to replace your entire existing Struts/JSP based UI with
GWT in one iteration but retain existing server-side services, then
perhaps the easiest way is to replace your Action classes with GWT RPC
servlet methods and just copy most of your Action.perform(..) code to
these GWT RemoteServiceServlet methods (minus the JSP redirect and
bean binding bits, plus preparing the beans for return to GWT client).
Your application UI would then load and run from a single HTML file
(which is optimal for GWT) and you can throw the old Struts stuff
away.

If on the other hand you want to (or must) either a) embed a bit of
GWT sparkle into individual existing JSPs or b) incrementally replace
JSPs over time,  then the situation is more complicated. You need to
explain your constraints and what you need to do.

regards
gregor


On Dec 2, 1:56 pm, Arul <[EMAIL PROTECTED]> wrote:
> Hi,
>    Want to replace existing presentaion layer alone by GWT.
> Current application stores session value in servlet for processing in
> JSP.
>
> The same way , How a GWT tool will be used to diplay those values
> stored in session(servlet)?
>
> Thanks
> Arul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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