Guide to Profile Administration using Third Party Languages
This guide covers the development of alternative ODS User Profile Management interfaces using programming languages such as Javascript, PHP, VSP, JSP, or ASPX.
Fundamentally, this effort is about RESTful interaction with the relevant ODS Profile Space controllers.
- Resource location: The sample pages are located in the '
users
' folder within your ODS installation.
- Endpoint:
http://[host]:[port]/ods/users/[programming-lang]/[file].[extension]
- Components:
users_api.sql
: ODS User Management Controller covering login, logout, registration, etc.
oid_login.vsp
: OpenID? login and registration implementation
css/users.css
: Cascading Stylesheet
js/users.js
: Common Javascript Functions
js/oid_login.js
: OpenID? login or registration functions
- After installation of the ODS-Framework VAD, a new ODBC DSN,
Local Virtuoso Demo
, is automatically created for ODBC-based communication with the host Virtuoso instance.
Sample Alternative ODS User Profile Admin Pages
Related
CategoryODS CategoryVirtuoso