Resoa example for User registration
The Resoa package contains an example application for user registration and administration. Check the Readme.rtf file within the example folder of RESOA_ARTIFACT for more information about running the application on your localhost.
The user.demo.localhost Rest application
|
This is an example application for user registration and login. Content loading and service request invocation is implemented by AJAX, heavily using JQUERY with the plugins form.validation and request history management. The Country select box is filled by a JSONP call, pressing the submit button causes a Resoa Service call, storing the new user data. The service request object data is generated out of the registration form data. The application shows how to achieve internationalization by using the Restlet content navigation services. |
The admin.demo.localhost Rest application
This application allows the administration of user records. It demonstrates the following issues:
- Role based access control to static content and services
- Calling Login / Logout services with Session creation
- Listing content in Javascript datatables with filtering function
- Automatic form filling out of JSON response objects