Changes between Version 19 and Version 20 of UTGBCore/DeveloperGuide
- Timestamp:
- 10/12/07 21:08:28 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/DeveloperGuide
v19 v20 56 56 (see wiki:UTGBCore/RequestDispatcher for details) 57 57 58 Your first task is to writea servlet that simply returns !HelloWorld with additional messages:58 Your first task is to extend a servlet that simply returns !HelloWorld with additional messages: 59 59 60 60 source:trunk/utgb/utgb-core/src/main/java/org/utgenome/gwt/utgb/server/app/HelloWorld.java 61 61 62 Access: 63 http://localhost:8888/org.utgenome.gwt.utgb.UTGBResourceCenter/dispatcher?actionClass=org.utgenome.gwt.utgb.server.app.helloworld 64 62 65 63 66 * wiki:UTGBCore/CreateYourOwnTrack