Author: echatellier Date: 2011-03-03 16:53:19 +0100 (Thu, 03 Mar 2011) New Revision: 1055 Url: http://nuiton.org/repositories/revision/eugene/1055 Log: Fix mistakes and links Modified: trunk/eugene/src/site/rst/index.rst Modified: trunk/eugene/src/site/rst/index.rst =================================================================== --- trunk/eugene/src/site/rst/index.rst 2011-02-16 21:09:43 UTC (rev 1054) +++ trunk/eugene/src/site/rst/index.rst 2011-03-03 15:53:19 UTC (rev 1055) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2004 - 2010 CodeLutin +.. * Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as @@ -39,7 +39,7 @@ Eugene was born after a research of an easy-to-use code generator oriented on "in memory" models. But the research ended by a failure. -Analysed projects were : +Analyzed projects were : - Jostraca ; - EMF ; @@ -56,7 +56,7 @@ ============== Eugene allows using a set of generators. These generators are abstract -of any specificity enabling to adapt them to indicidual needs. +of any specificity enabling to adapt them to individual needs. By default, Eugene has two implementations of these generators : @@ -64,16 +64,16 @@ - ObjectModelGenerator (generation from an object model) ; - UIModelGenerator (generation from a graphic model). -Each of these models has its own specificities due to its strucure and working +Each of these models has its own specificities due to its structure and working mode... -Anyway, these generators are unuseful without generation templates. Templates +Anyway, these generators are useless without generation templates. Templates are files allowing to determinate what will be the generated content according -to the initial model. Thanks to LutinProcessor_, these templates are written +to the initial model. Thanks to NuitonProcessor_, these templates are written with a syntax close to the JSP syntax mixing Java and generated code. The goal -of LutinProcessor is to tranform the templates by replacing JSP code by the +of LutinProcessor is to transform the templates by replacing JSP code by the matching Java code. Obtained Java classes can be compiled and so become -independants. +independents. -.. _LutinProcessor: http://lutinprocessor.labs.libre-entreprise.org/ +.. _NuitonProcessor: http://maven-site.nuiton.org/processor/
participants (1)
-
echatellier@users.nuiton.org