• 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

how j2me & Bluetooth will work ?

 
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
many wirless companies are workin on bluetooth ? How J2ME will work with Bluetooth ? Are there applications developed with these two technologies combined together ? Are they complementary to each other ?
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bluetooth is a shotrange wireless protocol. In the future, it is expected that mobile devices will support bluetooth. The mobile devices will also all be running J2ME, if you believe Sun and their vision :-)
The connector between the two will be Jini, which is Sun's network plug-and-play solution. People often talk about Jini and Bluetooth together.
--Mark
hershey@eyshake.com
 
shailesh sonavadekar
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thsnks , Mark. DO you know any implementation of Jini & Bluetooth working togehter , with j2me ? Any more infomation on this area will be highly appriciated.
SHAILESH
 
Mark Herschberg
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try JSR 82, hich is the Bluetooth spec: http://java.sun.com/aboutJava/communityprocess/jsr/jsr_082_bluetooth.html
Pretty much any search on the terms: "Bluetooth", "Jini", and "J2ME" should generate plenty of hits to get you started.
--Mark
hershey@eyeshake.com
reply
    Bookmark Topic Watch Topic
  • New Topic