how can my j2me application talk to ERP system

how can my j2me application talk to ERP system?thanks in advance..harsh
[92 byte] By [acceltreea] at [2007-10-1 23:22:01]
# 1

If you are using MIDP, you need to open a HttpConnection. See the java.io API docs for J2ME. You should create the connection and read from it in its own thread. Have the class that initiates the thread pass a reference of itself to the thread so that when the connection is done being read, you can invoke a callback functiion on the original object to give it the data.

- Saish

Saisha at 2007-7-15 14:07:13 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...