Documentation Topic Sentences 1
The Server
HAMSTER server is a Hypertext Transfer Protocol (HTTP) server because it uses HTTP to communicate with its two types of clients - mobile clients and web browsers.
It is also a Java-based web server which uses two important classes, java.net.Socket and java.net.ServerSocket.
Both types of clients communicate through HTTP messages.
The Clients
Mobile clients are running in Java 2 MicroEdition (J2ME) Platform under Mobile Information Device Profile 2.0 (MIDP) and Connected Limited Device Configuration 1.1 (CLDC) profiles. Currently, the MIDP technology supports the standard HTTP protocol.
Web clients can be users accessing the web server using an Internet browser or through sockets in a Java application (or applet).
Mobile Phones
MIDP 2.0 / CLDC 1.0
Nokia ser. 40
Nokia ser. 60
Siemens 65x
Motorola
MIDP 2.0 / CLDC 1.1
Nokia ser. 60, ser. 80, ser. 90,
Siemens 65x, 75x
www.devbg.org/seminars/seminar-3-december-2005/Plamen-Zheliazov-J2ME.ppt
HAMSTER server is a Hypertext Transfer Protocol (HTTP) server because it uses HTTP to communicate with its two types of clients - mobile clients and web browsers.
It is also a Java-based web server which uses two important classes, java.net.Socket and java.net.ServerSocket.
Both types of clients communicate through HTTP messages.
The Clients
Mobile clients are running in Java 2 MicroEdition (J2ME) Platform under Mobile Information Device Profile 2.0 (MIDP) and Connected Limited Device Configuration 1.1 (CLDC) profiles. Currently, the MIDP technology supports the standard HTTP protocol.
Web clients can be users accessing the web server using an Internet browser or through sockets in a Java application (or applet).
Mobile Phones
MIDP 2.0 / CLDC 1.0
Nokia ser. 40
Nokia ser. 60
Siemens 65x
Motorola
MIDP 2.0 / CLDC 1.1
Nokia ser. 60, ser. 80, ser. 90,
Siemens 65x, 75x
www.devbg.org/seminars/seminar-3-december-2005/Plamen-Zheliazov-J2ME.ppt
0 Comments:
Post a Comment
<< Home