• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Using Struts2 + GWT

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am new to GWT but pretty familiar with Struts 2. Currently I my project is in Struts 2, but I need to convert UI part to GWT. So I wanted to know about some tutorial for integrating Struts 2 with GWT. I want to know the possible implications of using this approach for highend applications like how the performance would be affected, development efforts, level of knowledge of GWT. And it would be great if someone could suggest some good book to quickly get started with GWT. Is there any book like Head First GWT??

Thanks in advance.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Is there any book like Head First GWT??



I don't think so. There really isn't much to it. You write your GUI and middleware in Java and GWT turns it into AJAX Javascript. I went through the tutorial and had what I thought was a good grasp of the API in an afternoon (I'm no genius, it too me DAYS to figure out Struts 2!).
There is a Struts 2 GWT Plugin that you'll probably want to look at if you want to pursue that stack.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An Amazon search turns up at least 6-9 books, although I tend to agree with Joe--the online docs are plenty to get started.

The Struts user mailing list occasionally has GWT/S2 discussions and I know at least a few people on it have done this; if you have specific questions that would be another place to start.
 
reply
    Bookmark Topic Watch Topic
  • New Topic