Changes between Version 16 and Version 17 of UTGBCore/DeveloperGuide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/DeveloperGuide

    v16 v17  
    4949In the default setting, if you add a RequestHandler implementation (say, Hello.java) into org.utgenome.gwt.utgb.server.app package,
    5050the servlet (see wiki:UTGBCore/RequestDispatcher for details) can be accessed from
    51  http://(GWT module base)/dispatcher?actionClass=hello
    52 
    53 
     51  http://localhost:8888/org.utgenome.gwt.utgb.UTGBResourceCenter/dispatcher?actionClass=org.utgenome.gwt.utgb.server.app.hello
    5452 * wiki:UTGBCore/CreateYourOwnTrack