• 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

Micro Comparisons

 
hired gun
Posts: 250
MS IE Oracle Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This may not be the place to ask, but how does J2ME compare to the other technologies available for portable device development? I wrote an app once for a Palm unit that used AppForge (a plug-in for VB). Someone gave it a bad review, not because of the app, but because of the "booster" library (@350k, if I remember right) that had to be installed to use AppForge applications. Does J2ME have something like this as well?
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, J2ME requires you to install a JVM which weighs in at 585K on my PDA. For a single midlet to use this, it is quite large, but if you have half a dozen or more, I'm sure that could mitigate the size issue. This is one of the prices you pay for Java's cross-platform-ness.
I've recently started developing Palm apps with C and GCC's PRC tools. While these are bound to create smaller prc files, it is somewhat complex just to set up a simple "do nothing" app, let alone one that accomplishes something useful.
 
Author
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, Palm is sort of an exception to the general MIDP space. Most MIDP devices are mobile phones that have the JVM and MIDP bits burned into firmware. Your users don't need any extra libraries to install your MIDP application, and typically those applications are very small (30 - 50 KB). MIDP makes huge sense in the mobile phone world but is less understood and supported in the PDA world.
 
Ranch Hand
Posts: 883
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CNN had a story a few days ago about how Sun had the advantage on phones because the JVM is in so many - and that phone sales would outdo PC sales this year. The idea was that Sun had gotten around Microsoft's barrier by hitting the phones instead of being stuck on PCs.
BTW, the article also pointed out that HP and DELL will be installing the current JVM on the PCs they sell.
 
John Hembree
hired gun
Posts: 250
MS IE Oracle Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Burk Hufnagel:
CNN had a story a few days ago ...


Could you post a link to the article?
 
Burk Hufnagel
Ranch Hand
Posts: 883
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's the link...
Sun seeks boost from stronger Java
 
John Hembree
hired gun
Posts: 250
MS IE Oracle Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the link, it was a very interesting article.
 
Burk Hufnagel
Ranch Hand
Posts: 883
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're very welcome. Glad to share it.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic