Menu

Tree [1be79f] master v0.0.11_20100725_Alpha /
 History

HTTPS access


File Date Author Commit
 conf 2010-05-04 lottz lottz [916322] Read additional setting file in defs/*/ folder
 javasrc 2010-05-01 lottz lottz [edfbc3] Add features about adaptation of Html component...
 lib_as 2010-07-24 lottz lottz [822469] Add the 'toString' method to FGenEvent to displ...
 lib_java 2010-03-12 lottz lottz [502b47] Register project
 outlib 2010-03-12 lottz lottz [502b47] Register project
 script 2010-05-15 lottz lottz [8104aa] Modify db.sync command to use ij external comma...
 src_as 2010-07-24 lottz lottz [822469] Add the 'toString' method to FGenEvent to displ...
 src_fgen 2010-07-24 lottz lottz [1be79f] Add custom component named 'flowScreen'.
 src_fgen_java 2010-05-02 lottz lottz [48e9da] Make FGen reflect the exit code which correspon...
 src_java 2010-05-01 lottz lottz [edfbc3] Add features about adaptation of Html component...
 template 2010-07-24 lottz lottz [1be79f] Add custom component named 'flowScreen'.
 test 2010-07-24 lottz lottz [1be79f] Add custom component named 'flowScreen'.
 .fgenroot 2010-05-01 lottz lottz [edfbc3] Add features about adaptation of Html component...
 .gitignore 2010-05-01 lottz lottz [edfbc3] Add features about adaptation of Html component...
 FGenConsole.groovy 2010-07-05 lottz lottz [c43e60] Make the passed parameter display to the console.
 LICENSE 2010-03-12 lottz lottz [502b47] Register project
 README 2010-05-08 lottz lottz [7326e1] Add a flag in ScreenTest.mxml to prevent starti...
 mgr 2010-03-12 lottz lottz [502b47] Register project
 mgr.bat 2010-03-12 lottz lottz [502b47] Register project

Read Me

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)