Optimize REST interactions. Avoid excessive requests to server when navigating backend data graphs.
Video from JEEConfFeatures easy-to-use fluent Java API to build customized processors for entity web methods. API works on top of JAX-RS standard. Reuses / extends entity model of a pluggable backend provider.
Supports relational databases via Cayenne ORM backend provider out of the box.
Supports alternative user-defined backends. E.g. for NoSQL stores, analytical queries, LDAP / Active Directory, etc.
Straightforward integration with any Java authorization framework to provide attribute-level and object-level access control.
Provides REST API that allows client to filter, sort, paginate the response. Client can request specific properties of "root" entity and recursively include data of related entities.
Supports reading / modifying data objects, collections and relationships.
Based on common REST HTTP interactions. Serves data as JSON.