Version 17 (modified by 18 years ago) (diff) | ,
---|
UTGB Development Guide Index
- wiki:Devel/TracSetup
- wiki:Devel/TrackDescription track description XML format draft
- 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 this article (not so long)
- Fundamentals section shows standard folder structure of GWT applications, how GWT works, 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 this article (not so long)
- API JavaDoc
UTGB