Using GPRS

Hi allI want to develop an application that deals with GPRS to sending data to server.So please, how can I start with this idea? And what will I need to achieve it? Any help or links will be appreciated.Many thanks
[249 byte] By [primrosea] at [2007-11-27 3:24:21]
# 1
Hi.........,U first develope A simple midlet through ehich send a small string to server side........on server side develope a servlet by which u can retreive this string from midlet...........and save it
ParagPatila at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Look at the Demo from WTK2.5.There si something like this.regards,
lee50a at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Many thanks to alland what the best and the easiest way to connecting to the server, Gprs or Sockets?thanks again
primrosea at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
I think Http connection is the simple way to get connected to server.....u will get lots of sampl examples on this......
ParagPatila at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Thanks a lot ParagPatil and could you give me some links that contain examples about HttpConnection, please?regards
primrosea at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
http://www.java2s.com/Code/Java/J2ME/HttpConnection.htm http://www.wirelessdevnet.com/channels/java/features/j2me_http.phtmlthis r the some links for the program for http connection check it outregardsanup
anup123a at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 7
Thank you so much
primrosea at 2007-7-12 8:27:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...