connecting PDA wirelessly to server

hii am trying to write a program to connect a PDA wirelessly to a server and then download information from the server such as welcome page or user loggin page, then update the server via the PDA. does anybody knows how can i do this.many thank
[265 byte] By [arashbanisaeida] at [2007-10-3 3:53:49]
# 1
HiIt depends if you use CLDC configuration with its MIDP profile or if you use CDC with any of its 3 profiles. For the former one you can use the HttpConnection class and for the latter you can use the URL and HttpURLConnection.Mihai
Printisora at 2007-7-14 21:51:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
hi, many thanks for your reply. i am using CLDC MIDP2. i was thinking to use thin client architecture. so servlets will sit on server and PDA get them wirelessly.but do you know any betterway with richer graphic.
arashbanisaeida at 2007-7-14 21:51:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
>but do you know any betterway with richer graphic.I don't know what you mean by that. It is you, the developer, who writes the UI for the application, so you can build it however you see fit.Mihai
Printisora at 2007-7-14 21:51:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...