• 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

Bluetooth connection between J2SE server and J2ME client

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am currently studying J2ME for developing a project for my final year of computer engineering. I have to develop a MIDlet which will display information about various departments of our college. Each menu option will have an update option which will update the corresponding data(If changed). However, I am using a bluetooth access point and I want the MIDlet to connect to the server app running on the pc using bluetooth connection. I searched this forum but failed to find any concrete results. Any help will be highly appreciated.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ricky!

I think your question must be a little bit more specific than this. At least if you want a specific answer.

Most phones and (I think) all new phones implements JSR 82, which is bluetooth for JavaME. You can find the JSR 82 specification at jcp.org. Read it and come back with specific questions and you shall be heard!

Best regards, Jan
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, this may help you

PC Connectivity Over Bluetooth

Bye

 
reply
    Bookmark Topic Watch Topic
  • New Topic