Running the starter project on WildFly 8.1
In the Get Started with the GWT SDK section (https://developers.google.com/web-toolkit/gettingstarted), creating a first web application is discussed. In this section, we will create the starter application and run the application on WildFly 8.1. Create the application with webAppCreator
. Change directory (with the cd
command) to the GWT installation directory and run the following command to create the starter web application.
>cd gwt-2.6.0 >webAppCreator -out MyWebApp com.mycompany.mywebapp.MyWebApp
The application gets created and looks like the following screenshot:

The directory structure of the the ...
Get Advanced Java® EE Development with WildFly® now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.