- 0.6.4 - Eclipse 2.1 Compatible (build with Eclipse 2.1 RC-1) - Improve XSLT errors management - Improve add Struts support operation - Struts config tree is now sorted - XML elements message-resources/plug-in respect DTD order - Minor fix... - 0.6.3 - Fix root dir problem with Tomcat Sysdeo plugin - Fix roles generation in - XML elements forward/form-property/exception/set-property respect DTD order - 0.6.2 - Check project nature before launching wizards (only javanature) - Detect web project on WSAD (root is '/Web Content') - Generate XDoclet comment for action and form bean classes - Fix bue in form creation under Struts 1.0.2 - Possibility to set a tiles definition in forward path. - Remove Web Descriptor and Document root items in struts view (for the moment). - Work with Eclipse 2.0 M3 release - Fix NullPointerException when open struts-config.xml with modules... - 0.6.1 (2002-11-12) > Rebuild for JDK 1.3 on 2002-11-13 - TLDs & JARs now copied into /WEB-INF/... and used by project classpath. - Fix pattern used in Path selection (only /do/* was displayed) - Fix remove forward/exception in action editor. - Improve module integration in wizards. - Ability to setup ActionServlet name. - 0.6.0 (2002-11-08) - Refactoring of all wizard - Add exception and module wizard - Easy Struts multi-project view (Struts config, module and document root browsing) - Editor compatible Struts 1.1 and 1.0 - Full support for Struts 1.1 modules (use of declaration in web.xml) - XSLT generation - Support for Web application DTD 2.2 or 2.3 - Refactoring notes: package name changed, com.cross.easystruts.* >> org.easystruts.* For compatibility reasons, plugin ID not changed (com.cross.easystruts.eclipse), same thing about easystruts project nature (com.cross.easystruts.eclipse.easystrutsnature). - Plugin contains two JARs: > easystruts-core.jar : Non eclipse specific classes. > easystruts-plugin.jar : Eclipse specific classes. - todo : > Documentation > Clean the icons (but for me it's really hard to make an represantative icon;) > Improve editor input field and view/editor synchronisation > ... - v0.5.2 (2002-08-28) > ECLIPSE : - [NEW] Add validation on struts-config.xml editor - [NEW] Possibility to generate classes from struts-config.xml With this feature, you can generate an Struts application skeleton with only a struts-config.xml file ! - [NEW] Add a dialog box on double click in form property wizard tables. - [NEW] Add view of java classes in Struts config tree - [FIX] Improve code generation, use the Eclipse java templates & code formatter. - [FIX] Remove dialog box when select an include/forward action in Struts tree. - [FIX] Editor won't work with file not named struts-config.xml - [FIX] Editor became instable if struts ID was set to blank value (ex: path for an action) - [FIX] Form wizard won't finish is create jsp isn't checked. > JBUILDER (no release date): - [FIX] Change jdom.jar, now Entity Bean model work with Easy Struts - [FIX] Improve code generation. - v0.5.1 (2002-08-23) - [FIX] When element removed from UI, elements wasn't removed in source. - [FIX] Synchronisation with Easy Struts wizards when editor is open. - [FIX] When editor is re-open (after closed), struts-config.xml was in read only mode. - [FIX] Some editor bugs... - v0.5.0 (2002-08-22) - [NEW] struts-config.xml editor for Eclipse. - Full support for Struts 1.1 config files - Struts config loaded loaded by Struts, - Based on PDE Plugin Manifest editor - [FIX] input validation in form wizard - [FIX] Execute method in struts 1.1 actions throws now Exception (instead of IOException ServletException). - v0.4.2 (2002-07-24) - Plugin config and message resources deleted fixed. - Create a new line between attributes if count > 2 in struts-config.xml - Add error header/footer in application resources - fix html in default templace (form.est) - v0.4.1 (2002-07-17) - Fix dialog box which appear everytime (about update classpath in Eclipse project) . - SWTError throwed on Eclipse Linux GTK Platform fix. - JBuilder Error while copying libs/tlds fixed. - Improve Easy Form and Input wizard. - In Eclipse plugin, jdom.jar located in lib\ directory. - v0.4 (2002-07-11) - Support now for JBuilder IDE (without Resources Wizard). - Add runtime facility for JBuilder, no need removeStrutsJar opentool - Add confirm dialog before changing project classpath - Fix driver class validation in datasource wizard - Fix some bug - New icons - v0.3.0 (2002-06-21) - Add template managing for Jsp generation - Add managing of application resources in project properties - Add resources managing wizard - Add datasource wizard - Fix & Improve struts-config.xml generation (element created did not respect DTD order elements) - Improve action wizard, with forward action, include action... - Add many ToolTipText - Add dynamic form creation - Et n'oubliez pas la fête de la musique :) - v0.2.2 (2002-06-15) - Fix action bug, in action wizard, if form specified, name attribute was not added in struts-sconfig.xml - Improve code generation in action. (retrive & cast the form associed if appliqued) - struts-config.xml/web.xml is now well formatted. - add input type file. - Fix form name, name written in struts-config is not the same entered in wizard. - v0.2.1 (2002-06-12) - Bug fix (Unable to finish wizards). - Bug fix (Unable to create JSP). - v0.2 (2002-05-12) - Add forward wizard. - Distribution changed. - v0.1beta (2002-06-07) - First release - Wizard Action, ActionForm and Jsp: allow fast creation of a (bean + jsp) form, associated with an action. - Wizard Action: allows to easily create an action, which can be associated to an existing form. - Wizard ActionForm : allows to rapidly create Permet a (bean + jsp) form. - Create and update of the struts descriptor (struts-config.xml). - Starting up of the Web application for struts (addition of the action servlet into web.xml, copying of the lib, tlds...). - Support for struts 1.0 and struts 1.1. - Preferences page. - Ability to use your classes coming from Struts classes.