Version 24 (modified by 18 years ago) (diff) | ,
---|
UTGB Development Guide Index
- wiki:Devel/Setup
- Read this to set up development environment with Eclipse
- wiki:UTGBCore/DeveloperGuide
- wiki:UTGBCore/RequestDispatcher
- 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.
- GWT Developer Guide
- We recommend you to read through this article, since it's quite a brief document, but sufficient to get started with Java-based web application development.
- Fundamentals section explains standard folder structure of GWT applications, how GWT works in hosted-mode and web-mode, etc.
- Building User Interfaces section must be read to develop HTML user interface
- RPC section is needed to learn interaction between client-side codes (HTML & JavaScript?) and server-side (Servlet, CGI, etc.) codes.
- We recommend you to read through this article, since it's quite a brief document, but sufficient to get started with Java-based web application development.
- API JavaDoc
UTGB
UTGB Medaka
Migrating from Old UTGB
Server Management
Specification Draft
- wiki:Devel/TrackDescription track description XML format draft