|
Project Information
Featured
Downloads
Links
|
Put JSON to RESTA simple servlet framework that lets you create REST services that output JSON strings and reads incoming data from request parameters (either URL or form-encoded). The idea is that you implement a class with list, get, create, delete, and update methods that operates on some type of resource and do not have to worry about setting response headers and all that stuff. A very brief Design description A short walk-through of the Simple sample application A very bief description on how to build from source |