| Author |
Diff b/w J2ME and Jini
|
Anil Vupputuri
Ranch Hand
Joined: Oct 31, 2000
Posts: 527
|
|
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.
|
SCJP 1.5, SCEA, ICED (287,484,486)
|
 |
Matt Midcap
Sheriff
Joined: Jan 07, 1999
Posts: 440
|
|
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
|
Best Regards,<br />Matt Midcap
|
 |
Mark Herschberg
Sheriff
Joined: Dec 04, 2000
Posts: 6037
|
|
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
|
 |
 |
|
|
subject: Diff b/w J2ME and Jini
|
|
|