Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
A library for creating Restful applications in a quick and powerful manner.
- CRUD handling of Entities if one so chooses. - done
- Resources for 'anything' - done
- Link traversals - done
- Autobuilding the EntryPoint (bookmarkable) document. - done
- Invocation of methods on resources or entities. - done
- Support for www-form-urlencoded to ValueComposite - done
- Security support (want to use Shiro library, yet integrate with Restlet's)
- Application structure support. Predefined, but replaceable, layers are;
- Connectivity
- Resource
- Domain
- Infrastructure
- Configuration