Changes between Version 4 and Version 5 of UTGBCore/DeveloperGuide
- Timestamp:
- 10/12/07 20:48:18 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/DeveloperGuide
v4 v5 5 5 = Getting Started = 6 6 7 * Folder structure 8 {{{ 9 src/main/java source codes 10 src/main/resources resource folder 11 src/test/java test codes 12 src/test/resources resources for testing 7 13 14 src/gwt-test gwt-test codes 8 15 16 tomcat GWT shell uses this folder to launch GWT-embedded tomcat server. 17 To change the web application configuration, edit tomcat/webapps/ROOT/WEB-INF/web.xml, or tomcat/conf/gwt/localhost/(context path).xml etc. 18 19 www GWT-compiled javascript codes will be generated into this folder 20 eclipse eclipse program launch files 21 22 target compiled class files or other generated files will be placed here 23 24 }}} 25