Table of Contents
Part 1: Introduction and Functional SpecsPart 2: Generating the GWT project
Part 3: Integrating Spring and GWTHandler
Part 4: Running the Application
Dependencies
- Spring core 3.1.0.RELEASE
- Maven
- GWT Maven Plugin 2.4.0
- gwt-sl 1.3-RC1
- See pom.xml for details
Github
To access the source code, please visit the project's Github repository (click here)
Functional Specs
Before we start, let's define our application's specs as follows:- Create a simple Hello World-style application
- Use GWT Maven plugin to manage the project
- Integrate Spring
Screenshots
Before we start with the actual development, let's preview how our application will look like.Entry page
The entry page is the only page that users can access. Here, users can enter their name.
After the user has submitted his name, a popup message will appear.
After we've integrated Spring, we shall see a different popup message.
Next
In the next section, we will create our GWT project using the GWT Maven plugin. Click here to proceed|
Share the joy:
|



The link to the next chapter is missing an "l" at the end ;-)
ReplyDelete@Anonymous, thank you for pointing that out. I've corrected the link :)
ReplyDelete