Changes between Version 15 and Version 16 of UTGBCore/DeveloperGuide
- Timestamp:
- 10/12/07 21:02:52 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/DeveloperGuide
v15 v16 49 49 In the default setting, if you add a RequestHandler implementation (say, Hello.java) into org.utgenome.gwt.utgb.server.app package, 50 50 the servlet (see wiki:UTGBCore/RequestDispatcher for details) can be accessed from 51 (GWT module base)/dispatcher?actionClass=hello51 http://(GWT module base)/dispatcher?actionClass=hello 52 52 53 53