<c:choose> <c:when test="${user.likes}"> Share this with your friends </c:when> <c:otherwise> Send me feedback. </c:otherwise> <:choose>
Is it true you're having trouble adding GWT support to a new (or existing) Struts 1.x web application developed in Netbeans (or not) and possibly to be deployed in Google App Engine (or another JSP container like Tomcat)?
I'll be adding the steps pointed below, subscribe to the RSS feed to get a notification whenever i post a new step. You'll find this tutorial a little different, since i don't use (or like using) any other libraries. You'll find the source code in the sources part of the tutorial.
The tutorial walks you through the whole process in small steps:
- Add the Google App Engine Server to Netbeans.
- Add the Struts framework to Netbeans.
- Add the GWT framework to Netbeans.
- Create a simple Struts 1.x application.
- Add GWT support to a Struts 1.x application.
- Add I18N support to a Struts 1.x application.
- Tie the I18N support from both GWT and Struts.
- Facebook Authentication (Canvas + Web Application)
- Leveraging Struts and GWT, (DevServer / HostedMode) when to use which.
- Add a new workflow using Struts.
- Add a new module using GWT.
- Source code. Where to go next.
If you have any suggestions, ideas for full blown system integration (sb) or comments, leave a message below.