Changes between Version 11 and Version 12 of Devel/Index
- Timestamp:
- 10/04/07 19:05:53 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Index
v11 v12 15 15 16 16 * wiki:UTGBCore/RequestDispatcher 17 * For devloping web application servlets quickly and easily. RequestDispatcher supports dynamic loading of servlet classes (RequestHandler) without adding configurationand automatic data binding to RequestHandlers from HTTP requests.17 * You should read this section if you want to develop web servlets at ease. Our RequestDispatcher supports dynamic loading of servlet classes (RequestHandler) without adding any configuration, and automatic data binding to RequestHandlers from HTTP requests. 18 18 19 19