• 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

Java on top of BREW? Performance - go or no-go?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you doing (or contemplating doing) Java apps for the latest killer Java phones from Nokia, Mot or Siemens? My buddies are doing this using Sun's Wireless Toolkit & its fast. Supposedly BREW will support Java but has anyone tried this? A Java VM would sit on top of the BREW layer & OS, on top of the phone chipset. I would think the performance would suffer. Any comments or experiences anyone could share?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have not seen any sign of JVMs on top of BREW, YET. I have heard that Qualcomm does have agreements with HP and IBM for their respective JVMs.
Hope to see some announcements at CTIA 2002, Orlando in a couple of weeks.
B
 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the VM runs on top of BREW, then yes, I'd expect some performance loss. However, the VM can easily be written to run directly on top of the native OS and to coexist side-by-side with the BREW runtime, in which case it wouldn't be so much of a problem. It's really up to the device manufacturers, I think, to decide which way to go.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic