GWT

GWT is a development toolkit for building and optimizing complex browser-based applications

Confirm properties configuration:
groupId: gwtTestx
artifactId: gwtTestx
version: 1.0-SNAPSHOT
package: gwt.testx
module:  ModuleX

Project structure

|   pom.xml
|
+---.settings
+---src
|   +---main
|   |   +---java
|   |   |   \---gwt
|   |   |       \---testx
|   |   |           +---client
|   |   |           |       GreetingService.java
|   |   |           |       Messages.java
|   |   |           |       ModuleX.java
|   |   |           |
|   |   |           +---server
|   |   |           |       GreetingServiceImpl.java
|   |   |           |
|   |   |           \---shared
|   |   |                   FieldVerifier.java
|   |   |
|   |   +---resources
|   |   |   \---gwt
|   |   |       \---testx
|   |   |           |   ModuleX.gwt.xml
|   |   |           |
|   |   |           \---client
|   |   |                   Messages_fr.properties
|   |   |
|   |   \---webapp
|   |       |   ModuleX.css
|   |       |   ModuleX.html
|   |       |
|   |       \---WEB-INF
|   |               web.xml
|   |
|   \---test
|       +---java
|       |   \---gwt
|       |       \---testx
|       |           \---client
|       |                   GwtTestModuleX.java
|       |
|       \---resources
|           \---gwt
|               \---testx
|                       ModuleXJUnit.gwt.xml

Java/GWT (last edited 2015-08-04 09:15:09 by static-wan-bl2-240-198-rev)