OptiPoint Application Module How To Configure JAVA - Experts Wiki
OptiPoint Application Module How To Configure JAVA - Experts Wiki
Traduceți
Experts Wiki
Home
Devices
Communications Systems
Unified Communications
Developer Program
Go Search
This article describes how to configure your optiPoint telephone so you can install existing Java platform applications and use additional MIDlet
applications on your optiPoint application module.
For further information on these topics, refer to the relevant documents listed in References.
Contents
1 Java platform and Java file types
2 Benefits of a Java platform on an optiPoint application module
3 Requirements
4 Configuration overview
5 Installing Java MIDlets
5.1 Installation via Web browser
5.2 Configuring an HTTP proxy via Web browser
5.3 Installation on an optiPoint application module
5.4 Configuring an HTTP proxy on an optiPoint application module
5.5 Checking your installation
5.6 Creating Your Own Java MIDlets
5.7 Deleting Java MIDlets
6 See also
6.1 Related Links
Java is an object-oriented programming language. It is not dependent on a specific operating system but does require a special runtime
environment. The optiPoint application module features a suitable environment (referred to in the following as the Java platform). This
technology (J2ME) is also provided on the latest mobile telephones. Therefore you can also run many of the Java MIDlets available on the
Internet, for example, on your optiPoint application module.
In contrast to Java Applets, the archive file in Java MIDlets only contains the programming classes that are actually used for the specific
application.
Each Java MIDlet includes a *.jad description file and a *.jar archive file.
You must always load the *.jad description file to install a Java MIDlet in the optiPoint application module. The *.jar file is installed
automatically with the MIDlet.
For further information on .jad and .jar files, see section 2.3, “Contents of .jad and .jar Files”.
Flexibility:
A Java platform enables you to use additional, customized functions on your optiPoint application module without having to modify the
telephone software. You can simply remove applications you no longer need.
Variety:
https://wiki.unify.com/wiki/optiPoint_application_module_How_to_configure_JAVA 1/5
13.01.2019 optiPoint application module How to configure JAVA - Experts Wiki
You can add extra telephone functions (for example, the speed-dialing list in the preinstalled MIDlet), or use general functions such as a
calculator.
You can use the familiar, standardized Java programming tools to create your own applications or have them programmed to meet your
specifications.
Requirements
The optiPoint application module must be connected to one of the following optiPoint telephones and operational:
You can also run the optiPoint application module on optiPoint 500 telephones, but these do not support the Java function.
You should know the IP address of the optiPoint telephone with the optiPoint application module you wish to configure.
You should have a PC with a Web browser that can access your optiPoint telephone (and the attached optiPoint application
module) via LAN. You can also connect a PC (a laptop, for example) directly to one of the telephones listed above using a LAN
cable ( socket on the underside of the telephone).
See section 6, “References” to find out where you can obtain any additional information you need.
Configuration overview
The following table provides an overview of the sections in this document that describe how to administer the Java platform via a Web browser
(WEB) and via the optiPoint application module (APM). At a glance, you can see which configuration options are available for each task.
There are also other methods for administering the optiPoint application module such as the Deployment Tool or the Deployment Service. For
further information on these, see section 6, “References”.
A MIDlet can be installed using a Web browser or directly on the optiPoint application module. Installation via a Web browser is the more user-
friendly and, therefore, recommended method.
https://wiki.unify.com/wiki/optiPoint_application_module_How_to_configure_JAVA 2/5
13.01.2019 optiPoint application module How to configure JAVA - Experts Wiki
You can also enter an HTTP proxy server. However, this is only necessary if:
You want to install Java MIDlets that use HTTP functions (a Web browser such as Java MIDlet, for example).
Direct access is not possible, for example, due to a firewall.
If this is the case, enter the proxy server via your Web browser or directly on the optiPoint application module, see section 2, “Configuring an
HTTP proxy via Web browser” or section 2, “Configuring an HTTP proxy on an optiPoint application module”.
Java MIDlets can only be deleted directly on the optiPoint application module, see section 4, “Deleting Java MIDlets”.
For further information on starting and operating Java MIDlets, refer to the user manual, see section 6, “References”.
A default MIDlet is preinstalled and delivered with the optiPoint application module. This MIDlet is overwritten by the installation procedure
described here.
Java MIDlets can be installed by administrators and users. The following describes the procedure for administrators (that is, in the
administration area of your Web browser).
1. Open a Web browser and enter the IP address of the optiPoint telephone on which you want to install the Java MIDlet:
http://[IP-Adresse]:8085
The telephone homepage is displayed.
2. Click Administration.
5. Enter the following parameters in the form or check that the existing entries are correct:
FTP server address: IP address of the FTP server.
FTP account name: account name for FTP server access.
FTP username: user name for FTP server access.
Only enter a password in both FTP password fields if the password has changed. The password is not displayed when entered
in these fields.
Java midlet filename: Java MIDlet filename with the suffix .jad, for example, Speed-DialApplet.jad.
Check that the .jar file specified under MIDlet-Jar-URL in the .jad file is present (these #: two files generally have the same
name).
FTP path: file path starting at the directory entered as the FTP root on the FTP server.
The default entry is a dot (.), which means that a path has not been entered.
The installation takes a few seconds. If it is successful, the browser returns to the administration menu. If it is not successful, you will see an
error message.
1. Open a Web browser and enter the IP address of the optiPoint telephone on which you want to install the Java MIDlet:
http://[IP-Adresse]:8085
The telephone homepage is displayed.
2. Click Administration.
3. Enter the password (default: 123456) and confirm your entry with Login.
https://wiki.unify.com/wiki/optiPoint_application_module_How_to_configure_JAVA 3/5
13.01.2019 optiPoint application module How to configure JAVA - Experts Wiki
You have now entered all data required for communication with the HTTP proxy on your telephone.
1. Click the icon on the optiPoint application module display. The Applications overview is displayed.
2. Click the Programs icon . Any existing MIDlets are displayed in a list.
3. Click the icon to open the context menu and select Add MIDlet. An input form is displayed.
4. Enter the following parameters in the form or check that the existing entries are correct:
Server: IP address of the FTP server.
User: user name for FTP server access.
Only enter an FTP password in the password field if the password has changed. When you have entered the password, it is
masked by asterisks (*).
Account: account name for FTP server access.
5. Click Next. The second part of the input form is displayed.
File: Java MIDlet file name with the suffix ".jad", for example, SpeedDialApplet.jad. Check that the .jar file specified under
MIDlet-Jar-URL in the .jad file is present (these two files generally have the same name).
Directory: file path starting at the directory entered as the FTP root on the FTP server. The default entry is a dot (.), which
means that a path has not been entered.
6. Click Add MIDlet.
The installation takes a few seconds. If it is successful, the browser returns to the administration menu. If it is not successful, you will see an
error message.
1. Click the icon on the optiPoint application module display. The Applications overview is displayed.
2. Click the Prog icon . Gibt es bereits Midlets, werden diese in einer Liste angezeigt.
3. Click the icon to open the context menu and select Web Settings. An input form is displayed.
4. Enter the following parameters in the form:
User name: user name for HTTP proxy access.
Password: password for HTTP proxy access.
5. Click Save.
You have now entered all data required for communication with the HTTP proxy on your telephone. The installation takes a few seconds. If it is
successful, the browser returns to the administration menu. If it is not successful, you will see an error message.
Once you have installed a MIDlet, you should always check whether it has been loaded correctly and can be started.
1. Click the icon in the optiPoint application module display. The Applications overview is displayed.
2. Click the Programs icon . The installed MIDlet is displayed in the list of Java MIDlets.
3. If there is only one MIDlet, the MIDlet you have just installed will be the only entry in the list. If there are several MIDlets, select the
MIDlet you have just installed.
4. Select Details to display information on this MIDlet. This is the same information contained in the .jad file, see section 5.1, “.jad files”.
To create your own Java MIDlet you must be familiar with the Java programming language.
Siemens JAVA SDK is a complete package aimed at supporting you in Java MIDlet development.
Sample Java MIDlets such as speed-dialing lists, notes and various games.
Documentation for Siemens optipoint410 JDK and the classes used.
Sun's Java 2 Micro Edition Wireless Toolkit, including documentation.
Siemens JAVA SDK is available free of charge on the Internet, see section 5.2, “References”.
You can permanently delete unnecessary or incorrect MIDlets. Java MIDlets cannot be deleted via a Web browser.
Once you have deleted a Java MIDlet it cannot be retrieved from the memory. If you want to use a MIDlet again, you must reload it - see
section 2, “Installing Java MIDlets”.
1. Click the icon in the optiPoint application module display. The Applications overview is displayed.
2. Click the Prog icon . Installed MIDlets are displayed in a list.
3. If there is only one MIDlet, the MIDlet you have just installed will be the only entry in the list. If there are several MIDlets, select the
MIDlet you have just installed.
4. Click the icon to open the context menu and select Delete Entry to delete the selected MIDlet, or Delete All to delete all installed
MIDlets.
If you select Delete All, the default SpeedDialApplet MIDlet will also be deleted (if previously installed).
See also
optiPoint application module - the portal page of this accessory
optiPoint application module FAQ - answers to frequently asked questions
https://wiki.unify.com/wiki/optiPoint_application_module_How_to_configure_JAVA 4/5
13.01.2019 optiPoint application module How to configure JAVA - Experts Wiki
optiPoint application module WAP applications overview - general information to WAP applications
optiPoint application module How to configure WAP - how to configure WAP on APM
optiPoint application module Programming WML applications - WML applications programming description
optiPoint application module JAVA applications overview - general information to JAVA applications
optiPoint application module How to configure JAVA - how to configure Java on APM
optiPoint application module How to configure LDAP - how to configure LDAP on APM
optiPoint application module XML applications overview - general information to XML applications
Related Links
lcd tv
Car games
https://wiki.unify.com/wiki/optiPoint_application_module_How_to_configure_JAVA 5/5