This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Java compiler/editor for PPC


Postby fzammetti » Jan 30, 2005 @ 7:22pm

...and so I said to Mr. Gates: "$640 billion should be enough for anyone!"
User avatar
fzammetti
pm Insider
 
Posts: 1496
Joined: Jun 4, 2002 @ 6:21pm
Location: Omnytex Technologies


Postby Andy » Jan 30, 2005 @ 8:09pm

Andy
<font color=red size=3>Troll++</font>
 
Posts: 1288
Joined: Nov 1, 2003 @ 7:36am


Postby sponge » Jan 30, 2005 @ 8:11pm

holy internets batman.
User avatar
sponge
Not sponge
 
Posts: 12779
Joined: Jan 13, 2002 @ 8:04am
Location: New Hampshire


Postby Andy » Jan 30, 2005 @ 8:16pm

Andy
<font color=red size=3>Troll++</font>
 
Posts: 1288
Joined: Nov 1, 2003 @ 7:36am


Postby fzammetti » Jan 30, 2005 @ 8:19pm

...and so I said to Mr. Gates: "$640 billion should be enough for anyone!"
User avatar
fzammetti
pm Insider
 
Posts: 1496
Joined: Jun 4, 2002 @ 6:21pm
Location: Omnytex Technologies


Postby j.edwards » Jan 30, 2005 @ 11:59pm

User avatar
j.edwards
pm Member
 
Posts: 240
Joined: Oct 29, 2003 @ 11:09am
Location: Australia


Postby Andy » Jan 31, 2005 @ 3:19am

Andy
<font color=red size=3>Troll++</font>
 
Posts: 1288
Joined: Nov 1, 2003 @ 7:36am


Postby fzammetti » Jan 31, 2005 @ 5:47am

...and so I said to Mr. Gates: "$640 billion should be enough for anyone!"
User avatar
fzammetti
pm Insider
 
Posts: 1496
Joined: Jun 4, 2002 @ 6:21pm
Location: Omnytex Technologies


Postby Arisme » Jan 31, 2005 @ 9:40am

almost all Java VMs perform dynamic recompilation now, making the speed problem due to the language itself irrelevant. The Hotspot technology is quite old and working pretty well, even in the embedded world (see the excellent Java VM included with the C500 Microsoft Smartphone, Intent Tao and this site benchmarking embedded Java VMs http://www.jbenchmark.com/index.html?F=2).

It's true that badly coded Swing can crawl, but for this, you can try another widget API such as the semi-native SWT used by the Eclipse project http://www.eclipse.org, or optimize your code :wink:

In my opinion the remaining problems of Java in 2005 is that the desktop Java is quite memory and resource hungry (and it's surprinsingly easy to write bad code in Java, resources wise), even if the garbage collector has been improved a lot. And the most common embedded Java platform (MIDP/CLDC) is a bit too limited, even if the JCP is a fast standardization entity (~ 1 year for a standard). For example, it's still not possible to access an external storage device such as a memory card, which is a huge flaw on todays devices (and JSR 75 is too recent and a bit too confusing to be implemented quickly).
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Previous

Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum