'''UTGB Core 1.0: Developer Guide''' [[PageOutline]] = Getting Started = * Folder structure {{{ src/main/java source codes src/main/resources resource folder src/test/java test codes src/test/resources resources for testing src/gwt-test gwt-test codes tomcat GWT shell uses this folder to launch GWT-embedded tomcat server. To change the web application configuration, edit tomcat/webapps/ROOT/WEB-INF/web.xml, or tomcat/conf/gwt/localhost/(context path).xml etc. www GWT-compiled javascript codes will be generated into this folder eclipse eclipse program launch files target compiled class files or other generated files will be placed here }}}