Views

Difference between revisions of "optiPoint application module XML applications overview"

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
m (Protected "XML@optiPoint application module" [edit=sysop:move=sysop])
Line 1: Line 1:
 +
The [[optiPoint application module]] has a built-in XML parser. Thus server based XML-applications can be accessed by the user using this module.
 +
 
== Scope ==
 
== Scope ==
The module has in built-in XML parser. Thus server based XML-applications can be accessed by the user using the application module. The application module with its 320x240 px color screen and its alphanumeric keyboard can be seen as an additional (beside an PC-browser) front-end to display and access web-content. It follows the very well-know client-server principle, where central internet content (Webserver) can be accessed by a PC-based browser. This makes it easy for web-developers to bring make their applications available for a telephone-display too. There are hardly no special skills needed to write XML-based phone applications for optiPoint application module. The only difference comes inherently with XML, which makes a better usage of the graphical capabilities of a telephone screen. <br>
+
 
Like HTML is targeted for PC browsers and WML best for small mobile-phone displays, XML is optimal to represent web-content on phone displays.
+
The optiPoint application module with its 320x240 pixels color screen and its alphanumeric keyboard can be seen as an additional (beside an PC-browser) front-end to display and access web-content. It follows the very well-know client-server principle, where central internet content (Webserver) can be accessed by a PC-based browser. This makes it easy for web-developers to bring make their applications available for a telephone-display too.  
 +
 
 +
There are hardly no special skills needed to write XML-based phone applications for optiPoint application module. The only difference comes inherently with XML, which makes a better usage of the graphical capabilities of a telephone screen.
 +
 
 +
Like HTML is targeted for PC browsers and [[WML]] best for small mobile-phone displays, XML is optimal to represent web-content on phone displays.
  
 
== Documentation ==
 
== Documentation ==
 +
 
* {{File-DL|XML developers guide|pdf}}
 
* {{File-DL|XML developers guide|pdf}}
  
 
== Ressources ==
 
== Ressources ==
 +
 
* {{File-DL|Sample code XML-objects|zip}}
 
* {{File-DL|Sample code XML-objects|zip}}
 
* {{File-DL|XML schemata file (DTD)|zip}}
 
* {{File-DL|XML schemata file (DTD)|zip}}
  
 
== Sample Applications ==
 
== Sample Applications ==
 +
 
* {{File-DL|Presence demo|zip}}
 
* {{File-DL|Presence demo|zip}}
 
* {{File-DL|Slide show|zip}}
 
* {{File-DL|Slide show|zip}}
Line 16: Line 25:
  
 
== How To's ==
 
== How To's ==
 +
 
[[How to access sample XML applications]]
 
[[How to access sample XML applications]]
  
 
== Related links / information ==
 
== Related links / information ==
 +
 
* [[3rd party application developers|3rd party applications developers area]]
 
* [[3rd party application developers|3rd party applications developers area]]
  
 
=== Tutorials / Knowledge Base ===
 
=== Tutorials / Knowledge Base ===
 +
 
* [http://www.w3schools.com/xml/default.asp http://www.w3schools.com/xml] - W3C school: XML Tutorial
 
* [http://www.w3schools.com/xml/default.asp http://www.w3schools.com/xml] - W3C school: XML Tutorial
  
 
=== Developement tools ===
 
=== Developement tools ===
 +
 
* [http://www.altova.com http://www.altova.com/] - XML developmet tools, e.g. XML spy
 
* [http://www.altova.com http://www.altova.com/] - XML developmet tools, e.g. XML spy
 
* [http://www.stylusstudio.com/xml/editor/ http://www.stylusstudio.com] - XML development tools
 
* [http://www.stylusstudio.com/xml/editor/ http://www.stylusstudio.com] - XML development tools
Line 30: Line 43:
  
 
=== Webserver ===
 
=== Webserver ===
 +
 
* {{en}} [http://httpd.apache.org/ http://httpd.apache.org/] - Apache Webserver opensource project
 
* {{en}} [http://httpd.apache.org/ http://httpd.apache.org/] - Apache Webserver opensource project
 
* {{de}} [http://de.selfhtml.org/servercgi/server/index.htm http://de.selfhtml.org/servercgi/server/index.htm] - Einrichtehinweise Webserver
 
* {{de}} [http://de.selfhtml.org/servercgi/server/index.htm http://de.selfhtml.org/servercgi/server/index.htm] - Einrichtehinweise Webserver
 
* {{de}} [http://www.bananajoe.de/bananapache.html http://www.bananajoe.de] - Einrichtehinweise Apache Webserver
 
* {{de}} [http://www.bananajoe.de/bananapache.html http://www.bananajoe.de] - Einrichtehinweise Apache Webserver

Revision as of 10:31, 6 October 2006

The optiPoint application module has a built-in XML parser. Thus server based XML-applications can be accessed by the user using this module.

Scope

The optiPoint application module with its 320x240 pixels color screen and its alphanumeric keyboard can be seen as an additional (beside an PC-browser) front-end to display and access web-content. It follows the very well-know client-server principle, where central internet content (Webserver) can be accessed by a PC-based browser. This makes it easy for web-developers to bring make their applications available for a telephone-display too.

There are hardly no special skills needed to write XML-based phone applications for optiPoint application module. The only difference comes inherently with XML, which makes a better usage of the graphical capabilities of a telephone screen.

Like HTML is targeted for PC browsers and WML best for small mobile-phone displays, XML is optimal to represent web-content on phone displays.

Documentation

Ressources

Sample Applications

How To's

How to access sample XML applications

Related links / information

Tutorials / Knowledge Base

Developement tools

Webserver