We are working on the necessary paperwork to bring the Wookie sources onto the ASF infrastructure. In the meantime you can checkout the sources, licenced under the Apache License from Sourceforge.

cvs -d:pserver:anonymous@tencompetence.cvs.sourceforge.net:/cvsroot/tencompetence login

cvs -z3 -d:pserver:anonymous@tencompetence.cvs.sourceforge.net:/cvsroot/tencompetence co -P wp6/org.tencompetence.widgetservice/

Setup

At present Wookie depends on several libraries released under open source licenses that are incmpatible with the Apache Licence. We will remove these dependencies during incubation, in the meantime you will need to download them and add them to WebContent/WEB-INF/lib:

  • hibernate 3
  • jta
  • mysql-connector
  • c3p0

You will also need a MySQL database and servlet container, such as Tomcat.

See the readme.txt file in the project root for more information.

Experimental Standalone Development Version

The issue Wookie-26 contains a patch that adds an ability to run Wookie on a development server without having to manually maintain a separate database or servlet container. Newcomers to Wookie might find it easier to apply that patch.