Hello World examples for Maven and GWT
Possibly you have hear about the gwt web framework and the maven management tool. The combination of both provides you a powerful development enviroment, but in the beginning it can be very difficult or unclear.
This hello world example tries to show you how to start a new project based on gwt and maven plugin.
Steps to use this examples:
- Download and configure maven
- Download the gwt framework
- Download and untar the example
- Change the path to the gwt framework in the profiles.xml file
- Execute this command on the shell: mvn gwt:gwt
Future features
- Junit integration
- testGWT integration
- php server side integration