Difference between revisions of "Holiday Planner"
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.
Line 1: | Line 1: | ||
− | [[Image: | + | [[Image:.JPG|300px|center]] |
== Scope == | == Scope == | ||
== Operation == | == Operation == | ||
Line 5: | Line 5: | ||
'''Operational Overview:''' | '''Operational Overview:''' | ||
− | * | + | * Holiday Planner 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 connects to databse using JDBC (Java Databse Connectivity) | ||
* Java Application then uses SQL to query /update the databse on the server. | * Java Application then uses SQL to query /update the databse on the server. |
Revision as of 14:57, 24 November 2006
Scope
Operation
Operational Overview:
- Holiday Planner 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 IPPhone.