views:

555

answers:

2

I'm a developer coming from Visual Studio 2008 looking to get my hands dirty writing some Palm Pre applications. I've heard a number of options for developing Palm Pre apps and am curious for a recommendation.

So far I have heard:

  1. Eclipse IDE
  2. Eclipse IDE with Aptana Plug-in
  3. Aptana stand alone
  4. Plain text editor

Could someone make a recommendation based on my past experience using visual studio? What seems to be the emerging standard?

Also, it may be important to note that debugging is an important feature for me (as it should be with any developer... haha).

+2  A: 

Option 2 is easiest given the set-up of the entire SDK and emulator. Anything else will probably make debugging more complicated (than it already is).

jilles de wit
That is what I went with... thanks. Also, setting up PuTTY to ssh into device/emulator worked for debugging.
Kyle B.
+3  A: 

Actually, Palm just released a public beta of their Ares development tool. It is based on Mozilla Bespin and is a web-based application.

http://ares.palm.com

It has a drag-and-drop UI builder, debugger, version control, emulation, and a code editor. Pretty revolutionary if you ask me.

EMK
As of April, 2010, the Ares project, just so you know, is still pretty raw. For example, you can not (at least I couldn't) copy and paste a label. So, if you have 20 labels on a screen, you'll end up dragging a label, selecting it, manually typing in the font size, manually typing in the font color, setting it to bold, etc., etc. - 20 times. I know .css is good for stuff like this, but the app is really early-development. It might, though, still be the best/only option for widget layout. This example is pretty indicative of the maturity of other features, too.
JJ Rohrer