Re: Advise for reimplementing a Struts JSP application in GWT

2008-12-10 Thread [EMAIL PROTECTED]
Speaking strictly from my opinion and based upon a very similar experience, a lot of this is going to be a complete rewrite. If your original development did a good job of separating true server functionality from client struts functionality, then the server objects could be reused in some

Advise for reimplementing a Struts JSP application in GWT

2008-12-09 Thread sunitkatkar
Hello, I have dabbled with GWT and understand how to build UIs and use the Ajax features and RPC mechanism. I seek advise from you about the following How should I go about if I were to reimplement an existing Struts, JSP and handwritten Ajax web application in GWT? The current application has