Changes between Version 13 and Version 14 of UTGBCore/DeveloperGuide


Ignore:
Timestamp:
10/12/07 21:01:42 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/DeveloperGuide

    v13 v14  
    4646
    4747== Create Your First Track ==
     48
     49In the default setting, if you add a RequestHandler implementation (say, Hello.java) into org.utgenome.gwt.utgb.server.app package,
     50the servlet (see wiki:Devel/RequestDispatcher for details) can be accessed from
     51 (GWT module base)/dispatcher?actionClass=hello
     52
     53
    4854 * wiki:UTGBCore/CreateYourOwnTrack