Download
The latest open source release of Tammi is available in the
download area
both in source code and in binary.
Tammi Framework and Server
Download, unzip and build the default target from the kit/build directory using Ant.
Execute the plugin.bat script in Windows or the plugin.sh script in Linux from
the core/bin directory. The default port is http://localhost:8080 for a browser
client. Use the -verbose option to activate console messages. An on-line manual is included.
If you build and run Tammi with an IDE, use the core directory as the working directory
and define the following application parameters:
-s etc/test/tammi/core/000_BeforeStartup.java -p ../core -p ../root -p ../spray -p ../manual
The main class is org.norther.tammi.core.startup.Startup.
Tammi Hello Plug-in
You may download and try this plug-in once you have downloaded Tammi.
The Hello plug-in comes in two flavors, basic and decorated. The latter one configures
new services and features for itself to have its own look and feel. Unzip the source
zip to the same directory as Tammi and build from the kit/build
directory with options:
ant -Dbuild.dir=../hello -Dbuild.name=tammi-hello
Run in the core/bin directory with an additional option:
plugin.bat -p ..\hello in Windows and
plugin.sh -p ../hello in Linux.
|