Changes between Version 23 and Version 24 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/05/07 00:18:56 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v23 v24 25 25 * With the above setting, an HTTP request, e.g., http://localhost:8989/hello.action, is mapped to the request handler org.utgenome.gwt.utgb.server.app.Hello class. 26 26 The upper letters are converted into the lower letters when mapping the request, e.g., Hello action can be accecced via hello.action URL. 27 * Another example using hierarchies of actions: http://localhost:8989/admin/login.action is mapped to org.utgenome.gwt.utgb.server.app.a ction.Login class.27 * Another example using hierarchies of actions: http://localhost:8989/admin/login.action is mapped to org.utgenome.gwt.utgb.server.app.admin.Login class. 28 28 29 29