Changes between Version 7 and Version 8 of UTGBCore/DeveloperGuide


Ignore:
Timestamp:
10/12/07 20:51:55 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/DeveloperGuide

    v7 v8  
    99src/main/java       source codes
    1010src/main/resources  resource folder
     11src/main/webapp     web application configuration files (web.xml, context.xml, etc. )
     12
    1113src/test/java       test codes
    1214src/test/resources  resources for testing
    13 
    14 src/main
    15 
    1615src/gwt-test        gwt-test codes
    1716
     
    2928== Package Structure ==
    3029{{{
    31 org.utgenome.gwt.utgb               UTGB Core libraries and track implementations
    32 org.utgenome.gwt.utgb.client        UTGB Core client-side (browser) codes, which will be compiled into JavaScripts
    33 org.utgenome.gwt.utgb.server        UTGB Core server-side codes including Servlets.
     30org.utgenome.gwt.utgb           UTGB Core libraries and track implementations
     31org.utgenome.gwt.utgb.client    UTGB Core client-side (browser) codes, which will be compiled into JavaScripts
     32org.utgenome.gwt.utgb.server    UTGB Core server-side codes including Servlets.
    3433
    35 org.utgenome.gwt.web       UTGB common libraries
    36 
     34org.utgenome.gwt.web            UTGB common libraries
    3735
    3836}}}