Changes between Version 6 and Version 7 of UTGBCore/DeveloperGuide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/DeveloperGuide

    v6 v7  
    55= Getting Started =
    66
    7  * Folder structure
     7== Folder structure ==
    88{{{
    99src/main/java       source codes
     
    1111src/test/java       test codes
    1212src/test/resources  resources for testing
     13
     14src/main
    1315
    1416src/gwt-test        gwt-test codes
     
    2527}}}
    2628
     29== Package Structure ==
     30{{{
     31org.utgenome.gwt.utgb               UTGB Core libraries and track implementations
     32org.utgenome.gwt.utgb.client        UTGB Core client-side (browser) codes, which will be compiled into JavaScripts
     33org.utgenome.gwt.utgb.server        UTGB Core server-side codes including Servlets.
     34
     35org.utgenome.gwt.web       UTGB common libraries
     36
     37
     38}}}