PalCom Binaries and Open Source
The PalCom software can be used in various forms:
Firstly we suggest that you download and try the demos on the Try It page, thus familiarizing yourself with the ideas and most important technical terms in the software.
All the binaries and open source files are provided under the BSD license:
Binaries: Out of the box use
You can download the PalCom box, a package allowing you to experiment with assemblies of predefined services. The PalCom box does not include any source code, and using it does not require any Java programming.
To get started, see section 7 of the Developers companion.
Zipped archives to download:
Notice, that some of these have been lost in history. Only the version from April 24, 2008 has been able to be restored- 2010-Aug-20 palbox-4854.zip (138 Mb, newest)
- 2010-Jun-21 palbox-4848.zip (132 Mb)
- 2009-Mar-10 palbox-4596.zip (76 Mb)
- 2008-Apr-24 palbox-4295.zip (83 Mb)
- 2008-Apr-24 palbox.zip (83 Mb, restored from backup)
Open Source: Download as one file
As of November 5 2007 the PalCom software is available as open source under the BSD license.
As explained in The PalCom Subversion Repository, below, you can check out the system under version control, enabling the possibility to update your copy with the latest changes at any time.
If, however, you just want to try working with the PalCom open source software, and would prefer a simpler way to get it, you can instead download the following file, which is a Zipped archive of the full open source developer tree. It also contains the full contents of the Out-of-the-box package.
To get started with the software, see the Developer page.
Open Source: The PalCom Subversion Repository
The Palcom Software used to be hosted on a subversion server at University of Aarhus. However, this server is no longer running, but a snapshot of the subversion repository can be found under Browse the Palcom Subversion repository
The software can be built on Linux, Macintosh (OSX), and Windows (using Cygwin). You can build the software using either command line tools, or the Eclipse development environment.
For a very short introduction to Subversion, a general description of the PalCom Repository, and instructions on how to check out the software from the command line, see
For instructions on how to use Eclipse to check out the software, see
To get started with the software, see Guides for Developers.
Notice that you will get a "read-only" checkout this way, that is, the files can be changed, but you cannot commit your changes to the PalCom repository.
Start Developing with the PalCom Toolbox
Once you have dovnloaded or checked out the PalCon software, you are ready to install the system and start developing with the PalCom Toolbox. This is further explained on the Developer page.