• 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

Diff b/w J2ME and Jini

 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,
Could u tell me the basic difference b/w J2ME and Jini,
I know that J2ME is on WAP specification and for wireless divices.As jini also gives remote access through any electronic component thru Java space or itself.
Thank you.
anil.
 
Sheriff
Posts: 440
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have the info you're looking for directly but this topic has been discussed a little bit here:
http://www.javaranch.com/ubb/Forum41/HTML/000059.html
and here:
http://www.javaranch.com/ubb/Forum41/HTML/000021.html
You can also do a search on our forums if you don't get a better reply soon.
Best Regards,
Matt
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2ME is a scaled down version of Java, to be run on small devices. It is a profile on top of the CLDC (Connection Limited Device Configuration), which runs on the kVM. J2ME really has nothing to do with WAP.
Jini is a network plug-and-play protocol, allowing services (e.g. computers, cameras, printers, phones) to dynamically connect to a network, without having to muck around with dirvers or config files.
Jini is often talked about in connection to bluetooth, a shortrange wireless protocol. The bi picture is that your mobile device, which runs J2ME, can walk into a building, and use Jini to connect to that building's computer infrastructure. For example, you can walk your text pager over to a printer you've never seen beofre, and print out a email, from your pager to the printer.
Check out:
http://www.javasoft.com/j2me/
http://www.javasoft.com/products/cldc/
http://www.javasoft.com/products/midp/
--Mark
hershey@eyeshake.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic