Sending data from mobile to pc server using gprs

Hi all,

I am a university student and working on an application which requires sending of data from mobile to pc server. I am using netbeans mobility 5.5 but currently new to it. Can someone plz tell me how can i do this.

[234 byte] By [CrispyChampiona] at [2007-11-27 10:48:08]
# 1

As far as I know, you can send data over either by sending SMS messages (Wireless Mesaging APIs - JSR 120, JSR 205) or over Bluetooth (Bluetooth API - JSR 82). These two are the only two communication technology with APIs defined in J2ME at the moment. If you need to implement other technologies, Symbian C++ apparently is the one to use. I've personally never used it.

I'm using Netbeans Mobility Pack myself so I might be able to help you a bit if these are indeed what you're looking for.

Good luck!

Guest123a at 2007-7-28 22:24:39 > top of Java-index,Java Essentials,Java Programming...
# 2

You might wanna take a look at the J2ME part of Sun's forum (I think here is mainly for J2SE if I'm not mistaken. It's just that you'll find more people who are familiar with J2ME there.

or :

http://www.j2meforums.com/forum/

It's specifically for J2ME & there are FAQ & links to many tutorials. You can find the answer to a lot of your questions by just searching the forum.

Some people there are really good & give you at least an idea as to how or where to start.

Guest123a at 2007-7-28 22:24:39 > top of Java-index,Java Essentials,Java Programming...
# 3

Thnx a lot for the help. plz lemme knw if u get ne thng new

CrispyChampiona at 2007-7-28 22:24:39 > top of Java-index,Java Essentials,Java Programming...