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

User registration example

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

User administration example

This application allows the administration of user records. It demonstrates the following issues: