IntelliJ Java IDE
The moose likes Java Micro Edition and the fly likes connectivity b/w a mobile and PC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "connectivity b/w a mobile and PC" Watch "connectivity b/w a mobile and PC" New topic
Author

connectivity b/w a mobile and PC

him jain
Ranch Hand

Joined: Feb 05, 2010
Posts: 56
I have made a jar file and I want to send the information in the application to the desktop PC.
By what media should they be connected??
I have following modes of transfer in my mobile:
-bluetooth
-infra red
-packet data
-data transfer



note: i have to send the info in the app, not the particular jar file.

Waiting for a quick reply.


--Himanshu Jain
http://jainhim.blogspot.com/
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

It's really whatever works best for you. The most common solution is to open a network socket and transfer the data over that socket. An especially popular solution is to do that at a higher level and do a transfer to a web application server, but unless the target PC is itself a public web server, that may not work for you.

Most of the lower-level solutions require that the PC be running some sort of specialized listening (server) application,


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
him jain
Ranch Hand

Joined: Feb 05, 2010
Posts: 56
In my PC, i don't have any connectivity media neither bluetooth neither any wireless media.
because it's a desktop system.
So, how can I get connected to the PC? (i can purchase the required device if necessary)
I'll develop my j2me app accordingly.
please suggest me the best solution possible.
Thanks ..
 
 
subject: connectivity b/w a mobile and PC
 
Threads others viewed
How to use infrared to extract midlet from mobile phone to PC?
Reflection II
access the application running in pc to send and receive message in mobile
Sending SMS from PC to MOBILE
How to protect the .jar of my Midlet with a OTA server
MyEclipse, The Clear Choice