TOC PREV NEXT INDEX



Network operations


The Sourcerer can generate code which will let the Mobile Devices connect to other computers via HTTP. The options are

To make an HTTP connection, a URL must first be entered. A URL may be "hard coded", retrieved from a part of the MIDlet, or programatically determined. Next the decision must be made whether a GET or POST HTTP Request will be made. At the same time, the name of the HTTP Connection Object must be specified, and if it is a new object or not.

For GET requests, there are six options. They are

For POST requests, the information to be sent must be identified, and various parameters related to the request may be set. POST requests also have the same six options for the received page.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX