Developing Palm applications again…

Several years ago I made some hacks on the palm. One of the things at that time was a workshopI organized around Palm coding Swedish only). All the info and tools I collected at that time(specifically the links on the workshop page) are now all outdated. Through my company, YellowOrb I just got a customer who wanted a Palm program so I had to look for it all again. Here is what I have found so far regarding open-source developments tools for Palm.

The prc-tools project at SourceForge is the compiler to use. It used to be the old gcc tools for Palm development but have got much further now.

For building GUIs I have not yet find a really good and free tool. Visual Form Designer was nice to work with but was shareware, the free version is to limited. piBuilder is free but is not as easy to work with. PilotMag in another option but also is shareware.

Learning Perl

I have had the intention to learn Perl for several years but have never really had a good project or a good book to start with but now I seem to have both! I just found the Picking Up Perl online book and read the first chapters and it seems to very quickly introduce the basic concepts of Perl. So now its just to get started with the project, to extract some intersting data from my ADSL Modem and plot that using MRTG.

Run Ant from within Eclipse

The following section has to be added to build.xml to have Eclipse run Ant.

<!-- javac resolver --> 
    <available 
classname="org.eclipse.core.launcher.Main" 
property="build.compiler" 
value="org.eclipse.pde.internal.core.JDTCompilerAdapter" 
classpath="${java.class.path}" 
/>