Posts Tagged ‘ entry-point ’
In this tutorial we are going to work through creating multiple modules for a GWT web application. Multiple modules are a great way to organize and reuse your GWT code, and it is a good way to develop multiple GWT pages with only one entry point. If you are not familiar with the structure [ READ MORE ]
In part two of Getting Started we are going to work our way through some of the files that are created in a new GWT project. The four files generated when creating a new GWT project are going to be the life blood of your web application, so it is very important to have a [ READ MORE ]