• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

connectivity b/w a mobile and PC

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
him jain
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ..
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic