Table of Contents
Administrator privileges on your machine
The Sun Java 6 Platform, Standard Edition Development Kit
JAVA_HOME and JDK_HOME
environment variable to your JDK root directory (e.g.
JAVA_HOME=/usr/lib/jvm/java-6-sun
on Linux,
C:\Java\jdk1.6.0_03
on Windows)
An application server ( JBoss or Glassfish) with EJB3 support
${jboss.home}
denotes your JBoss installation
directory)
${glassfish.home}
denotes your Glassfish installation directory)
A database (at the moment only MySql is supported)
Download and install MySql 5.0 or later
Currently, choosing UTF-8 as the default charset causes issues with the database setup scripts. Use the default setting (Latin1) instead.
ImageMagick version 6.3.4 or later (optional)
Apache ANT 1.7 and the ant-optional package
A [fleXive] binary distribution or the [fleXive] source code, if you want to build [fleXive] from source
If you are interested in developing [fleXive], you will need the [fleXive] source code and an IDE like Eclipse or a proprietary solution.
The following sections are good starting points for future [fleXive] developers:
We provide the current generated [fleXive] API Documentation for you on our website.