Views

Difference between revisions of "optiPoint application module JAVA 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 (Documentation)
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Breadcrumb|0|0|{{dev-en}}|optiPoint|optiPoint application module}}
 +
{{Discontinued|en|Devices}}
 +
 +
 +
You can use different [[Java]] Midlets that were loaded onto the [[optiPoint application module]].
 +
 
== Scope ==
 
== Scope ==
You can use different [[Java]] Midlets that were loaded onto the [[optiPoint application module]].
 
* [[Using Java programs on optiPoint application module|How to use Java programs]]
 
* How to program Java midlets with the optiPoint 410 SDK
 
  
The Java application ist not available with optiPoint 500 phones.
+
Java comes in different flavours / footprints. In this phone product the J2ME (Java 2 Micro Edition) is implemented, like in mobile phone. Thus many programs written for mobile phones can be used on this module.
 +
 
 +
''SPECIAL Java DISCLAIMER:'' There is no guarantee that any mobile phone Java application will properly work on application module. Very often programs make usage of specific HW-specific functions (e.g. keys), which are not supported by this module.
  
 
== Technical data ==
 
== Technical data ==
 +
 
* Java 2 Micro edition (J2ME)
 
* Java 2 Micro edition (J2ME)
 
* MIDP 1.0 (v1.0.3) - Mobile Information Device Profile
 
* MIDP 1.0 (v1.0.3) - Mobile Information Device Profile
Line 13: Line 19:
 
* Three additional Java classes (Make Call, Select language, access local telephonebook)
 
* Three additional Java classes (Make Call, Select language, access local telephonebook)
 
* Size of SDK: 31 MB
 
* Size of SDK: 31 MB
* SDK based on Sun's Wireless Toolkit V1.3.1_01
+
* [[SDK]] based on Sun's Wireless Toolkit V1.3.1_01
 
* used JDK version: 1.3.1_08
 
* used JDK version: 1.3.1_08
  
== Documentation ==
+
== Commercial applications ==
* {{File-DL|Configuring Java@APM-de|pdf}}{{en}}
 
* {{File-DL|Configuring Java@APM-en|pdf}}{{de}}
 
  
== Ressources ==
+
* [http://www.opera.com/products/mobile/operamini/ Opera Mini Browser]
* {{File-DL|Java SDK|zip}}
+
* [http://freedownload.softonic.de/handy/SpruceChess.jar Spruce Chess]
  
 
== Sample applications ==
 
== Sample applications ==
 +
 
* {{File-DL|Speed Dial midlet|zip}}
 
* {{File-DL|Speed Dial midlet|zip}}
 
* {{File-DL|Stock Ticker|zip}}
 
* {{File-DL|Stock Ticker|zip}}
Line 30: Line 35:
 
* {{File-DL|Demo Hotel application 2|zip}}
 
* {{File-DL|Demo Hotel application 2|zip}}
  
== How To's ==
+
If you are accessing the internet via a proxy (like in Stock Ticker demo), don't forget to [[Configuring a Java/XML proxy|set Java Gateway and port]] properly.
 +
 
 +
{{SeeAlso optiPoint application module}}
  
 
== Related links ==
 
== Related links ==
* Link zu Sun
+
 
* Link zu Java Programmen
+
* [http://java.sun.com/ Java.sun.com: Sun Delveloper Network (SDN)]
 +
* [http://www.midlet.org/index2.jsp midlet.org: Wireless Java Downloads]
 +
* [http://www.jibble.org/midlets/ jibble.org: Open Source J2ME MIDlets]

Latest revision as of 13:01, 17 December 2015

The support for this product has been discontinued!
Please visit Devices to get further information about the current product portfolio.


You can use different Java Midlets that were loaded onto the optiPoint application module.

Scope

Java comes in different flavours / footprints. In this phone product the J2ME (Java 2 Micro Edition) is implemented, like in mobile phone. Thus many programs written for mobile phones can be used on this module.

SPECIAL Java DISCLAIMER: There is no guarantee that any mobile phone Java application will properly work on application module. Very often programs make usage of specific HW-specific functions (e.g. keys), which are not supported by this module.

Technical data

  • Java 2 Micro edition (J2ME)
  • MIDP 1.0 (v1.0.3) - Mobile Information Device Profile
  • CLDC 1.0 - Connected Limited Device Configuration
  • KVM 1.0.4 - Kilo Virtual Machine
  • Three additional Java classes (Make Call, Select language, access local telephonebook)
  • Size of SDK: 31 MB
  • SDK based on Sun's Wireless Toolkit V1.3.1_01
  • used JDK version: 1.3.1_08

Commercial applications

Sample applications

If you are accessing the internet via a proxy (like in Stock Ticker demo), don't forget to set Java Gateway and port properly.

See also

Related links