VOS.VirtuosoAppODSUsers
ODS Users Administration Implementation Guide
The goal of the ODS Users Administration project is to port *.vsp user's pages to the following programming languages: AJAX, PHP and JSP.
- CVS location: The implemented pages are located in folder 'users' of the ODS Framework Application.
- Endpoint: The Endpoint is http://[host]:[port]/ods/users/[the name of the corresponding page].
- Implementation:
- Common files:
- users_api.sql: contains ODS Users WEB Services API, which supports login, logout, register, etc..
- oid_login.vsp: contains OpenID login and registration implementation.
- css/users.css.
- js/users.js: contains AJAX and common functions
- js/oid_login.js: contains functions for OpenID login and registration
- Common files:
- After VAD installing new ODBC connection is created with name 'LocalVirtuosoDemo?'.
List of supported Controllers
- Ruby Implementation?
- AJAX Implementation?
- PHP Implementation?
- JSP (Java Server Pages) Implementation?
Implementation
- The source code you can find here?.