===============================================================================
=                                                                             =
=                             Aston Wizards                                   =
=                                                                             =
=                             Version 3.0.3                                   =
=                                                                             =
===============================================================================


1] Introduction
2] Installation
3] Conclusion
4] Historic


=========================================
=   1 - Introduction                    =
=========================================
You will find in the zip file:
  - an HTML description for all wizards (in french right now)
  - the jar file that will contain all wizards

In this version you will find:
  - Web Applications Wizards
    - Create a default HTML page
    - Create a default XML page, Struts config file and many more
    - Create a default JSP page and will map/create its web.xml
    - Generate a default Servlet and will map/create its web.xml
    - Generate a default Applet with its HTML starting page
    - Generate EJB from templates (Genuitec)

  - Design patterns Wizards
    - Generate an array of objects with a constant length
    - Generate an array of objects with a dynamic length
    - Generate a typed Map of objects
    - Generate a Java bean, and many more with templates
    - Generate a singleton class
    - Generate a fatory

In this version you will be able to use templates for all kind of file.
With those templates you can define the look of your files for:
- JSP
- HTML
- XML
- And Java

=========================================
=   2 - Installation                    =
=========================================
These plugins work with Eclipse 3.x.x, see http://www.eclipse.org.
If you are using Eclipse 2.x.x or WSAD 5.x.x you will have to download 
plugin version 2.5.
You will need a J2SE (1.3.x or 1.4.x) see http://java.sun.com.

In order to install these plugins, just unzip the archive in your
[EclipseInstallRoot]/plugins directory. After unziping, check if you have
the following organisation:
[EclipseInstallRoot]
 |-[plugins]
  |-[com.aston.plugins]
   |-[docs]
    |- readme.txt
    |- wApplet.html
    |-  ...
   |-[icons]
    |- applet_wiz.gif
    |- ...
   |- [Templates]
    |- {all your template files}
   |- AstonWizards.jar
   |- plugin.xml
   |- templates.properties
   |- templates_fr.properties

Start Eclipse, make File/New, and Other... (Ctrl+N),
You should see the wizards list, under the name 'Aston Wizards'.

Note:
Wizards that generate JSP/Servlet should be used with the Tomcat plugin see:
http://www.sysdeo.com/eclipse/tomcatPlugin.html
Wizards that generate EJB needs j2ee.jar.


=========================================
=   3 - Conclusion                      =
=========================================
We hope you will like these plugins and use them well.
Comments, ideas, new templates or bugs are welcome, mail me at
renaud91@free.fr

=========================================
=   4 - Historic                        =
=========================================
Version 3.0.3 : 01/12/2005
- Corrected a very strange bug with the plugin.xml file could not be read

Version 3.0.2 : 11/17/2004
- Corrected a small bug with dependency in plugin.xml 
  (thanks to Fernando Lozano)

Version 3.0.1 : 11/01/2004
- Eclipse 3.0.1 compatible
- Some templates were updated and restructurate
- Added a new keyword for package <aw:packageName/>

Version 3.0.0 : 04/01/2004
- Eclipse 3.0 compatible
- Some templates were updated
- A submenu is added in order to map or  unmap JSP/Servlet

Version 2.5.0 : 09/01/2003
- New EJB templates from Genuitec (http://www.genuitec.com)
- Updated properties files and added UNICODE

Version 2.2.0 : 07/01/2003
- Changed some templates
- Will memorize selected options, like web.xml path,
in mapping JSP/Servlet page
- Will memorize selected template for each wizard
- HTML/XML Doctypes are written into property
file (see templates.properties)
- German translation made by Michael Albrecht (mail@michael-albrecht.de)
- Added a link for the Install/Update perspective
(http://renaud91.free.fr/Plugins)

Version 2.1.0 : 04/06/2003
- Changed some templates
- French translation :-), use of properties
- This plugin is now Open source
- Added the enumeration plugin made by Jean Noel Menier

Version 2.0.0 : 01/10/2003
- Generation "script" langage has changed in order to work with Java
class
- All file are now generated throught templates
- Mapping of JSP/Servlet will not be done if a servlet-name is
already predent.
- Added a Set Wizard
- Added an XML Wizard
- Lots of cleaning in the code ;-)

Version 1.3 : 11/13/2002
- Generation of simple file through templates
 - JSP now use template
 - HTML now use template
 - HTML that start Applet now use template
- A very strange bug that generate a NoSuchMethodError was corrected.

Version 1.2.1 : 10/08/2002
- Update of version 1.2
 - The base tag in JSP generated has change
 - Mapping of jsp/servlet in web.xml will no longer generate empty lignes

Version 1.2 : 10/05/2002
- Update of version 1.1 and one new wizard added
 - Documentation has been updated
 - JSP generated file now contains a <base> and <link> tag
 - List wizard can now generates List with a specific implementation
   (ArrayList, Vector, Stack)
 - A new wizard, it will generate a new typed Map.This map can be typed on keys
   and/or values. It also accepts basic types as key and/or values
 - Small change in Applet HTML page (Again ;-)), this will correct the error
   with Netscape and the param tag.
 - Corrected a bug in the JSP/Servlet mapping
 - Two sort methods have been added to the List/Array wizard
 - Update of wizard description in Eclipse

Version 1.1 : 09/22/2002
- Update of version 1.0
 - Generate an array of basic types (int, float, char ...), with dynamic length
 - Generate an array of basic types (int, float, char ...), with  static length
 - The HTML wizard will now ask you the DOCTYPE of your HTML file
 - Small change in Applet HTML page
 - Equals method of Arrays will now end by return false instead of
   return super.equals(anObject);
 - Icons were updated

Version 1.0 : 09/15/2002
- First release
  . Plugins:
    . Create a default HTML page
    . Create a default JSP page and will map/create its web.xml
    . Generate a default Servlet and will map/create its web.xml
    . Generate a default Applet with its HTML starting page
    . Generate an array of objects with a constant length
    . Generate an array of objects with a dynamic length
    . Generate a singleton class
    . Generate a fatory