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

Java compiler/editor for PPC


Java compiler/editor for PPC

Postby RDDF » Jan 25, 2005 @ 2:10pm

RDDF
 


Postby Guest » Jan 25, 2005 @ 6:45pm

Guest
 


Postby cjasus730 » Jan 25, 2005 @ 8:02pm

Current:HP 6515a, Nokia 8801, Asus A730
Graveyard:Cingular 8125,Siemens SX66, , Motorola Mpx 220, Axim X50v, Asus A716,Axim X5 Advanced,Cassioppeia EM-500,Jornada 520,Palm Vx,Compaq Aero,Visor Deluxe,and Palm 3.
cjasus730
pm Member
 
Posts: 135
Joined: Nov 21, 2004 @ 5:14am


Re: Java compiler/editor for PPC

Postby Menneisyys » Jan 28, 2005 @ 2:44pm

Menneisyys
pm Member
 
Posts: 207
Joined: Dec 19, 2004 @ 5:38pm


Re: Java compiler/editor for PPC

Postby PepeGG » Jan 28, 2005 @ 4:23pm

PepeGG
pm Member
 
Posts: 78
Joined: Oct 15, 2001 @ 3:25pm
Location: Spain


Re: Java compiler/editor for PPC

Postby Menneisyys » Jan 28, 2005 @ 4:51pm

Menneisyys
pm Member
 
Posts: 207
Joined: Dec 19, 2004 @ 5:38pm


Postby j.edwards » Jan 28, 2005 @ 9:43pm

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


Postby Andy » Jan 28, 2005 @ 10:52pm

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


Postby Menneisyys » Jan 29, 2005 @ 11:05am

Menneisyys
pm Member
 
Posts: 207
Joined: Dec 19, 2004 @ 5:38pm


Postby xPeterx » Jan 29, 2005 @ 12:22pm

xPeterx
pm Member
 
Posts: 144
Joined: Jul 28, 2003 @ 2:50pm
Location: Germany


Re: Java compiler/editor for PPC

Postby PepeGG » Jan 29, 2005 @ 12:24pm

PepeGG
pm Member
 
Posts: 78
Joined: Oct 15, 2001 @ 3:25pm
Location: Spain


Postby PepeGG » Jan 29, 2005 @ 12:26pm

PepeGG
pm Member
 
Posts: 78
Joined: Oct 15, 2001 @ 3:25pm
Location: Spain


Postby Andy » Jan 30, 2005 @ 9:23am

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


Postby fzammetti » Jan 30, 2005 @ 4:53pm

As someone who codes enterprise Java applications (web applications mostly) all day long for a living...

The "java speed sux" argument has long since been dispelled as a myth that was only ever a reality in the relatively early days. The last 2 or 3 JDKs have had performance that for most tasks is on par with native code.

There ARE still parts of the java spec that aren't too good speed-wise... anything GUI-related comes to mind immediately (although there are a number of very complex apps that perform very well, Oracel JDeveloper is the best example I can think of).

The speed issue is no longer the case because generally because the JIT compilers have become so good at optimizing that they can gain efficiencies that a native program can't, enough to overcome the inherent slowness of a virtual machine architecture.

Look at it this way... when you write a C program and compile it, it's in it's final form, that's the native code that's going to execute. But at runtime your program has more information about what it's doing, the data it's fed maybe, the condition of the underlying hardware, etc. Too bad! Your program still runs as written.

Contrast this with Java, where the JVM has A LOT of information during runtime and can actually perform optimizations on-the-fly to your code (within limits of course). This is a very powerful feature, and one of the main reasons Java is now, speed-wise, comperable to native code for most tasks (and there are examples out there of studies that show it being FASTER in some cases).

Now, jumping to the question of running full Java on a PDA... I would certainly agree that Java uses much more memory than a native app, sometimes frightingly so! For that reason alone it's not really well-suited to limited resource devices, and it's the reason J2ME was created... They took out most of the parts that would cause memory and speed penalties on such devices, and rewrote others to make it more applicable. Even still, I have a J2ME-capable cell phone, and while the apps run acceptably, including a couple of decent games, it's not on par with native apps.

So, don't diss Java! :) You can say it's not great on a PocketPC, and I'd agree, but in general the speed argument just doesn't hold water any more.
...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 xPeterx » Jan 30, 2005 @ 6:25pm

xPeterx
pm Member
 
Posts: 144
Joined: Jul 28, 2003 @ 2:50pm
Location: Germany


Next

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