[Ecforms-commit] ECF-Servlet README.txt,NONE,1.1
Brought to you by:
fcastrillo
From: Francisco C. <fca...@us...> - 2005-11-22 14:47:48
|
Update of /cvsroot/ecforms/ECF-Servlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32198 Added Files: README.txt Log Message: Readme file --- NEW FILE: README.txt --- ECForms - version 0.2, November 2005 ==================================== Framework to build Java Server Faces web applications using a simple scripting language (IENJINIA Programming Language). This framework is built on top of Java Server Faces and the IENJINIA PROGRAMMING LANGUAGE (http://sourceforge.net/projects/ienjinia) to provide an easy-to-learn environment to develop Java Web applications. It benefits from the flexibility provided by the Java Server Faces architecture, providing a unified syntax to code the different type of components (navigation, logic, pages, etc). 1. Status: ---------- We have now two modules: - This module (ECF-Servlet) module, which is a light version of ECF without the JSF built-in functions. - The ECF-JSF module, which is the full ECF version. 2. Source Code: --------------- You can see what we are working on by checking out the "ECF-Servlet" module from the CVS repository To check out the ECF-Servlet module: cvs -d :pserver:ano...@cv...:/cvsroot/ecforms login cvs -z3 -d :pserver:ano...@cv...:/cvsroot/ecforms co ECF-Servlet Or you can browse the CVS repository at: http://cvs.sourceforge.net/viewcvs.py/ecforms/ECF-Servlet 3. Requirements: ---------------- (1) You need to define an environment variable named TOMCAT_HOME, which points to the installation directory of Tomcat. Other Stuff ----------- This software is distributed under the terms of the GNU General Public License (see License.txt). If you want to contribute, go to http://sourceforge.net/projects/ecforms/ |