Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
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.