FGen Code
Status: Alpha
Brought to you by:
lottz
NAME
FGen - A framework for Flex application.
SYNOPSIS
DESCRIPTION
FGen is a framework for Flex application.
INSTALL
- Install requirements
To uae FGen, followings are required to install.
* Open source Flex SDK
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3
INFO: FGen is new developed using Flex SDK 3.2 and 3.4.
* JDK
JDK 1.6
# If you don't use Apache Derby(Java DB), then Not JDK but JRE 1.6 is enough to develop.
* Apache Derby(JavaDB)
JavaDB may already installed if you install JDK.
# For example installed in C:/Program Files/Sun/JavaDB
* Application Server
one of
Tomcat 5.X, 6.X
JBoss
Weblogic
- Optionally requirements
To develop FGen itself, required followings.
* Groovy
1.6 or over
http://groovy.codehaus.org/Download
Environment variable GROOVY_HOME need to be set to use from FGen.
- Install FGen
Download and unzip FGen archive file.
- Set environment variable
set FGEN_HOME environment variable like below:
FGEN_HOME=d:/groovy/FGen
FGEN_HOME is a directory that FGen unzipped.
- Using FGen
* Run the command to generate project.
$FGEN_HOME/mgr init ProjectName
* Switch to the directory generated by the previous command.
cd ProjectName
* Type the next command and start FGen console to develop the generated project.
./fgen_console
- For more Infomation
* FGen wiki
http://sourceforge.net/apps/mediawiki/ffgen/index.php?title=FGen
Tutorial and other documents exist.
AUTHOR
lottz (lottz@users.sourceforge.net)