Changes between Version 15 and Version 16 of UTGBCore/DeveloperGuide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/DeveloperGuide

    v15 v16  
    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  (GWT module base)/dispatcher?actionClass=hello
     51 http://(GWT module base)/dispatcher?actionClass=hello
    5252
    5353