资 源 简 介
Projects:
* buildtools: Various maven mojos and ant targets to assist in using various APIs.
* [modeldata](modeldata.md): Annotation used by buildtools to mark classes to be processed to generate GXT ModelData implementations from existing POJOs.
* UnittWebSocketClient: Objective-C WebSocket client implementation for iOS. It should work on MacOSX as well, but only tested on iOS (compatible with RFC6455, rev00, rev07, rev08, rev10). Passes all Autobahn RFC6455 compliance tests.
* [UnittJSONSerializer](http://unitt.googlecode.com/svn/projects/iOS/UnittJSONSerializer/trunk/): Objective-C library for iOS that binds JSON to Objective-C objects. Allows developers to work with their native classes and still communicate with JSON services. Automatically detects Objective-C class and creates it from the JSON or vice-versa. This library is currently in sandbox mode. The API will change (needs cleanup