reading the data from web

Hi guys ,I am new to j2me ,i am going to start a project named onlineNewsfor this project i need to read the data from web.can anyone help me with a sample code for reading a data from webthank u for spending your precious time
[255 byte] By [jyothimsa] at [2007-10-3 9:47:51]
# 1

that depends on the used technology on top of the web. I believe with J2ME you have access to the URLConnection class, so you can send HTTP requests manually. Otherwise you will need to use low level sockets, or use webservices such as SOAP or XML-RPC.

There is a lightweight XML-RPC client available for J2ME. It is no longer in development, but that doesn't mean that it doesn't work.

http://kxmlrpc.objectweb.org/

gimbal2a at 2007-7-15 5:04:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...