Views

Difference between revisions of "Library"

The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.

Jump to: navigation, search
Line 16: Line 16:
  
 
<!--== Key Features ==
 
<!--== Key Features ==
* '''View Timetable'''
+
* '''Review My Details'''
School Staff can view their own timetable along with details like start time, room number, class, subject etc.
+
Library user can view his acount details such as loan items with due date and reserve items with available from date.
* '''View Messages'''
+
* '''Renew My Loans'''
It enables staff memeber to view messages sent to them regarding various aspects of school.
+
The user can view a list of items availabe for renew with due date which could then be selected by the user for renwal.Also he can view list of loan items which cannot be renewed along with reasons specified such as renew limited reached or reserved.
* '''Take Attendance Of Class'''
+
* '''My Reservations'''
It allows staff member to take attendance of a class and update's attendance of partiuclar class for specified subject on the school's database.-->
+
It allows the user to view a list of his reserved items and facilitates him to unreserve it.-->
  
 
== See also ==
 
== See also ==
 
*[[XML on optiPoint application module]]
 
*[[XML on optiPoint application module]]
 
*[[Additional Innovative XML Applications]]
 
*[[Additional Innovative XML Applications]]

Revision as of 10:36, 29 January 2007

Scope

Until recent times, library user used internet for accesing their library account,renewing loans,reserving items and searching for items. By utilising the capabilities of the AGP, the Java Database Connectivity (JDBC), SQL and java applications we can now provide a significant amount of functionality for library users on the optiPoint phones via the DSM or APM.

Operation

File:Database op.JPG
Operational Overview

Operational Overview:

  • Library application on the phone interacts with the server using XML. The server provides XML to the phone which the application renders into a screen for the user to interact with. The user’s interaction with the phone results in key-value pairs being passed back to the server for processing.
  • Java Application connects to databse using JDBC (Java Databse Connectivity).
  • Java Application then uses SQL to query /update the databse on the server.
  • In turn database returns the results in the form of result-set.
  • Java Application processes this result-set and constructs an appropriate XML page for IP Phone.


See also