Download
Weceem is a Java web application that you can deploy to a Java servlet container such as Tomcat, Jetty or Glassfish - or embed in your own Grails application using the Weceem plugin for Grails.
Downloading the Application
Weceem Application 0.9.1 .WAR including application and plugin (40 MB)
To deploy Weceem as a binary WAR you will need a Java servlet container such as Tomcat, and Java 1.5. It requires access to an SQL database that has a hibernate-compatible JDBC driver.
NOTE: Weceem application ships with no JDBC drivers but has been tested with MySQL and Postgres.
You must read the installation notes for important information about configuration and upgrading.
Downloading the Grails Plugin
The Weceem plugin and the source code is stored in the Grails repository, so you can use the regular Grails mechanisms to install it.
Just run "grails install-plugin weceem", alternatively download Weceem Grails plugin 0.9.1 (2.9 MB).
For plugin source code, please look at the Grails plugin repository at https://svn.codehaus.org/grails-plugins/grails-weceem/tags/RELEASE_0_9_1.
Grails 1.2.2 or higher is necessary, Grails 1.3.1 is recommended
You must read the installation notes for important information about configuration and upgrading.
Downloading the Application source code
Alternatively you can download the full source code and run or build the application yourself with Grails. This requires an installation of Grails 1.2.2 or higher (see www.grails.org).
Weceem Application 0.9.1 source code (176KB)
You must read the installation notes for important information about configuration and upgrading.

