Hi Sairam, I guess it's possible, but GWT has a whole different approach than Struts 1.x. The former is component based, where the latter is request based. This means that with Struts the whole page gets rebuilt with every server round-trip. With GWT, a current page gets updated only partially with every user action. I think your app will get a totally different structure. You might want to rebuild the UI from scratch. Fortunately, you kept all business logic separate from UI logic, so you can easily create a new GWT based UI on top of your application! ;-)
Hope this helps for now. If you want more specific help, maybe you can add some more details. Jeroen On 2 mei, 17:08, Sairam <[email protected]> wrote: > Hi > I have an application developed in Struts 1.x, but I want to > develop the same by GWT technology. > > Can you help me on how to replace each and every component > of struts application by GWT. > > 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 -~----------~----~----~----~------~----~------~--~---
