Regis Koenig wrote:
> 
> hi all
> 
> I need your opinion on the following reorganisation:
> 
> * Remove NewGenerateMapBuilderTask
> 
> * Create abstract BaseGenerateMapBuilderTask
>   which is a copy of NewGenerateBapBuilderTask
>   with:
>    - the main() removed
>    - a new abstract method:
>        public abstract DatabaseMap getDatabaseMap();
>    - the execute method reduced to:
>        createDatabaseMapClasses(getDatabaseBap());
>    - the sqlfile stuff (get/set) removed.
> 
> * Create MySqlGenerateMapBuilderTask
>            extends BaseGenerateMapBuilderTask
>     This class has the same functionalities than
>     the current NGBT
> 
> * Create XmlGenerateMapBuilderTask
>            extends BaseGenerateMapBuilderTask
>     This class uses an XML file as input.
> 
 +1
-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
********************************


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to