The Artima Developer Community
Sponsored Link

Java Answers Forum
Java programming on hand-held computers

1 reply on 1 page. Most recent reply: Apr 9, 2002 9:32 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Payam Refaeilzadeh

Posts: 1
Nickname: payam
Registered: Apr, 2002

Java programming on hand-held computers Posted: Apr 9, 2002 5:45 PM
Reply to this message Reply
Advertisement
Does anyone know of any Java developement packages ( compiler, debuger, JVM, ect.) for hand-held computers such as Palm pilots or Pocket PCs. If there are any such tools how powerfull are they?


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Java programming on hand-held computers Posted: Apr 9, 2002 9:32 PM
Reply to this message Reply
Check out the SavaJe (http://www.savaje.com/) -- pronounced like "savage," which I didn't realize until I heard someone say it -- OS/JVM for handhelds. I only know about this one because I saw it at the JavaOne conference last week in San Francisco.

The Java 2 Platform, Micro Edition, or "J2ME" (http://java.sun.com/j2me/index.html) for small devices uses an architecture that allows you to use the profile(s) that is appropriate for your target device. J2ME is aimed at consumer devices, so it is lean and mean. For instance, you'd use J2ME + MIDP on a cell phone.

These days, handhelds are so beefy, that you can have the entire J2SE on them, though. At the conference, the people at the SavaJe booth had a demo of an iPaq running thier stuff with the whole J2SE with plenty of room to spare (and great performance compared with an iPaq running a JVM on WinCE).

Even cell phones are getting to have 32 and 64 MB of memory these days, so they can actually handle the full J2SE, too. I guess that means J2ME will just be for toasters and blenders, although, in five years, your toaster will probably be running a 666 GHz processor with 50 GB RAM...

Flat View: This topic has 1 reply on 1 page
Topic: Seeking Application Resource Info... Previous Topic   Next Topic Topic: Send file through socket

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use