easystruts-cvs Mailing List for EasyStruts (Page 4)
Brought to you by:
eboudrant,
pombredanne
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(39) |
May
(128) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(22) |
Feb
(21) |
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:11
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.5.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.5.0 Added Files: easystruts.gif feature.xml Thumbs.db Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.5.0" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - 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). </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.apache.xerces"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.update.ui.forms"/> <import plugin="org.eclipse.tomcat"/> <import plugin="org.eclipse.pde.ui"/> <import plugin="org.eclipse.pde.core"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="732" install-size="852" version="0.5.0"> </plugin> </feature> --- NEW FILE: Thumbs.db --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:11
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.4.2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.4.2 Added Files: feature.xml easystruts.gif Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.4.2" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - 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) </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.apache.xerces"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.update.ui.forms"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="732" install-size="852" version="0.4.2"> </plugin> </feature> --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:11
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.5.2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.5.2 Added Files: feature.xml easystruts.gif Thumbs.db Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.5.2" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - v0.5.2 (2002-08-28) - 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 and 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. </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.apache.xerces"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.update.ui.forms"/> <import plugin="org.eclipse.tomcat"/> <import plugin="org.eclipse.pde.ui"/> <import plugin="org.eclipse.pde.core"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="732" install-size="852" version="0.5.2"> </plugin> </feature> --- NEW FILE: Thumbs.db --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:11
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.4.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.4.1 Added Files: easystruts.gif feature.xml Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.4.1" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - 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. </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.swt"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="750" install-size="860" version="0.4.1"> </plugin> </feature> --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.3.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.3.0 Added Files: feature.xml easystruts.gif Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.3.0" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> IMPORTANT: Actually Easy Struts feature is linked with http://easystruts.sourceforge.net/eclipse/updatestest/site.xml this url is out to date, please move your Easy Struts bookmark to http://easystruts.sourceforge.net/eclipse/updates/site.xml </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.swt"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="779" install-size="860" version="0.3.0"> </plugin> </feature> --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.6.3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.6.3 Added Files: easystruts.gif feature.xml Thumbs.db Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.6.3" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - 0.6.3 (2003-05-02) - Fix root dir problem with Tomcat Sysdeo plugin - Fix roles generation in action element - XML elements forward/form-property/exception/set-property respect DTD order - KNOWS PROBLEMS : Modules in Easy Struts view not reconized with Eclipse M3/M4 / WSAD 5 </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals</license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.update.ui.forms"/> <import plugin="org.eclipse.tomcat"/> <import plugin="org.eclipse.pde.ui"/> <import plugin="org.eclipse.pde.core"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="2665" install-size="3000" version="0.6.3"> </plugin> </feature> --- NEW FILE: Thumbs.db --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates Added Files: site.xml Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: site.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <site> <description>Easy Struts feature list</description> <feature url="features/com.cross.easystruts.eclipse.feature_0.3.0.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.4.0.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.4.1.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.4.2.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.5.0.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.5.1.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.5.2.jar"> <category name="EasyStruts"/> </feature> <feature url="features/org.easyexplore.feature_1.0.0.jar"> <category name="EasyExplore"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.6.0.jar"> <category name="EasyStruts"/> </feature> <feature url="features/org.easyexplore_1.0.1.jar"> <category name="EasyExplore"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.6.1.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.6.2.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.6.3.jar"> <category name="EasyStruts"/> </feature> <feature url="features/com.cross.easystruts.eclipse.feature_0.6.4.jar"> <category name="EasyStruts"/> </feature> <archive url="http://west.dl.sourceforge.net/sourceforge/easystruts/easystruts_0.3.0.jar" path="plugins/com.cross.easystruts.eclipse_0.3.0.jar" /> <archive url="http://west.dl.sourceforge.net/sourceforge/easystruts/easystruts-eclipse_0.4.0.jar" path="plugins/com.cross.easystruts.eclipse_0.4.0.jar" /> <archive url="http://west.dl.sourceforge.net/sourceforge/easystruts/easystruts-eclipse_0.4.1.jar" path="plugins/com.cross.easystruts.eclipse_0.4.1.jar" /> <archive url="http://west.dl.sourceforge.net/sourceforge/easystruts/easystruts-eclipse_0.4.2.jar" path="plugins/com.cross.easystruts.eclipse_0.4.2.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/easystruts-eclipse_0.5.0.jar" path="plugins/com.cross.easystruts.eclipse_0.5.0.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/easystruts-eclipse_0.5.1.jar" path="plugins/com.cross.easystruts.eclipse_0.5.1.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/easystruts-eclipse_0.5.2.jar" path="plugins/com.cross.easystruts.eclipse_0.5.2.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/org.easyexplore_1.0.0.jar" path="plugins/org.easyexplore_1.0.0.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/com.cross.easystruts.eclipse_0.6.0.jar" path="plugins/com.cross.easystruts.eclipse_0.6.0.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/org.easyexplore_1.0.1.jar" path="plugins/org.easyexplore_1.0.1.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/com.cross.easystruts.eclipse_0.6.1.jar" path="plugins/com.cross.easystruts.eclipse_0.6.1.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/com.cross.easystruts.eclipse_0.6.2.jar" path="plugins/com.cross.easystruts.eclipse_0.6.2.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/com.cross.easystruts.eclipse_0.6.3.jar" path="plugins/com.cross.easystruts.eclipse_0.6.3.jar" /> <archive url="http://osdn.dl.sourceforge.net/sourceforge/easystruts/com.cross.easystruts.eclipse_0.6.4.jar" path="plugins/com.cross.easystruts.eclipse_0.6.4.jar" /> <category-def name="EasyStruts" label="Easy Struts plugin" /> <category-def name="EasyExplore" label="Easy Explore plugin" /> </site> |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/old/updatestest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/old/updatestest Added Files: site.xml Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: site.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <site> <description> Easy Struts Plugin </description> <feature url="features/feature.xml"> <category name="Easy Struts"/> </feature> <category-def name="Easy Struts" label="Easy Struts plugin for Eclipse" /> </site> |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/style Added Files: easystruts.css Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: easystruts.css --- .titre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: 4px; color: #003399; font-weight: bold; text-transform: none} .titre1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; color: #0000CC} .normalnoir { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #000000} .inforouge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: normal; color: #CC0000} .infogris { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; color: #666666} .titre2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: oblique; line-height: normal; font-weight: bolder; color: #000066} .petitgris { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666} .petitnoir { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000} .grand { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #003399; font-weight: bolder} .petitrouge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FF0000; } |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.5.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.5.1 Added Files: Thumbs.db feature.xml easystruts.gif Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.5.1" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - 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... </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.apache.xerces"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.update.ui.forms"/> <import plugin="org.eclipse.tomcat"/> <import plugin="org.eclipse.pde.ui"/> <import plugin="org.eclipse.pde.core"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="732" install-size="852" version="0.5.1"> </plugin> </feature> --- NEW FILE: Thumbs.db --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:10
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/demo Added Files: web.zip easystruts_1.swf easystruts_viewlet_swf.html easystruts_p.swf index.html easystruts.swf Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: easystruts_1.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML> <HEAD> <TITLE>Easy Struts - Live Demo </TITLE> <meta name="Keywords" content="viewlet, qarbon, leelou, help, frequently asked questions, faqs, demonstrations, training, viewlets, help files, software help, software demonstrations, online assistance, authoring tool"> <meta name="Description" content="Here a quick presentation of Easy Struts 0.5.x features Enjoy"> <link href="../style/easystruts.css" rel="stylesheet" type="text/css"> </HEAD> <BODY BGCOLOR='#ffffff' leftmargin=0 rightmargin=0 topmargin=0> <div align="center"> <span class="infogris">Easy Struts Demo require Flash player. If demo won't start, click right menu, rewing and play.</span></div><br> <center> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=1024 HEIGHT=784> <param name=movie value="easystruts.swf"> <param name=quality value=high> <param name=bgcolor value=ffffff> <EMBED src="easystruts.swf" quality=high bgcolor="ffffff" WIDTH=1024 HEIGHT=784 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </center> </BODY> </HTML> --- NEW FILE: easystruts_p.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts_viewlet_swf.html --- <HTML> <HEAD> <TITLE>Easy Struts - Live Demo </TITLE> <meta name="Keywords" content="viewlet, qarbon, leelou, help, frequently asked questions, faqs, demonstrations, training, viewlets, help files, software help, software demonstrations, online assistance, authoring tool"> <meta name="Description" content="Here a quick presentation of Easy Struts 0.5.x features Enjoy"> <link href="../style/easystruts.css" rel="stylesheet" type="text/css"> </HEAD> <BODY BGCOLOR='#ffffff' leftmargin=0 rightmargin=0 topmargin=0> <div align="center"> <span class="infogris">Easy Struts Demo require Flash player. If demo won't start, click right menu, rewing and play.</span></div><br> <center> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=1024 HEIGHT=784> <param name=movie value="easystruts.swf"> <param name=quality value=high> <param name=bgcolor value=ffffff> <EMBED src="easystruts.swf" quality=high bgcolor="ffffff" WIDTH=1024 HEIGHT=784 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </center> </BODY> </HTML> --- NEW FILE: web.zip --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:09
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.6.4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.6.4 Added Files: easystruts.gif feature.xml Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.6.4" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> - 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... </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals</license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.update.ui.forms"/> <import plugin="org.eclipse.tomcat"/> <import plugin="org.eclipse.pde.ui"/> <import plugin="org.eclipse.pde.core"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="2665" install-size="3000" version="0.6.4"> </plugin> </feature> --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:09
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/demo-0.5.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/demo-0.5.1 Added Files: easystruts_p.swf easystruts.swf easystruts_1.swf index.html Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: easystruts_1.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML> <HEAD> <TITLE>Easy Struts - Live Demo </TITLE> <meta name="Keywords" content="viewlet, qarbon, leelou, help, frequently asked questions, faqs, demonstrations, training, viewlets, help files, software help, software demonstrations, online assistance, authoring tool"> <meta name="Description" content="Here a quick presentation of Easy Struts 0.5.x features Enjoy"> <link href="../style/easystruts.css" rel="stylesheet" type="text/css"> </HEAD> <BODY BGCOLOR='#ffffff' leftmargin=0 rightmargin=0 topmargin=0> <div align="center"> <span class="infogris">Easy Struts Demo require Flash player. If demo won't start, click right menu, rewing and play.</span></div><br> <center> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=1024 HEIGHT=784> <param name=movie value="easystruts.swf"> <param name=quality value=high> <param name=bgcolor value=ffffff> <EMBED src="easystruts.swf" quality=high bgcolor="ffffff" WIDTH=1024 HEIGHT=784 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </center> </BODY> </HTML> --- NEW FILE: easystruts_p.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystruts.swf --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:09
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/_notes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/_notes Added Files: dwSiteColumnsMe.xml Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: dwSiteColumnsMe.xml --- <columnlist> <column name="Local%20Folder" align="left" show="TRUE" share="FALSE" builtin="TRUE" localwidth="180" remotewidth="180" /> <column name="Notes" align="center" show="TRUE" share="FALSE" builtin="TRUE" localwidth="36" remotewidth="36" /> <column name="Size" align="right" show="TRUE" share="FALSE" builtin="TRUE" localwidth="40" remotewidth="40" /> <column name="Type" align="left" show="TRUE" share="FALSE" builtin="TRUE" localwidth="60" remotewidth="60" /> <column name="Modified" align="left" show="TRUE" share="FALSE" builtin="TRUE" localwidth="102" remotewidth="102" /> <column name="Checked%20Out%20By" align="left" show="TRUE" share="FALSE" builtin="TRUE" localwidth="-1" remotewidth="-1" /> </columnlist> |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:08
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242 Added Files: .project htdoc Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>easystruts-website-old-sf.net</name> <comment></comment> <projects> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> --- NEW FILE: htdoc --- <html><head><title>Easy Struts Project</title></head> <body> <br> <center> Under Construction<br> <a href="">Old site<a/> </body> </html> |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:08
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs Added Files: faq.html eclipse.zip stats.html 123456789.html book.html demo-0.5.2-light.zip WhatEveryOfficeNeeds.jpg demo-0.5.1.zip index_fr.html CHANGES.TXT index.html editor.html screenshots.html EASYSTRUTS-LICENSE.TXT demo-0.5.2.zip update.html Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: 123456789.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Easy Struts for Eclipse / JBuilder</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="900" border="0"> <tr> <td height="9" width="561"><span class="grand"> Easy Struts thank you !</span></td> <td width="225" height="9" align="right"><img src="images/easystruts/new-actionform-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-action-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-ds-med.gif" width="32" height="32" alt="Easy Struts"> <img src="images/easystruts/new-form-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-resources-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-forward-med.gif" width="31" height="32" alt="Easy Struts"></td> <td width="100" height="9" align="right" valign="top" class="petitgris"><a href="/stats.html" class="petitgris">+xx xxx dowloads</a></td> </tr> <tr> <td align="right" valign="middle" height="24" width="561"> <div align="right" class="petitgris"><em> ... this is by far the most promising GUI front end I've tried so far ...</em></div></td> <td align="right" valign="middle" height="24" width="225" class="petitnoir"><a href="/faq.html">F.A.Q</a> | <a href="/CHANGES.TXT">LOGS</a> | <a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/">ARCHIVES</a> | <a href="/EASYSTRUTS-LICENSE.TXT">LICENSE</a></td> <td align="left" valign="middle" height="24" width="100"> </td> </tr> <tr> <td valign="top" colspan="2" height="656"> <hr> <p><span class="petitnoir"><br> Thanx a lot for your support ... <br> <br> <a href="index.html">home page</a></span><span class="inforouge"><br> <br> <br> </span></p> </td> <td width="100" rowspan="2" valign="top"> <table width="100"> <tr> <td> </td> </tr> <tr> <td width="120" align="right"> <font class="petitgris"><b>Here some struts related books </b>:<br> <br> Chuck Cavaness</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0596003285/easystrutspro-20"> <img src="images/amazon/0596003285.02.MZZZZZZZ.jpg" alt="Programming Jakarta Struts" width="60" hspace="3" vspace="3" border="0"></a> </td> </tr> <tr> <td align="right"> <font class="petitgris">By Struts team.</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/1930110502/easystrutspro-20"> <img src="http://images.amazon.com/images/P/1930110502.01.TZZZZZZZ.jpg" border="0" alt="Struts in Action: A Practical Guide to the Leading Java Web Framework " hspace="3" vspace="3" width="60"></a> </td> </tr> <tr> <td align="right"><div align="right"> <font class="petitgris">By Sue Spielman</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/1558608621/easystrutspro-20"> <img src="images/amazon/1558608621.01._PE_PI_SCMZZZZZZZ_.jpg" border="0" alt="The Struts Framework: Practical Guide for Programmers" hspace="3" vspace="3" width="60"></a> </div></td> </tr> <tr> <td align="right"> <font class="petitgris">by James Turner, Kevin Bedell</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0672324725/easystrutspro-20"> <img src="http://images.amazon.com/images/P/0672324725.01._PE30_PI_SCMZZZZZZZ_.jpg" border="0" alt="Struts Kick Start" hspace="3" vspace="3" width="60"></a> </td> </tr> <tr> <td align="right"> <font class="petitgris">By James Goodwill</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0471213020/easystrutspro-20"> <img src="images/amazon/0471213020.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="Mastering Jakarta Struts" hspace="3" vspace="3" width="60"></a> </td> </tr> <tr> <td align="right"> <font class="petitgris">by Shawn Bayern</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/1930110529/easystrutspro-20"> <img src="images/amazon/1930110529.01.jpg" border="0" alt="JSTL in Action" hspace="3" vspace="3" width="60"></a> </td> </tr> <tr> <td align="right"> <font class="infogris"><span class="petitgris">Refactoring</span></font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0201485672/easystrutspro-20"> <img src="images/amazon/0201485672.02.MZZZZZZZ.jpg" alt="Refactoring: Improving the Design of Existing Code" width="60" hspace="3" vspace="3" border="0"></a> </td> </tr> <tr> <td align="right"> <font class="petitgris">UML starter book</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/easystrutspro-20"> <img src="images/amazon/020165783X.01._PE_SCMZZZZZZZ_.jpg" border="0" alt="UML Distilled: A Brief Guide to the Standard Object Modeling Language (2nd Edition)" hspace="3" vspace="3" width="60"></a> </td> </tr> </table></td> </tr> <tr> <td valign="bottom" align="center"><span class="petitnoir"> <span class="petitnoir"></span> <span class="inforouge"><br> <br> </span></td> <td valign="bottom" align="center" class="petitnoir"> <noscript> <center> </center> </noscript> <span class="petitnoir"></span><br></td> </tr> <tr align="center"> <td colspan="2" class="petitgris">Copyright © 2002 Easy Software Fundation- contact : <a href="mailto:ebo...@us...%20">ebo...@us...</a> <br> JBuilder is a trademark of Borland Software Corporation in the United States and other countries. </td> <td align="right" valign="bottom" class="petitgris"><a href="/old/index.html">[Old site</a>]</td> </tr> </table> </body> </html> --- NEW FILE: WhatEveryOfficeNeeds.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: faq.html --- <html> <head> <title>Easy Struts</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="900" border="0"> <tr> <td height="9" width="64%"><span class="grand"> Easy Struts - F.A.Q.</span></td> <td height="9" width="218"><img src="images/easystruts/new-actionform-med.gif" width="31" height="32"> <img src="images/easystruts/new-action-med.gif" width="31" height="32"> <img src="images/easystruts/new-ds-med.gif" width="32" height="32"> <img src="images/easystruts/new-form-med.gif" width="31" height="32"> <img src="images/easystruts/new-resources-med.gif" width="31" height="32"> <img src="images/easystruts/new-forward-med.gif" width="31" height="32"></td> <td height="9" width="12%"><span class="inforouge"></span><span class="grand"></span></td> </tr> <tr bordercolor="#000000"> <td align="right" valign="middle" height="19" width="260"> </td> <td align="right" valign="middle" height="19" width="348" class="petitnoir"> <a href="index.html">HOME</a> | <a href="CHANGES.TXT"> LOGS</a> | <a href="EASYSTRUTS-LICENSE.TXT">LICENSE</a></td> <td align="left" valign="middle" height="19" width="268"> </td> </tr> <tr> <td height="466" colspan="2" align="center" valign="top"> <p align="left"> <hr> <div align="left"> <p class="normalnoir"><img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#1">What is Struts ?</a><br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#2">What is Eclipse ?</a> <br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#3">What is Easy Struts plugin?</a> <br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#4">How can I install Easy Struts plugin ?</a><br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#5">I've installed Easy Struts plugin but I can't see Easy Struts in Eclipse !</a> <br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#7">Easy Struts view is not synchronised !</a><br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <a href="#6">I've found a Bug... ! </a></p> <p class="petitnoir"><span class="titre"> <br> </span></p> <p class="petitnoir"><br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">What is Struts ?</span><a name="1"></a><br> <span class="petitnoir"><br> Struts is a framework from the Apache Software Foundation, the goal is to provide a (FREE and OPENSOURCE) MVC2 implementation for web application, more information on <a href="http://jakarta.apache.org/struts" target="_blank">http://jakarta.apache.org/struts</a>. You can also check the book <a href="http://www.amazon.com/exec/obidos/ASIN/1930110502/easystrutspro-20/102-0806726-6408966" target="_blank">Java Web Development With Struts</a> written by some Struts Committers.</span></p> <p class="petitnoir"><br> <br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">What is Eclipse ?</span><a name="2" id="2"></a><br> <span class="petitnoir"><br> Perhaps you need to read <a href="http://www.eclipse.org/org/index.html" target="_blank">http://www.eclipse.org/org/index.html</a> ;)</span></p> <p class="petitnoir"></p> <p class="petitnoir"><br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">What is Easy Struts plugin?</span><a name="3" id="3"></a><br> <span class="petitnoir"><br> Easy Strut is a plugin for Eclipse, the goal is to provide a set of IDE tools for Struts developpement. Theses tools are wizards, code generator, editors, views... <em>This project is inspired from <a href="http://www.jamesholmes.com/struts" target="_blank">struts-console</a> who provide Struts support in many other IDE.</em></span></p> <p class="petitnoir"></p> <p class="petitnoir"><img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">How can I install Easy Struts plugin</span><a name="4" id="4"></a><br> <span class="petitnoir"><br> There is two way to install Easy Struts. With the Eclipse Update Manager (This way won't work with some Firewall) or donwload the latest release, unzip and copy the directory (in bold) <where you unzip the file>\easystruts-eclipse_X.X.X\plugins<strong>\com.cross.easystruts.eclipse_X.X.X</strong> in your <strong><eclipse>\plugins</strong> directory. </span><br> After launch Eclipse, if Easy Struts appears in Eclipse preference, let' rock...<br> </p> <p class="petitnoir"><br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">I've installed Easy Struts plugin but I can't see Easy Struts in Eclipse</span><a name="5" id="5"></a><br> <span class="petitnoir"><br> Easy Struts require <a href="http://www.eclipse.org/pde/index.html" target="_blank">PDE plugins</a>, this plugin can be found in <a href="http://www.eclipse.org/downloads/index.php" target="_blank">Eclipse SDK</a> distribution. If you have this plugin and Easy Struts won't work, consult ths file <eclipse>\workspace\.metadata\.log. </span>... and see <a href="#6">next question</a>.</p> <p class="petitnoir"><img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">Easy Struts view is not synchronised !</span><a name="7" id="7"></a></p> <p class="petitnoir">Hit F5 to refresh tree (for example after removing a java project or manually adding a Struts 1.1 module in web.xml).</p> <p><img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">I've found a Bug...!<a name="6" id="6"></a></span></p> <p class="petitnoir">Easy Struts is on developpement so there is many bug, I've got "normal" a <a href="http://www.cross-systems.com" target="_blank">work</a> and I can't work full-time on Easy Struts... Report all bugs in <a href="http://sourceforge.net/tracker/?atid=474084&group_id=54542&func=browse" target="_blank">SourceForge bug repport tools</a>, inforation needed : Eclipse version, Easy Strut version, Platform, entries in your <span class="petitnoir"><eclipse>\workspace\.metadata\.log</span> and all other informations you have... and be patient.</p> <p class="petitnoir"><br> <br> <img src="images/easystruts/forward-editor.gif" width="16" height="16"> <span class="titre">To be continued...!</span> </p> <p> </p> </div> </td> <td width="12%" rowspan="2"> </td> </tr> <tr> <td height="53" colspan="2" align="center" valign="bottom"> </td> </tr> <tr align="center"> <td colspan="2" class="petitgris">Copyright © 2002 Easy Struts - contact : <a href="mailto:e.b...@cr...">e.b...@us...</a> <br> JBuilder is a trademark of Borland Software Corporation in the United States and other countries. </td> <td class="petitgris"> </td> </tr> </table> </body> </html> --- NEW FILE: index.html --- <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 11"> <meta name=Originator content="Microsoft Word 11"> <link rel=File-List href="index_files/filelist.xml"> <link rel=Edit-Time-Data href="index_files/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--> <title>Easy Struts for Eclipse / JBuilder</title> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"/> <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Emmanuel Boudrant</o:Author> <o:LastAuthor>Emmanuel Boudrant</o:LastAuthor> <o:Revision>2</o:Revision> <o:TotalTime>2</o:TotalTime> <o:Created>2004-02-29T17:15:00Z</o:Created> <o:LastSaved>2004-02-29T17:17:00Z</o:LastSaved> <o:Pages>3</o:Pages> <o:Words>1800</o:Words> <o:Characters>9905</o:Characters> <o:Company>mz.org</o:Company> <o:Lines>82</o:Lines> <o:Paragraphs>23</o:Paragraphs> <o:CharactersWithSpaces>11682</o:CharactersWithSpaces> <o:Version>11.5606</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:FormsDesign/> <w:HyphenationZone>21</w:HyphenationZone> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if !mso]><object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></object> <style> st1\:*{behavior:url(#ieooui) } </style> <![endif]--> <link rel=Stylesheet type="text/css" media=all href="style/easystruts.css"> <style> <!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0; mso-font-charset:2; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:0 268435456 0 0 -2147483648 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; color:black;} a:link, span.MsoHyperlink {color:blue;} a:visited, span.MsoHyperlinkFollowed {color:blue;} p {font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; color:black;} span.grand {mso-style-name:grand;} span.petitnoir {mso-style-name:petitnoir;} span.inforouge {mso-style-name:inforouge;} span.petitrouge {mso-style-name:petitrouge;} span.normalnoir {mso-style-name:normalnoir;} span.titre {mso-style-name:titre;} span.petitgris {mso-style-name:petitgris;} p.petitnoir1, li.petitnoir1, div.petitnoir1 {mso-style-name:petitnoir1; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; color:black;} span.SpellE {mso-style-name:""; mso-spl-e:yes;} span.GramE {mso-style-name:""; mso-gram-e:yes;} @page Section1 {size:595.3pt 841.9pt; margin:70.85pt 70.85pt 70.85pt 70.85pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} /* List Definitions */ @list l0 {mso-list-id:693383592; mso-list-template-ids:-396870802;} @list l0:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; mso-ansi-font-size:10.0pt; font-family:Symbol;} @list l1 {mso-list-id:850148637; mso-list-template-ids:1838439154;} @list l1:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; mso-ansi-font-size:10.0pt; font-family:Symbol;} ol {margin-bottom:0cm;} ul {margin-bottom:0cm;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> </head> <body bgcolor=white lang=FR link=blue vlink=blue style='tab-interval:35.4pt'> <div class=Section1> <table class=MsoNormalTable border=0 cellpadding=0 width=900 style='width:675.0pt; mso-cellspacing:1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:6.75pt'> <td width=486 style='width:364.5pt;padding:.75pt .75pt .75pt .75pt; height:6.75pt'> <p class=MsoNormal style='mso-line-height-alt:6.75pt'><span class=SpellE><span class=grand>Easy</span></span><span class=grand> <span class=SpellE>Struts</span></span></p> </td> <td width=274 style='width:205.5pt;padding:.75pt .75pt .75pt .75pt; height:6.75pt'> <p class=MsoNormal align=right style='text-align:right;mso-line-height-alt: 6.75pt'><img width=31 height=32 id="_x0000_i1025" src="images/easystruts/new-actionform-med.gif" alt="Easy Struts"><img width=31 height=32 id="_x0000_i1026" src="images/easystruts/new-action-med.gif" alt="Easy Struts"><img width=32 height=32 id="_x0000_i1027" src="images/easystruts/new-ds-med.gif" alt="Easy Struts"><img width=31 height=32 id="_x0000_i1028" src="images/easystruts/new-form-med.gif" alt="Easy Struts"><img width=31 height=32 id="_x0000_i1029" src="images/easystruts/new-resources-med.gif" alt="Easy Struts"><img width=31 height=32 id="_x0000_i1030" src="images/easystruts/new-forward-med.gif" alt="Easy Struts"></p> </td> <td width=126 valign=top style='width:94.5pt;padding:.75pt .75pt .75pt .75pt; height:6.75pt'> <p class=MsoNormal align=right style='text-align:right;mso-line-height-alt: 6.75pt'><a href="../../stats.html">+<span class=SpellE>xx</span> <span class=SpellE>xxx</span> <span class=SpellE>dowloads</span></a></p> </td> </tr> <tr style='mso-yfti-irow:1;height:14.25pt'> <td width=486 style='width:364.5pt;padding:.75pt .75pt .75pt .75pt; height:14.25pt'> <p class=MsoNormal align=right style='text-align:right'><em><span lang=EN-GB style='mso-ansi-language:EN-GB'>... this is by far the most promising GUI front end I've tried so far ...</span></em><span lang=EN-GB style='mso-ansi-language: EN-GB'><o:p></o:p></span></p> </td> <td width=274 style='width:205.5pt;padding:.75pt .75pt .75pt .75pt; height:14.25pt'> <p class=MsoNormal align=right style='text-align:right'><a href="../../faq.html">F.A.Q</a> | <a href="../../CHANGES.TXT">LOGS</a> | <a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/">ARCHIVES</a> | <a href="../../EASYSTRUTS-LICENSE.TXT">LICENSE</a></p> </td> <td width=126 style='width:94.5pt;padding:.75pt .75pt .75pt .75pt;height: 14.25pt'> <p class=MsoNormal> </p> </td> </tr> <tr style='mso-yfti-irow:2;height:492.0pt'> <td colspan=2 valign=top style='padding:.75pt .75pt .75pt .75pt;height:492.0pt'> <div class=MsoNormal align=center style='text-align:center'> <hr size=2 width="100%" align=center> </div> <p><em><span lang=EN-GB style='mso-ansi-language:EN-GB'>First, thank you for using Easy Struts ... without you, project cannot continue.</span></em><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br style='mso-special-character:line-break'> <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> <![endif]><o:p></o:p></span></p> <p><span lang=EN-GB style='font-size:22.0pt;mso-ansi-language:EN-GB'>After receiving a large number of <span class=GramE>email</span>, Easy Struts is now under <span class=SpellE>refactoring</span>…<o:p></o:p></span></p> <p><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p> </o:p></span></p> <p><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>The Easy Struts project provides plug-ins for the </span><a href="http://www.eclipse.org" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Eclipse 2.0</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>, </span><a href="http://www.borland.com/jbuilder" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Borland <span class=SpellE>JBuilder</span> 5</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>, and </span><a href="http://www.borland.com/jbuilder" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Borland <span class=SpellE>JBuilder</span> 6</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'> development environments to enable you to develop web applications based on the MVC design pattern provided by the </span><a href="http://jakarta.apache.org/struts" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Jakarta Struts framework</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>.</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> <span class=petitnoir>Easy Struts is FREE and OPEN-SOURCE. Licensing is provided with the </span></span><span class=petitnoir><a href="http://www.apache.org/LICENSE.TXT" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>ASF license</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>.</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'> <br> <br> <span class=petitnoir>Why use Easy Struts inside <span class=GramE>Eclipse :</span></span> <br> <br> <span class=petitnoir>- Easy Struts <span class=SpellE>plugin</span> can be used with </span><strong>J2EE <span class=SpellE>plugin</span></strong><span class=petitnoir> : </span></span><span class=petitnoir><a href="http://www.sysdeo.com/eclipse/tomcatPlugin.html" target="_blank"><span class=SpellE><span lang=EN-GB style='mso-ansi-language:EN-GB'>Sysdeo</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'> Tomcat</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>, </span><a href="http://www.improve-technologies.com/alpha/resin/" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Resin</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>, </span><a href="http://www.mycgiserver.com/%7Eobjectlearn/products/lomboz.html" target="_blank"><span class=SpellE><span lang=EN-GB style='mso-ansi-language: EN-GB'>Lomboz</span></span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>... (or simply a Java project).</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <span class=petitnoir>- Provide </span><strong>Struts <span class=SpellE>config</span> editor</strong><span class=petitnoir> for Struts 1.0 and Struts 1.1 files.</span><br> <span class=petitnoir>- </span><strong>XSLT</strong><span class=petitnoir> generation.</span><br> <span class=petitnoir>- Provide a </span><strong>global view</strong><span class=petitnoir> of any Java project with Easy Struts support.</span><br> <span class=petitnoir>- Full support for </span><strong>Struts 1.1 modules</strong><span class=petitnoir>.</span><br> <span class=petitnoir>- </span><strong>Tool tip</strong><span class=petitnoir> text extracted from Struts DTD.</span><br> <span class=petitnoir>- Input </span><strong>helper</strong><span class=petitnoir> (chooser dialog and validation).</span><br> <span class=petitnoir>- Compatible with </span><strong>IBM WSAD 5 </strong><span class=petitnoir>(with some troubles...<span class=GramE>)</span></span><b><br> <strong>- <span class=SpellE>XDoclet</span></strong></b><span class=petitnoir> support in progress.</span><b><br> <strong>-</strong></b><span class=petitnoir> ... and it's</span><strong> FREE</strong><br> <span class=petitnoir>- Easy Struts <span class=SpellE>developpement</span> is in progress ...there are still bugs in theses versions...<o:p></o:p></span></span></p> <p><strong><span lang=EN-GB style='mso-ansi-language:EN-GB'>Compatibility with Eclipse 2.1 done</span></strong><span class=inforouge><span lang=EN-GB style='mso-ansi-language:EN-GB'>, and <span class=GramE>released !</span></span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br style='mso-special-character:line-break'> <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> <![endif]><o:p></o:p></span></p> <!-- End PayPal Logo --> <table class=MsoNormalTable border=0 cellpadding=0 width="98%" style='width:98.0%;mso-cellspacing:1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'> <td width="62%" style='width:62.0%;padding:.75pt .75pt .75pt .75pt'> <p><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>This project hosted by </span><a href="http://www.sourceforge.net"><span class=SpellE><span lang=EN-GB style='mso-ansi-language:EN-GB'>sourceforge</span></span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>. </span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> <ul type=disc> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt'><span class=petitnoir><a href="http://sourceforge.net/projects/easystruts"><span class=SpellE>project</span> <span class=SpellE>sumary</span></a></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt'><span class=petitnoir><a href="http://sourceforge.net/projects/easystruts">bug report</a></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt'><span class=petitnoir><a href="../../screenshots.html"><span class=SpellE>screenshots</span></a></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt'><span class=petitnoir><a href="../../editor.html">live <span class=SpellE>demo</span> <span class=SpellE>from</span> Eclipse</a></span></li> </ul> </td> <td width="15%" valign=top style='width:15.0%;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><o:p> </o:p></p> </td> <td width="23%" valign=top style='width:23.0%;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><o:p> </o:p></p> </td> </tr> </table> <p class=MsoNormal><span class=petitnoir><span style='display:none; mso-hide:all'><o:p> </o:p></span></span></p> <table class=MsoNormalTable border=0 cellpadding=0 width="100%" style='width:100.0%;mso-cellspacing:1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes; height:92.25pt'> <td width="71%" valign=top style='width:71.0%;padding:.75pt .75pt .75pt .75pt; height:92.25pt'> <p class=MsoNormal style='margin-bottom:12.0pt'><o:p> </o:p></p> <table class=MsoNormalTable border=0 cellpadding=0 width="98%" style='width:98.0%;mso-cellspacing:1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'> <td width="69%" style='width:69.0%;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><br> <span class=petitrouge>STATUS</span> <o:p></o:p></p> <ul type=disc> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l1 level1 lfo2;tab-stops:list 36.0pt'><span class=petitrouge><span lang=EN-GB style='mso-ansi-language:EN-GB'>NEW</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'> <strong><span align=justify>Easy Strut 0.6.4 for Eclipse out</span></strong><span class=petitnoir> </span></span><span class=petitnoir><a href="#plugin"><span lang=EN-GB style='mso-ansi-language: EN-GB'>...</span></a></span><span lang=EN-GB style='mso-ansi-language: EN-GB'><o:p></o:p></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l1 level1 lfo2;tab-stops:list 36.0pt'><span align=justify><strong><span lang=EN-GB style='mso-ansi-language:EN-GB'>Survey #1 : What Struts version are you using </span></span></strong><span class=petitnoir><a href="http://sourceforge.net/survey/survey.php?group_id=54542&survey_id=13866" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>...</span></a></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l1 level1 lfo2;tab-stops:list 36.0pt'><strong><span lang=EN-GB style='mso-ansi-language:EN-GB'><span align=justify>Easy Explore Eclipse <span class=SpellE>plugin</span> out </span></span></strong><span class=petitnoir><a href="#easyexplore"><span lang=EN-GB style='mso-ansi-language:EN-GB'>...</span></a></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l1 level1 lfo2;tab-stops:list 36.0pt'><span align=justify><strong><span lang=EN-GB style='mso-ansi-language:EN-GB'>Easy Struts 0.4.2 for <span class=SpellE>JBuilder</span> out </span></span></strong><span class=petitnoir><a href="#opentool"><span lang=EN-GB style='mso-ansi-language:EN-GB'>...</span></a></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></li> <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: auto;mso-list:l1 level1 lfo2;tab-stops:list 36.0pt'><span align=justify><strong><span lang=EN-GB style='mso-ansi-language:EN-GB'>UML Icons for <span class=SpellE>JBuilder</span> out </span></span></strong><span class=petitnoir><a href="#umlicon"><span lang=EN-GB style='mso-ansi-language:EN-GB'>...</span></a></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></li> </ul> </td> <td width="31%" style='width:31.0%;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span lang=EN-GB style='mso-ansi-language:EN-GB'> <o:p></o:p></span></p> </td> </tr> </table> <p class=MsoNormal><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> </td> <td width="29%" valign=top style='width:29.0%;padding:.75pt .75pt .75pt .75pt; height:92.25pt'> <div> <p align=center style='text-align:center'><em><b><span lang=EN-GB style='mso-ansi-language:EN-GB'>Books <span class=GramE>news :</span></span></b></em><em><span lang=EN-GB style='mso-ansi-language:EN-GB'> </span></em><i><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> <em>New Struts book available soon :</em></span></i><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> </span><a href="http://www.amazon.com/exec/obidos/ASIN/1861007817/easystrutspro-20/103-9421261-8817423" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Professional Struts Applications</span></a><span lang=EN-GB style='mso-ansi-language: EN-GB'>, cover <span class=SpellE>subjets</span> are Struts, <span class=SpellE>Lucene</span>, <span class=SpellE>ObjectRelationalBrige</span>, Velocity.<br> <br> <br> <em>Interesting book about open-source java <span class=GramE>tools :</span> </em></span><em><a href="http://www.amazon.com/exec/obidos/ASIN/186100799X/ref=ase_easystrutspro-20/102-5188790-7093756" target="_blank"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Professional Java Tools</span></a></em><em><span lang=EN-GB style='mso-ansi-language: EN-GB'> : Real world Ant, <span class=SpellE>JUnit</span>, CVS, Cactus, <span class=SpellE>Bugzilla</span>, Maven, <span class=SpellE>JMeter</span> and <span class=SpellE>XDoclet</span>.</span></em><span lang=EN-GB style='mso-ansi-language: EN-GB'><o:p></o:p></span></p> <p align=center style='margin-bottom:12.0pt;text-align:center'><span lang=EN-GB style='mso-ansi-language:EN-GB'>Eclipse book available <span class=GramE>soon :</span> </span><a href="http://www.amazon.com/exec/obidos/ASIN/1930110960/easystrutspro-20"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Java Development with Eclipse</span></a><span lang=EN-GB style='mso-ansi-language:EN-GB'> from manning. One <span class=SpellE>chaper</span> is related to Eclipse and Struts (mean Easy Struts<span class=GramE>?;</span>)<o:p></o:p></span></p> </div> </td> </tr> </table> <p><a name=plugin></a><img border=0 width=16 height=16 id="_x0000_i1032" src="images/easystruts/forward-editor.gif" alt="Eclipse features"><span class=titre><span lang=EN-GB style='mso-ansi-language:EN-GB'>Eclipse features:</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> <p><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>- Eclipse 2.1 Compatible.</span></span><span lang=EN-GB style='mso-ansi-language: EN-GB'><br> <span class=petitnoir>- Full wizard <span class=SpellE>refactoring</span> (add exception and module wizards).</span><br> <span class=petitnoir>- Support for Struts 1.1 modules.</span><br> <span class=petitnoir>- Easy Struts Explorer with struts-<span class=SpellE>config</span> and <span class=SpellE>webapp</span> hierarchy.</span><br> <span class=petitnoir>- Use of XSLT for classes and <span class=SpellE>jsp</span> generation.</span><br> <span class=petitnoir>- </span></span><span class=petitnoir><a href="../../editor.html"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Struts <span class=SpellE>config</span> editor</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'> for Struts 1.1 and Struts 1.0 <span class=SpellE>config</span> files (not available for Struts 1.0).</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <span class=petitnoir>- Wizard Action, <span class=SpellE>ActionForm</span>, and JSP: allow fast creation of a (bean + <span class=SpellE>jsp</span>) form, associated with an action.</span><br> <span class=petitnoir>- Wizard Action: allows you to easily create an action, which can be associated to an existing form.</span><br> <span class=petitnoir>- <span class=SpellE>Assitant</span> <span class=SpellE>ActionForm</span>: allows you to rapidly create <span class=SpellE>Permet</span> a (bean + <span class=SpellE>jsp</span>) form.</span><br> <span class=petitnoir>- Create and update of the Struts descriptor (struts-<span class=SpellE>config.xml</span>).</span><br> <span class=petitnoir>- Starting up of the Web application for Struts (addition of the action <span class=SpellE>servlet</span> into <span class=SpellE>web.xml</span>, copying of the lib, <span class=SpellE>tlds</span>, and so on).</span><br> <span class=petitnoir>- Support for Struts 1.0 and Struts 1.1.</span><br> <span class=petitnoir>- Preferences page.</span><br> <span class=petitnoir>- Ability to use your classes coming from Struts classes. </span><br> <br> <span class=petitnoir>For more information, check </span></span><span class=petitnoir><a href="../../CHANGES.TXT"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Changes log</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>. </span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> <strong>Current version is 0.6.4</strong><span class=normalnoir>: get it with </span></span><span class=normalnoir><a href="../../update.html"><span lang=EN-GB style='mso-ansi-language:EN-GB'>update manager</span></a></span><span class=normalnoir><span style='mso-ansi-language:EN-GB'> </span></span><span class=petitgris><span lang=EN-GB style='mso-ansi-language:EN-GB'>(recommended)</span></span><span class=normalnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'> or download it </span><a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/org.easystruts.eclipse_0.6.4.zip"><span lang=EN-GB style='mso-ansi-language:EN-GB'>[zip]</span></a></span><span class=normalnoir><span style='mso-ansi-language:EN-GB'> </span><a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/org.easystruts.eclipse_0.6.4.tar.gz"><span lang=EN-GB style='mso-ansi-language:EN-GB'>[<span class=SpellE>tar.gz</span>]</span></a></span><span class=normalnoir><span style='mso-ansi-language:EN-GB'> </span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> <span class=petitgris><i>Previous version can be found </i></span></span><span class=petitgris><i><a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/"><span lang=EN-GB style='mso-ansi-language:EN-GB'>here</span></a></i></span><span class=petitgris><i><span lang=EN-GB style='mso-ansi-language:EN-GB'>.</span></i></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> <p><span lang=EN-GB style='mso-ansi-language:EN-GB'> <o:p></o:p></span></p> <p><a name=opentool></a><img border=0 width=16 height=16 id="_x0000_i1033" src="images/easystruts/forward-editor.gif" alt="JBuilder features"><span class=SpellE><span class=titre><span lang=EN-GB style='mso-ansi-language: EN-GB'>JBuilder</span></span></span><span class=titre><span lang=EN-GB style='mso-ansi-language:EN-GB'> features:</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> <p class=petitnoir1 style='margin-bottom:12.0pt'><span class=petitgris><span lang=EN-GB style='mso-ansi-language:EN-GB'>- Use of XSLT for classes and <span class=SpellE>jsp</span> generation.</span></span><em><span lang=EN-GB style='mso-ansi-language:EN-GB'> (not yet released)</span></em><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> - Wizard Action, <span class=SpellE>ActionForm</span> and JSP: allow fast creation of a (bean + <span class=SpellE>jsp</span>) form, associated with an action.<br> - Wizard Action: allows you to easily create an action, which can be associated to an existing form.<br> - <span class=SpellE>Assitant</span> <span class=SpellE>ActionForm</span>: allows you to rapidly create <span class=SpellE>Permet</span> a (bean + <span class=SpellE>jsp</span>) form.<br> - Create and update of the Struts descriptor (struts-<span class=SpellE>config.xml</span>).<br> - Starting up of the Web application for Struts (addition of the action <span class=SpellE>servlet</span> into <span class=SpellE>web.xml</span>, copying of the lib, <span class=SpellE>tlds</span>, and so on).<br> - Support for Struts 1.0 and Struts 1.1.<br> - Preferences page.<br> - Ability to use your classes coming from Struts classes. <br> <br> <span class=petitnoir>For more information, check </span></span><span class=petitnoir><a href="../../CHANGES.TXT"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Changes <span class=GramE>log </span></span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>.</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'> <br> <br> <strong>Current version is <span class=GramE>0.4.2<span class=normalnoir><span style='font-weight:normal'> :</span></span></span></strong><span class=normalnoir> download it </span></span><span class=normalnoir><a href="http://telia.dl.sourceforge.net/sourceforge/easystruts/easystruts-jbuilder_0.4.2.zip"><span lang=EN-GB style='mso-ansi-language:EN-GB'>[zip]</span></a></span><span class=normalnoir><span style='mso-ansi-language:EN-GB'> </span><a href="http://telia.dl.sourceforge.net/sourceforge/easystruts/easystruts-jbuilder_0.4.2.tar.gz"><span lang=EN-GB style='mso-ansi-language:EN-GB'>[<span class=SpellE>tar.gz</span>]</span></a></span><span class=normalnoir><span style='mso-ansi-language:EN-GB'> </span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> <span class=petitgris><i>Previous version can be found </i></span></span><span class=petitgris><i><a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/"><span lang=EN-GB style='mso-ansi-language:EN-GB'>here</span></a></i></span><span class=petitgris><i><span lang=EN-GB style='mso-ansi-language:EN-GB'>.</span></i></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> For managing Struts <span class=SpellE>config</span> files inside <span class=SpellE>JBuilder</span>, struts-console is available in a <span class=SpellE>JBuilder</span> <span class=SpellE>OpenTool</span>. </span><a href="http://www.jamesholmes.com/struts/console"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Get it here</span></a><span lang=EN-GB style='mso-ansi-language:EN-GB'>.<br style='mso-special-character:line-break'> <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> <![endif]><o:p></o:p></span></p> <p class=petitnoir1><a name=umlicon id=umlicon></a><img border=0 width=16 height=16 id="_x0000_i1034" src="images/easystruts/forward-editor.gif" alt="JBuilder features"><span class=titre><span lang=EN-GB style='mso-ansi-language: EN-GB'>UML Icons for <span class=SpellE><span class=GramE>JBuilder</span></span><span class=GramE> :</span></span></span><span class=inforouge><span lang=EN-GB style='mso-ansi-language:EN-GB'> </span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> <strong>UML icons for <span class=SpellE>JBuilder</span>:</strong> For UML users, this <span class=SpellE>opentool</span> replaces <span class=SpellE>JBuilder</span> Java icons with UML standard icons. [</span><a href="http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=17860"><span lang=EN-GB style='mso-ansi-language:EN-GB'>More information</span></a><span lang=EN-GB style='mso-ansi-language:EN-GB'>]<br> <br> </span><span class=inforouge><a href="images/umlicon.gif"><span style='text-decoration:none;text-underline:none'><img border=0 width=400 height=400 id="_x0000_i1035" src="images/umlicon.gif" alt=Screenshot></span></a></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> <p class=petitnoir1><span lang=EN-GB style='mso-ansi-language:EN-GB'> <o:p></o:p></span></p> <p class=petitnoir1><a name=easyexplore></a><img border=0 width=16 height=16 id="_x0000_i1036" src="images/easystruts/forward-editor.gif" alt="JBuilder features"><span class=titre><span lang=EN-GB style='mso-ansi-language: EN-GB'>Easy Explore for Eclipse :</span></span><span class=inforouge><span lang=EN-GB style='mso-ansi-language:EN-GB'> </span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> <p style='margin-bottom:12.0pt'><strong><span lang=EN-GB style='mso-ansi-language: EN-GB'>Easy Explore 1.0.1 for Eclipse:</span></strong><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'> For Eclipse user, this <span class=SpellE>plugin</span> add 'Windows Explorer' feature in Resource/Package explorer popup menu. Get it with </span><a href="../../update.html"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Update manager</span></a></span><span class=petitnoir><span style='mso-ansi-language:EN-GB'> </span></span><span class=petitgris><span lang=EN-GB style='mso-ansi-language:EN-GB'>(recommended)</span></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'> or </span><a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/org.easyexplore_1.0.1.zip"><span lang=EN-GB style='mso-ansi-language:EN-GB'>Download it</span></a></span><span class=petitnoir><span lang=EN-GB style='mso-ansi-language:EN-GB'>.</span></span><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <i><br> <em>NOTE: This <span class=SpellE>plugin</span> is not Easy Struts or Struts related. </em></i><br> <br> </span><img border=0 width=269 height=211 id="_x0000_i1037" src="images/easyexplore.gif"><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <br> </span><span class=SpellE><span class=petitgris><i>Previous</i></span></span><span class=petitgris><i> version <span class=SpellE>can</span> <span class=SpellE>be</span> <span class=SpellE>found</span> <a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/"><span class=SpellE>here</span></a>.</i></span><br style='mso-special-character: line-break'> <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> <![endif]></p> </td> <td width=126 rowspan=2 valign=top style='width:94.5pt;padding:.75pt .75pt .75pt .75pt; height:492.0pt'> <table class=MsoNormalTable border=0 cellpadding=0 width=100 style='width:75.0pt;mso-cellspacing:1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><o:p> </o:p></p> </td> </tr> <tr style='mso-yfti-irow:1'> <td style='padding:.75pt .75pt .75pt .75pt'> <div> <p class=MsoNormal align=right style='text-align:right'><span lang=EN-GB style='mso-ansi-language:EN-GB'>Easy Struts is open source and free, if you want you can donate to support <span class=SpellE>developpement</span> <o:p></o:p></span></p> </div> <form action="https://www.paypal.com/cgi-bin/webscr" method=post enctype="application/x-www-form-urlencoded"> <p class=MsoNormal align=right style='text-align:right'><span class=petitgris><span style='display:none;mso-hide:all'><INPUT TYPE="hidden" NAME="cmd" VALUE="_xclick"></span><span style='display:none;mso-hide:all'><INPUT TYPE="hidden" NAME="business" VALUE="ea...@ya..."></span><span style='display:none;mso-hide:all'><INPUT TYPE="hidden" NAME="no_note" VALUE="1"></span><span style='display:none;mso-hide:all'><INPUT TYPE="hidden" NAME="currency_code" VALUE="USD"></span><span style='display:none;mso-hide:all'><INPUT TYPE="hidden" NAME="tax" VALUE="0"></span><o:p></o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><INPUT TYPE="image" ACTION="https://www.paypal.com/cgi-bin/webscr" SRC="https://www.paypal.com/images/x-click-butcc-donate.gif" METHOD="post" NAME="submit" border=0 alt="Make payments with PayPal - it's fast, free and secure!"></p> </form> </td> </tr> <tr style='mso-yfti-irow:2'> <td width=120 style='width:90.0pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'><b><span lang=EN-GB style='mso-ansi-language:EN-GB'>Here some struts related books </span></b><span lang=EN-GB style='mso-ansi-language:EN-GB'>:<br> <br> Chuck <span class=SpellE>Cavaness</span><br> </span><a href="http://www.amazon.com/exec/obidos/ASIN/0596003285/easystrutspro-20"></a><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'><span class=petitrouge>NEW</span> By <span class=SpellE>wrox</span>.<br> <a href="http://www.amazon.com/exec/obidos/ASIN/1861007817/easystrutspro-20/103-9421261-8817423"></a></p> </td> </tr> <tr style='mso-yfti-irow:4'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'><span class=petitrouge>NEW</span> By David <span class=SpellE>Gallardo</span>.<br> <a href="http://www.amazon.com/exec/obidos/ASIN/1930110960/easystrutspro-20"></a></p> </td> </tr> <tr style='mso-yfti-irow:5'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'>By <span class=SpellE>Struts</span> team.<br> <a href="http://www.amazon.com/exec/obidos/ASIN/1930110502/easystrutspro-20"></a></p> </td> </tr> <tr style='mso-yfti-irow:6'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'>By Sue <span class=SpellE>Spielman</span><br> <a href="http://www.amazon.com/exec/obidos/ASIN/1558608621/easystrutspro-20"></a></p> </td> </tr> <tr style='mso-yfti-irow:7'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'><span lang=EN-GB style='mso-ansi-language:EN-GB'>by James Turner, Kevin <span class=SpellE>Bedell</span><br> </span><a href="http://www.amazon.com/exec/obidos/ASIN/0672324725/easystrutspro-20"></a><span lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:8'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'>By James <span class=SpellE>Goodwill</span><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0471213020/easystrutspro-20"></a></p> </td> </tr> <tr style='mso-yfti-irow:9'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><o:p> </o:p></p> </td> </tr> <tr style='mso-yfti-irow:10'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'>by Shawn Bayern<br> <a href="http://www.amazon.com/exec/obidos/ASIN/1930110529/easystrutspro-20"></a></p> </td> </tr> <tr style='mso-yfti-irow:11;mso-yfti-lastrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'><span class=SpellE><span class=petitgris>Refactoring</span></span><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0201485672/easystrutspro-20"></a></p> </td> </tr> </table> <p class=MsoNormal><o:p></o:p></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td valign=bottom style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=center style='margin-bottom:12.0pt;text-align:center'><span class=inforouge><a href="http://sourceforge.net" target="_blank"><span style='text-decoration:none;text-underline:none'><img border=0 width=101 height=30 id="_x0000_i1053" src="http://sourceforge.net/sflogo.php?group_id=54542&type=5" alt="SourceForge Logo"></span></a><a href="http://validator.w3.org/check/referer"><span style='text-decoration: none;text-underline:none'><img border=0 width=88 height=31 id="_x0000_i1054" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></span></a><a href="http://www.javablogs.com" target="_blank"><span style='text-decoration: none;text-underline:none'><img border=0 width=81 height=24 id="_x0000_i1055" src="http://www.javablogs.com/images/javablog.gif" alt="http://www.javablogs.com"></span></a></span></p> </td> <td valign=bottom style='padding:.75pt .75pt .75pt .75pt'> <div align=center> <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='mso-cellspacing:0cm;background:gray'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='mso-cellspacing:0cm;mso-padding-alt:1.5pt 1.5pt 1.5pt 1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'> <td style='padding:1.5pt 1.5pt 1.5pt 1.5pt'> <p class=MsoNormal align=center style='text-align:center'><script language="JavaScript" type="text/javascript" src="http://ss.webring.com/navbar?f=j;y=eboudrant;u=10074431"> </script><span lang=EN-GB style='mso-ansi-language:EN-GB'><noscript>This site is a member of <span class=SpellE>WebRing</span>. <br> </span>To <span class=SpellE>browse</span> <span class=SpellE>visit</span> <a href="http://ss.webring.com/navbar?f=l;y=eboudrant;u=10074431"><span class=SpellE>Here</span></a>.</p> </td> </tr> </table> <p class=MsoNormal><o:p></o:p></p> </td> </tr> </table> </div> </noscript> <p class=MsoNormal align=center style='text-align:center'><o:p></o:p></p> </td> </tr> <tr style='mso-yfti-irow:4;mso-yfti-lastrow:yes'> <td colspan=2 style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=center style='text-align:center'><span lang=EN-GB style='mso-ansi-language:EN-GB'>Copyright © 2002 Easy Software <span class=SpellE>Fundation</span>- <span class=GramE>contact :</span> </span><a href="mailto:ebo...@us...%20"><span lang=EN-GB style='mso-ansi-language:EN-GB'>ebo...@us...</span></a><span lang=EN-GB style='mso-ansi-language:EN-GB'> / </span><a href="http://jroller.com/page/eboudrant/Weblog"><span class=SpellE><span lang=EN-GB style='mso-ansi-language:EN-GB'>blogbuster Vol.II</span></span></a><span lang=EN-GB style='mso-ansi-language:EN-GB'><br> <span class=SpellE>JBuilder</span> is a trademark of Borland Software Corporation in the <st1:country-region w:st="on"><st1:place w:st="on">United States</st1:place></st1:country-region> and other countries. <o:p></o:p></span></p> </td> <td valign=bottom style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal align=right style='text-align:right'><a href="../../old/index.html">[<span class=SpellE>Old</span> site</a>]</p> </td> </tr> </table> <div class=MsoNormal align=center style='text-align:center'> <hr size=2 width="100%" align=center> </div> <table class=MsoNormalTable border=0 cellpadding=0 width="100%" style='width:100.0%;mso-cellspacing:1.5pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><script language="JavaScript" src="http://www.downes.ca/referrers.js"> </script><o:p> </o:p></p> </td> </tr> </table> <p class=MsoNormal><span style='color:windowtext'><o:p> </o:p></span></p> </div> </body> </html> --- NEW FILE: book.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Struts book java book</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="900" border="0"> <tr> <td height="9" width="558"><span class="grand"> Easy Struts</span></td> <td height="9" width="218"><img src="images/easystruts/new-actionform-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-action-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-ds-med.gif" width="32" height="32" alt="Easy Struts"> <img src="images/easystruts/new-form-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-resources-med.gif" width="31" height="32" alt="Easy Struts"> <img src="images/easystruts/new-forward-med.gif" width="31" height="32" alt="Easy Struts"></td> <td width="103" height="9" align="right" valign="top" class="petitgris"><a href="stats.html" class="petitgris">+xx xxx dowloads</a></td> </tr> <tr> <td align="right" valign="middle" height="19" width="558"> <div align="right" class="petitgris"><em> ... this is by far the most promising GUI front end I've tried so far ...</em></div></td> <td align="right" valign="middle" height="19" width="225" class="petitnoir"><a href="faq.html">F.A.Q</a> | <a href="CHANGES.TXT">LOGS</a> | <a href="http://osdn.dl.sourceforge.net/sourceforge/easystruts/">ARCHIVES</a> | <a href="EASYSTRUTS-LICENSE.TXT">LICENSE</a></td> <td align="left" valign="middle" height="19" width="103"> </td> </tr> <tr> <td valign="top" colspan="2" height="656"> <hr> <p><span class="petitnoir"><br> The Easy Struts project p... [truncated message content] |
From: Philippe O. <pom...@us...> - 2005-05-16 01:32:08
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/demo-0.5.2-light In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/demo-0.5.2-light Added Files: easy_struts_0.5.2_1.swf index.html easy_struts_0.5.2.swf easy_struts_0.5.2_p.swf Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: easy_struts_0.5.2_p.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML> <HEAD> <TITLE>Easy Struts - Live Demo </TITLE> <meta name="Keywords" content="viewlet, qarbon, leelou, help, frequently asked questions, faqs, demonstrations, training, viewlets, help files, software help, software demonstrations, online assistance, authoring tool"> <meta name="Description" content="Here a quick presentation of Easy Struts 0.5.x features Enjoy"> <link href="../style/easystruts.css" rel="stylesheet" type="text/css"> </HEAD> <BODY BGCOLOR='#ffffff' leftmargin=0 rightmargin=0 topmargin=0> <div align="center"> <span class="infogris">Easy Struts Demo require Flash player. If demo won't start, click right menu, rewing and play.</span></div><br> <CENTER> <br> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=800 HEIGHT=616> <param name=movie value="Easy_Struts_0.5.2.swf"> <param name=quality value=high> <param name=bgcolor value=ffffff> <EMBED src="Easy_Struts_0.5.2.swf" quality=high bgcolor="ffffff" WIDTH=800 HEIGHT=616 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </CENTER> </BODY> </HTML> --- NEW FILE: easy_struts_0.5.2.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easy_struts_0.5.2_1.swf --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/old In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/old Added Files: ap-search-logo-126x32.gif screenshots.html readme.html eclipse.zip index_fr.html code.gif README.TXT 020165783X.01._PE_SCMZZZZZZZ_.jpg CHANGES.TXT home_fr.html composite.gif web.zip 1861005512.01._PE30_SCMZZZZZZZ_.jpg header_fr.html ap-search-go-btn.gif screenshots-0.3.html 1930110502.01._PE30_SCMZZZZZZZ_.jpg 0471213020.01._PE30_SCMZZZZZZZ_.jpg header_uk.html 1930110529.01.jpg index.html home_uk.html books-no-image.gif install_uk.html 0596003285.02.MZZZZZZZ.jpg Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: 1861005512.01._PE30_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 020165783X.01._PE_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: header_fr.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="800" border="0"> <tr align="right"> <td width="800" colspan="3" height="101"> <img src="images/easystrutsband.gif" width="800" height="81"><br> <span class="normalnoir"><span class="normalnoir"><a href="home_fr.html#eclipse" target="main" class="normalnoir">[eclipse]</a> <a href="home_fr.html#jbuilder" target="main" class="normalnoir">[jbuilder]</a> <a href="home_fr.html#others" class="normalnoir">[others IDE]</a> <a href="http://sourceforge.net/project/showfiles.php?group_id=54542" target="main" class="normalnoir">[download]</a> </span></span><span class="infogris">[français]</span> <span class="infogris"><a href="index.html" target="_top" class="normalnoir">[english] </a></span></td> </tr> </table> </body> </html> --- NEW FILE: 1930110529.01.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: home_uk.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table> <tr> <td> <table width="800" border="0"> <tr bordercolor="#FFFFFF"> <td width="800" height="190" colspan="2" class="normalnoir"><br> The aim of this project is to provide a bunch of development tools, such as <a href="http://www.eclipse.org" target="_blank">Eclipse v2.0</a>, <a href="http://www.borland.com/jbuilder">Borland JBuilder 5-6</a>, in order to facilitate the development of a web project based on the MVC2 <a href="http://jakarta.apache.org/struts" target="_blank">Jakarta Struts</a> framework.<br> ...The current project replaces what had been started <a href="http://www.mycgiserver.com/%7Eeboudrant/#wizard" target="_blank">here</a>.<br> <br> For newbies, here a struts présentation<br> - <a href="http://www.husted.com/struts/resources/struts-intro.ppt" target="_blank">Introduction to Struts Presentation</a> (ppt)<br> <br> <strong><br> <a href="screenshots.html"><span class="inforouge">new screenshots released !</span></a><br> </strong></td> <td align="left"><span class="infogris"><br> Over +8 000 downloads</span><br> <br> <table width="215" border="0" bgcolor="#F2F2F2"> <tr> <td width="209" height="20" class="inforouge"><a href="..."></td> </tr> <td align="right" class="infogris"><a href="http://www.cross-systems.com/v3-va/us_index.htm" target="_blank" class="infogris">Cross Systems</a></td> </tr> <td align="right" class="infogris"><a href="http://www.application-servers.com" target="_blank" class="infogris">Application Servers</a> (actu)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.improve-technologies.com/pages/Java/IDE/Eclipse/index.html" target="_blank" class="infogris">Improve Eclipse</a> (eclipse)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.eclipsetotale.com" target="_blank" class="infogris">Eclipse Totale</a> (eclipse)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.mangez.info" target="_blank" class="infogris">Mangez Info</a> (UML)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.mycgiserver.com/~eboudrant/" target="_blank" class="infogris">The other site...</a> (Java)</td> </tr> <tr> <td align="right"><a href="http://eclipsewiki.swiki.net" target="_blank" class="infogris">Eclipse WiKi</a> <span class="infogris">(eclipse) </span></td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.jamesholmes.com/struts/console/" target="_blank" class="infogris">Struts Console</a> (struts)</td> </tr> <tr> <td align="right" class="inforouge"></a></td> </tr> </table></td> <tr> <td colspan="3"><a name="eclipse"></a> <table width="100%" border="1" bordercolor="#CCCCCC"> <tr> <td bordercolor="#FFFFFF"><span class="titre2">Eclipse 2.0</span></td> </tr> </table> <p><span class="titre">Features </span></p> <p><span class="normalnoir">- Wizard Action, ActionForm and Jsp: allow fast creation of a (bean + jsp) form, associated with an action.<br> - Wizard Action: allows to easily create an action, which can be associated to an existing form.<br> - Assitant ActionForm : allows to rapidly create Permet a (bean + jsp) form.<br> - Create and update of the struts descriptor (struts-config.xml).<br> - Starting up of the Web application for struts (addition of the action servlet into web.xml, copying of the lib, tlds...).<br> - Support for struts 1.0 and struts 1.1.<br> - Preferences page.<br> - Ability to use your classes coming from Struts classes.</span> </p> <p class="titre">Screenshots</p> <p class="normalnoir"><a href="screenshots.html">Screenshots form Easy Struts</a></p> <p class="titre">Version</p> <p><span class="inforouge"><strong>About IBM WASD 4.x</strong>: Easy Struts work only on Eclipse 2.0 platform, this plugin isn't compatible with WSAD 4.x (Eclipse 1.0 platform). It will be compatible with WASD 5.x.<br> <br> </p> <p><span class="normalnoir"><a href="install_uk.html"></a></span> <span class="normalnoir"><a href="install_uk.html">Install / update Easy Struts inside Eclipse</a></span></p> <p class="normalnoir"><a href="http://sourceforge.net/project/filemodule_monitor.php?filemodule_id=49230">Eclipse Release Alert</a> <p class="infogris"><span class="normalnoir">Easy Struts 0.5.0 <span class="infogris">expected release in 1-2 week, add a struts-config.xml editor for eclipse. </span><span class="inforouge">( beta available ... at your own risk ;)</span><span class="normalnoir"><br> </span><a href="install_uk.html">Easy Struts 0.4.2</a> <em>24/17/2002</em><br> </span> Easy Struts 0.4.1 <em>17/11/2002</em><br> Easy Struts 0.4.0 <em>07/11/2002</em><br> Easy Struts 0.3.0 <em>06/21/2002</em><br> Easy Struts 0.2.2 <em>06/15/2002</em><br> Easy Struts 0.2.1<br> Easy Struts 0.2<br> Easy Struts 0.1 beta</p> <p class="titre">Documentation</p> <p class="normalnoir"> <a href="README.TXT">README.TXT</a><br> <a href="CHANGES.TXT">CHANGES.TXT</a><br> <a href="http://sourceforge.net/docman/display_doc.php?docid=11662&group_id=54542">Documentation : Read me first</a> </p> <p class="titre">Links</p> <p class="normalnoir">- Project page: <a href="http://sourceforge.net/projects/easystruts">http://sourceforge.net/projects/easystruts</a><br> - Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=54542">http://sourceforge.net/project/showfiles.php</a><br> - Forums: <a href="http://sourceforge.net/forum/?group_id=54542">http://sourceforge.net/forum</a></p> <p><span class="titre">Installation</span> </p> <p> <span class="inforouge">This plugin only works with Eclipse 2.0.</span> <span class="inforouge">A F2 build or above is recommended</span>. </p> <p><span class="normalnoir">- See readme.txt in archive<br> - If you can, we recommend you to install the <a href="http://www.sysdeo.com/eclipse/tomcatPluginFR.html" target="_blank">Tomcat Sysdeo</a> plugin.</span> </p> <p><span class="titre">First struts project with the Tomcat plugin.</span> </p> <p> <span class="inforouge">You must select a Java or Tomcat project before launching wizard.</span> <p> </p> <span class="normalnoir">- Configure the Easy Struts preferences (and, when applicable, the Tomcat ones).<br> - Create a Java > Tomcat project.<br> - Launch the Easy Struts Wizard > Action, ActionForm & Input page.<br> - Follow the instructions.<br> - Once it is over, launch Tomcat and <a href="http://localhost:8080/WEBAPP/YOURACTION.do" target="_blank">test your action</a>.<br> - ... and then wait for the exception: java.lang.UnsupportedOperationException: ... not yet implemented.</span> <p class="titre">Todo</p> <p class="infogris"> - Integration of <a href="http://husted.com/struts/catalog.htm" target="_blank">The Struts Catalog</a> into the Wizards...<br> - Integration of <a href="http://www.lifl.fr/%7Edumoulin/tiles/" target="_blank">struts-tiles</a>...<br> - Graphical edition of the struts descriptor (with the GEF API?).</p> <p class="infogris"> </p><a name="jbuilder"></a> <table width="100%" border="1" bordercolor="#CCCCCC"> <tr> <td bordercolor="#FFFFFF" class="titre2">Borland JBuilder 5-6</td> </tr> </table> <p><span class="titre">Features </span></p> <p><span class="normalnoir">- Wizard Action, ActionForm and Jsp: allow fast creation of a (bean + jsp) form, associated with an action.<br> - Wizard Action: allows to easily create an action, which can be associated to an existing form.<br> - Assitant ActionForm : allows to rapidly create Permet a (bean + jsp) form.<br> - Create and update of the struts descriptor (struts-config.xml).<br> - Starting up of the Web application for struts (addition of the action servlet into web.xml, copying of the lib, tlds...).<br> - Support for struts 1.0 and struts 1.1.<br> - Preferences page.<br> - Ability to use your classes coming from Struts classes.</span> </p> <p class="titre">Screenshots</p> <p class="normalnoir"><a href="screenshots.html">Screenshots form Easy Struts</a></p> <p class="titre">Version</p> <p class="normalnoir"><a href="http://sourceforge.net/project/filemodule_monitor.php?filemodule_id=50011">JBuilder Release Alert</a> <p class="infogris"><a href="http://sourceforge.net/project/showfiles.php?group_id=54542&release_id=101587">Easy Struts 0.4.2</a><em> 24/17/2002<br> </em><span class="infogris"> Easy Struts 0.4.1</a><em> 17/11/2002<br> Easy Struts 0.4.0</a><em> 07/11/2002<br> Struts Wizard 1.0.1</span></p> <p class="titre">Links</p> <p class="normalnoir">- Project page: <a href="http://sourceforge.net/projects/easystruts">http://sourceforge.net/projects/easystruts</a><br> - Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=54542">http://sourceforge.net/project/showfiles.php</a><br> - Forums: <a href="http://sourceforge.net/forum/?group_id=54542">http://sourceforge.net/forum</a><br> - Old version: <a href="http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=17849" target="_blank">http://codecentral.borland.com</a>.</p> <p><span class="titre">Installation</span></p> <p class="normalnoir">- See readme.txt in archive<br> - If you can, we recommend you to install the James Holmes <a href="http://www.jamesholmes.com/struts/" target="_blank">struts console</a> opentool.</p> <p class="titre">Documentation</p> <p class="normalnoir"> <a href="README.TXT">README.TXT</a><br> <a href="CHANGES.TXT">CHANGES.TXT</a><br> <a href="http://sourceforge.net/docman/display_doc.php?docid=11662&group_id=54542">Documentation : Read me first</a> </p> <p class="titre">Todo</p> <p class="infogris">- Integration of <a href="http://husted.com/struts/catalog.htm" target="_blank">The Struts Catalog</a> into the Wizards...<br> - Integration of <a href="http://www.lifl.fr/%7Edumoulin/tiles/" target="_blank">struts-tiles</a>...<i><br> <br> </i></p> <a name="others" id="others"></a> <table width="100%" border="1" bordercolor="#CCCCCC"> <tr> <td bordercolor="#FFFFFF" class="titre2">Others IDE</td> </tr> </table> <p class="infogris"><span class="normalnoir">Contributions are welcome for making Easy Struts plugin for Net Beans, Forte and other IDE...<br> Please contact <a href="e.b...@cr...">e.b...@cr...</a></span><br> <br> Note about CVS : CVS repository is outdated, cause I can't use the CVS feature, I'm behind a firewall.<br> <br> <br> <br> </p></td> </tr> <tr bordercolor="#000000"> <td align="right" valign="middle" height="19" width="33%"><a href="http://jakarta.apache.org/struts/index.html" target="_blank"><img src="images/struts.gif" border="0" height="30"> </a> </td> <td align="center" valign="middle" height="19" width="33%"><a href="http://sourceforge.net" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=54542&type=5" border="0" alt="SourceForge Logo" height="30"></a></td> <td align="left" valign="middle" height="19" width="33%"><a href="http://www.cross-systems.com" target="_blank"><img src="images/logo_cross_systems.gif" border="0" height="30"></a></td> </tr> <tr> <td colspan="3" width="99%" align="center" valign="middle"><img src="images/easystrutsbandbottom.gif" width="800" height="81"></td> </tr> <tr> <td colspan="3" align="center" valign="middle" height="2" class="infogris"> Copyright © 2002 Emmanuel Boudrant / Cross Systems - mail: <a href="mailto:e.b...@cr...">e.b...@cr...</a> <br> <span class="petitgris">JBuilder is a trademark of Borland Software Corporation in the United States and other countries.</span> </td> </tr> </table> </td> <td valign="top"> <br><font class="titre">Books...</font><br><br><br> <table> <tr> <td> <font class="infogris">By Chuck Cavaness</font><br> <a href="http://www.amazon.com/exec/obidos/ASIN/0596003285/easystrutspro-20"> <IMG SRC="0596003285.02.MZZZZZZZ.jpg" border="0" alt="cover" hspace="3" vspace="3" width="107" height="140"></a> </td> </tr> <tr> <td> <font class="infogris">By the Struts team...</font><br> <A HREF="http://www.amazon.com/exec/obidos/ASIN/1930110502/easystrutspro-20"> <IMG SRC="1930110502.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="119" height="147"></A> </td> </tr> <tr> <td> <font class="infogris">By James Goodwill</font><br> <A HREF="http://www.amazon.com/exec/obidos/ASIN/0471213020/easystrutspro-20"> <IMG SRC="0471213020.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="121" height="147"></A> </td> </tr> <tr> <td> <font class="infogris">by Shawn Bayern</font><br> <A HREF="http://www.amazon.com/exec/obidos/ASIN/1930110529/easystrutspro-20"> <IMG SRC="1930110529.01.jpg" border="0" alt="cover" hspace="3" vspace="3" width="119" height="147"></A> </td> </tr> <tr> <td> <font class="infogris">JSP Programing</font><br> <A HREF="http://www.amazon.com/exec/obidos/ASIN/1861005512/easystrutspro-20"> <IMG SRC="1861005512.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="118" height="147"></A> </td> </tr> <tr> <td> <font class="infogris">UML starter book</font><br> <A HREF="http://www.amazon.com/exec/obidos/ASIN/020165783X/easystrutspro-20"> <IMG SRC="020165783X.01._PE_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="110" height="140"></A> </td> </tr> </table> </tr> </table> </body> </html> --- NEW FILE: readme.html --- Easy Struts - Eclipse Plugin<br> ----------------------------<br> This plugin is under the Apache Software License, Version 1.1<br> <br> <br> Why :<br> -----<br> <br> This plugin assist you in developpement of a web application based on Jakarta Struts framework.<br> For more information about Jakarta Struts, consult http://jakarta.apache.org/struts<br> <br> <br> Features :<br> ----------<br> <br> - A collection of wizard for Struts object creation (like Action, ActionForm, jsp, Forward...).<br> - A preference page for setting Easy Struts.<br> - A property page by project.<br> - A runtime facility (with a web plugin installed like Sysdeo Tomcat plugin, Improve Eclipse Resin Plugin...)<br> <br> This plugin was tested on Eclipse 2 (F1-F2)<br> This plugin require Jakarta Struts binary.<br> It's recommended that you install Tomcat Sysdeo Plugin (http://www.sysdeo.com/eclipse/tomcatPluginFR.html)<br> <br> <br> Installation :<br> --------------<br> <br> - Extract the archive in your plugins directory.<br> - Launch Eclipse.<br> <br> First launch :<br> --------------<br> <br> - Go in Easy Struts preference page<br> > setup style page.<br> > setup Struts 1.0 and/or Struts 1.1 libraries, tld and superclass used.<br> <br> - Create a new Java (or Tomcat) project.<br> <br> - Select the new project.<br> <br> - Launch Easy Struts > Easy Action, Form & Input page<br> <br> - Page 1 : First time you launch the plugin, we need to configure the project<br> > Choose the web directory. (disabled if project has Tomcat nature)<br> > Select struts-config.xml path (relative to webapp) (default is /WEB-INF/struts-config.xml)<br> > Choose a base package, all objects will be created in this package (follow by the package setup in preference > style).<br> > Choose Struts version<br> > Choose pattern used by actions path.<br> Note: This page appear only the first time you launch a Easy Struts wizard on a project. To change these setting, use <br> Easy Struts in project properties page.<br> <br> - Page 2 : Form page<br> > Enter your "use case",<br> example with use case "login user", values will be :<br> name = "loginUser"<br> type = "[basepackage].[formpackageinpreference].LoginUser[formsuffixinpreference]"<br> base class = "[baseactionformclassinpreference]"<br> > Select the method you would add in ActionForm object (validate/reset).<br> <br> - Page 3 : Properties page<br> > Add the form properties.<br> <br> - Page 4 : Action page<br> Note: All values will be filled by the use case.<br> > Input information about action (path, scope ...)<br> > Click finish.<br> <br> - onFinish :<br> > Form, Action and input jsp will be added to project<br> > All librairies, tlds specified in preference page will be copied in webapp.<br> > All librairies will be added to classpath.<br> <br> Todo :<br> ------<br> <br> - More wizards,<br> - A GEF Editor for struts-config files,<br> - Any idea ?<br> <br> Notes :<br> -------<br> Easy Struts setting was stored in file [PROJECT_DIRECTORY].easystrutsplugin<br> Please report bug or request to b7...@ya...<br> <br> ----------------------------------------------------------------------------------<br> Thank to Bruno Leroux, Some code on this plugin was based on Tomcat Sysdeo Plugin.<br> <br> <br> http://easystruts.sourceforge.net/<br> <br> Emmanuel Boudrant - Cross Systems<br> e.b...@cr...<br> b7...@ya...<br> --- NEW FILE: home_fr.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table> <tr><td> <table width="800" border="0"> <tr> <td height="109" colspan="2" class="normalnoir"><br> Ce projet à pour but de fournir un ensemble d'outils destinés aux outils de developpement, tels que <a href="http://www.eclipse.org" target="_blank">Eclipse v2.0</a>, <a href="http://www.borland.com/jbuilder">Borland JBuilder 5-6</a>, afin de faciliter le développement d'un projet web basé sur le framework MVC2 <a href="http://jakarta.apache.org/struts" target="_blank">Jakarta Struts</a>.<br> ...Ce projet remplace ce qui à été commencé <a href="http://www.mycgiserver.com/%7Eeboudrant/#wizard" target="_blank">ici</a>.<br> <br> Pour les curieux, voici trois présentations de struts :<br> - <a href="http://www.application-servers.com/links.do?reqCode=showLink&lid=730">OpenSourceJava : MVC2 avec Struts</a> (français-pdf) <br> - <a href="http://www.sysdeo.com/docs/struts1.pdf" target="_blank">Qu'est ce que Struts ?</a> (français-pdf)<br> - <a href="http://www.husted.com/struts/resources/struts-intro.ppt" target="_blank">Introduction to Struts Presentation</a> (anglais-ppt)<br> <br> <a href="screenshots.html" class="inforouge"><strong><br> new screenshots released !</a></strong></a></td> <td align="left"><span class="infogris"><br> Over +8 000 downloads</span><br> <br> <table width="215" border="0" bgcolor="#F2F2F2"> <tr> <td width="209" height="20" class="inforouge"><a href="..."></td> </tr> <td align="right" class="infogris"><a href="http://www.cross-systems.com" target="_blank" class="infogris">Cross Systems</a></td> </tr> <td align="right" class="infogris"><a href="http://www.application-servers.com" target="_blank" class="infogris">Application Servers</a> (actu)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.improve-technologies.com/pages/Java/IDE/Eclipse/index.html" target="_blank" class="infogris">Improve Eclipse</a> (eclipse)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.eclipsetotale.com" target="_blank" class="infogris">Eclipse Totale</a> (eclipse)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.mangez.info" target="_blank" class="infogris">Mangez Info</a> (UML)</td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.mycgiserver.com/~eboudrant/" target="_blank" class="infogris">The other site...</a> (Java)</td> </tr> <tr> <td align="right"><a href="http://eclipsewiki.swiki.net" target="_blank" class="infogris">Eclipse WiKi</a> <span class="infogris">(eclipse) </span></td> </tr> <tr> <td align="right" class="infogris"><a href="http://www.jamesholmes.com/struts/console/" target="_blank" class="infogris">Struts Console</a> (struts)</td> </tr> <tr> <td align="right" class="inforouge"></a></td> </tr> </table></td> </tr> <tr bordercolor="#FFFFFF"> <td width="800" colspan="3"> <p class="normalnoir"> </p> <a name="eclipse"></a> <table width="100%" border="1" bordercolor="#CCCCCC"> <tr> <td bordercolor="#FFFFFF" class="titre2">Eclipse 2.0</td> </tr> </table> <p class="titre">Fonctionnalités </p> <p><span class="normalnoir">- Assistant Action, ActionForm et Jsp : permet de créer rapidement un formulaire (bean + jsp) associé à une action.<br> - Assistant Action : permet de créer facilement une action, pouvant être associée à un formulaire existant.<br> - Assitant ActionForm : permet de créer rapidement un formulaire (bean + jsp).<br> - Création et mise à jour du descripteur struts (struts-config.xml).<br> - Mise en route de l'application web pour struts (ajout de la servlet action dans web.xml, copie des lib, tlds...).<br> - Support pour struts 1.0 et struts 1.1<br> - Page de préférences.<br> - Possibilité d'utiliser vos classes dérivées de classes Struts.</span> </p> <p class="titre">Capture d'écrans</p> <span class="normalnoir"><a href="screenshots.html">Screenshots from Easy Struts</a></span><br> <p class="titre">Version</p> <p><span class="inforouge"><strong>Note aux utilisateurs de IBM WASD 4.x</strong>: Easy Struts fonctionne uniquement sur la plateforme Eclipse 2.0, ce plugin n'est pas compatible avec WSAD 4.x (plateforme Eclipse 1.0). Il sera compatible avec WASD 5.x.</span></p> <p><span class="normalnoir"><a href="install_uk.html"> Procédure d'installation / mise à jour automatique d'Eclipse</a></span> </p> <p class="normalnoir"><a href="http://sourceforge.net/project/filemodule_monitor.php?filemodule_id=49230">Eclipse Release Alert</a> <p class="normalnoir">Easy Struts 0.5.0 <span class="infogris">prévue dans 1-2 semaines, ajout d'un éditeur de ficher struts-config.xml pour eclipse. </span><span class="inforouge">( beta dispo ... à vos risques et périls ;) </span><span class="normalnoir"><br> <a href="install_uk.html">Easy Struts 0.4.2</a> <em>24/07/2002</em><br> </span><span class="infogris"> Easy Struts 0.4.1 <em>17/07/2002</em><br> Easy Struts 0.4.0 <em>11/07/2002</em><br> Easy Struts 0.3.0 <em>21/06/2002</em><br> Easy Struts 0.2.2 <em>15/06/2002</em><br> Easy Struts 0.2.1<br> Easy Struts 0.2</a><br> Easy Struts 0.1 beta</span><br> <br> </p> <p class="titre">Documentation</p> <p class="normalnoir"> <a href="README.TXT">README.TXT</a><br> <a href="CHANGES.TXT">CHANGES.TXT</a><br> <a href="http://sourceforge.net/docman/display_doc.php?docid=11662&group_id=54542">Documentation : Read me first</a> </p> <p class="titre">Liens</p> <p class="normalnoir">- Page du projet : <a href="http://sourceforge.net/projects/easystruts">http://sourceforge.net/projects/easystruts</a><br> - Téléchargement : <a href="http://sourceforge.net/project/showfiles.php?group_id=54542">http://sourceforge.net/project/showfiles.php</a><br> - Forums : <a href="http://sourceforge.net/forum/?group_id=54542">http://sourceforge.net/forum</a></p> <p><span class="titre">Installation</span> </p> <p> <span class="inforouge">Ce plugin fonctionne uniquement sur Eclipse 2.0.</span> <span class="inforouge">Un build F2 ou supérieur est conseillé</span>. </p> <p><span class="normalnoir">- Voir reame.txt dans l'archive<br> - Il est recommandé, si vous le pouvez, d'installer le plugin <a href="http://www.sysdeo.com/eclipse/tomcatPluginFR.html" target="_blank">Tomcat Sysdeo</a>.</span> </p> <p><span class="titre">Permier projet struts avec le plugin Tomcat</span><br> <br> <span class="inforouge">Il faut sélectionner un projet Java ou Tomcat avant de lancer l'assistant.</span> <p> </p> <span class="normalnoir">- Configurer les préférences Easy Struts (et si il le faut celle de Tomcat).<br> - Créer un projet Java > Tomcat.<br> - Lancer l'assistant Easy Struts > Action, ActionForm & Input page.<br> - Suivez les instructions.<br> - Une fois fini, lancez Tomcat et <a href="http://localhost:8080/WEBAPP/YOURACTION.do" target="_blank">testez votre action</a>.<br> - ... et attendez l'exception java.lang.UnsupportedOperationException: ... not yet implemented.</span></p> <p class="titre">Reste à faire</p> <p class="infogris"> - Intégrer <a href="http://husted.com/struts/catalog.htm" target="_blank">The Struts Catalog</a> dans les assistants...<br> - Intégrer <a href="http://www.lifl.fr/%7Edumoulin/tiles/" target="_blank">struts-tiles</a>...<br> - Edition graphique du descripteur struts (à l'aide de l'API GEF?).</p> <p class="infogris"> </p> <a name="jbuilder"></a> <table width="100%" border="1" bordercolor="#CCCCCC"> <tr> <td bordercolor="#FFFFFF" class="titre2">Borland JBuilder 5-7</td> </tr> </table> <p class="titre">Fonctionnalités </p> <p class="normalnoir"><span class="normalnoir">- Assistant Action, ActionForm et Jsp : permet de créer rapidement un formulaire (bean + jsp) associé à une action.<br> - Assistant Action : permet de créer facilement une action, pouvant être associée à un formulaire existant.<br> - Assitant ActionForm : permet de créer rapidement un formulaire (bean + jsp).<br> - Création et mise à jour du descripteur struts (struts-config.xml).<br> - Mise en route de l'application web pour struts (ajout de la servlet action dans web.xml, copie des lib, tlds...).<br> - Support pour struts 1.0 et struts 1.1<br> - Page de préférences.<br> - Possibilité d'utiliser vos classes dérivées de classes Struts.</span> <br> </p> <p class="titre">Capture d'écrans</p> <span class="normalnoir"><a href="screenshots.html">Screenshots from Easy Struts</a></span><br> <p class="titre">Version</p> <p class="normalnoir"><a href="http://sourceforge.net/project/filemodule_monitor.php?filemodule_id=50011">JBuilder Release Alert</a> <p class="normalnoir"><a href="http://sourceforge.net/project/showfiles.php?group_id=54542&release_id=101587">Easy Struts 0.4.2</a><em> 24/07/2002<br> </em><span class="infogris"> Easy Struts 0.4.1<em> 17/07/2002</em><br> Easy Struts 0.4.0<em> 11/07/2002</em><br> Struts Wizard 1.0.1</span></p> <p class="titre">Liens</p> <p class="normalnoir">- Page du projet : <a href="http://sourceforge.net/projects/easystruts">http://sourceforge.net/projects/easystruts</a><br> - Téléchargement : <a href="http://sourceforge.net/project/showfiles.php?group_id=54542">http://sourceforge.net/project/showfiles.php</a><br> - Forums : <a href="http://sourceforge.net/forum/?group_id=54542">http://sourceforge.net/forum</a><br> - Téléchargement l'ancienne version pour JBuilder 5-6 : <a href="http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=17849" target="_blank">http://codecentral.borland.com</a></p> <p class="titre">Installation</p> <p class="normalnoir">- Voir reame.txt dans l'archive<br> - Il est recommandé, si vous le pouvez, d'installer l'opentool <a href="http://www.jamesholmes.com/struts/" target="_blank">struts console</a> de James Holmes.</p> <p class="titre">Documentation</p> <p class="normalnoir"> <a href="README.TXT">README.TXT</a><br> <a href="CHANGES.TXT">CHANGES.TXT</a><br> <a href="http://sourceforge.net/docman/display_doc.php?docid=11662&group_id=54542">Documentation : Read me first</a> </p> <p class="titre">Reste à faire</p> <p class="infogris">- Intégrer <a href="http://husted.com/struts/catalog.htm" target="_blank">The Struts Catalog</a> dans les assistants...<br> - Intégrer <a href="http://www.lifl.fr/%7Edumoulin/tiles/" target="_blank">struts-tiles</a>...<i><br> <br> </i></p> <a name="others" id="others"></a> <table width="100%" border="1" bordercolor="#CCCCCC"> <tr> <td bordercolor="#FFFFFF" class="titre2">Others IDE</td> </tr> </table> <p class="infogris"><span class="normalnoir">Contributions are welcome for making Easy Struts plugin for Net Beans, Forte and other IDE...<br> Please contact <a href="e.b...@cr...">e.b...@cr...</a></span><br> <br> Note about CVS : CVS repository is outdated, cause I can't use the CVS feature, I'm behind a firewall.</p> <p class="infogris"> </p></td> </tr> <tr bordercolor="#000000"> <td align="right" valign="middle" height="19" width="800"><a href="http://jakarta.apache.org/struts/index.html" target="_blank"><img src="images/struts.gif" border="0" height="30"> </a> </td> <td align="center" valign="middle" height="19" width="33%"><a href="http://sourceforge.net" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=54542&type=5" border="0" alt="SourceForge Logo" height="30"></a></td> <td align="left" valign="middle" height="19" width="33%"><a href="http://www.cross-systems.com" target="_blank"><img src="images/logo_cross_systems.gif" border="0" height="30"></a></td> </tr> <tr> <td colspan="3" width="99%" align="center" valign="middle"><img src="images/easystrutsbandbottom.gif" width="800" height="81"></td> </tr> <tr> <td colspan="3" align="center" valign="middle" height="2" class="infogris"> Copyright © 2002 Emmanuel Boudrant / Cross Systems - mail: <a href="mailto:e.b...@cr...">e.b...@cr...</a> <br> <span class="petitgris">JBuilder is a trademark of Borland Software Corporation in the United States and other countries.</span></td> </tr> </table> </td> <td valign="top"> <br><font class="titre">Books...</font><br><br><br> <table> <tr> <td> <font class="infogris">By Chuck Cavaness</font><br> <a href="http://www.amazon.fr/exec/obidos/ASIN/0596003285/b7st-21"> <IMG SRC="0596003285.02.MZZZZZZZ.jpg" border="0" alt="cover" hspace="3" vspace="3" width="107" height="140"></a> </td> </tr> <tr> <td> <font class="infogris">By the Struts team...</font><br> <a href="http://www.amazon.fr/exec/obidos/ASIN/1930110502/b7st-21"> <IMG SRC="1930110502.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="119" height="147"></a> </td> </tr> <tr> <td> <font class="infogris">By James Goodwill</font><br> <a href="http://www.amazon.fr/exec/obidos/ASIN/0471213020/b7st-21"> <IMG SRC="0471213020.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="121" height="147"></a> </td> </tr> <tr> <td> <font class="infogris">by Shawn Bayern</font><br> <a href="http://www.amazon.fr/exec/obidos/ASIN/1930110529/b7st-21"> <IMG SRC="1930110529.01.jpg" border="0" alt="cover" hspace="3" vspace="3" width="119" height="147"></a> </td> </tr> <tr> <td> <font class="infogris">JSP Programing</font><br> <a href="http://www.amazon.fr/exec/obidos/ASIN/1861005512/b7st-21"> <IMG SRC="1861005512.01._PE30_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="118" height="147"></a> </td> </tr> <tr> <td> <font class="infogris">UML starter book</font><br> <a href="http://www.amazon.fr/exec/obidos/ASIN/020165783X/b7st-21"> <IMG SRC="020165783X.01._PE_SCMZZZZZZZ_.jpg" border="0" alt="cover" hspace="3" vspace="3" width="110" height="140"></a> </td> </tr> </table> </tr> </table> </body> </html> --- NEW FILE: index_fr.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Easy Struts</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="120,*" frameborder="NO" border="0" framespacing="0"> <frame src="header_fr.html" name="header" scrolling="NO" noresize > <frame src="home_fr.html" name="main"> </frameset> <noframes><body> </body></noframes> </html> --- NEW FILE: screenshots-0.3.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="800" border="0"> <tr> <td width="866%" align="center" valign="middle"><span class="titre"><br> Screenshots from Easy Struts v0.3 (work in progress...)</span><br> <span class="inforouge"><br> Click to enlarge...hit back to return...</span><br> <br> <table width="27%" border="0"> <tr> <td colspan="4" class="infogris">Preference pages</td> </tr> <tr> <td width="10%"><a href="images/screenshots-0.3/pref1.gif"><img src="images/screenshots-0.3/pref1.gif" width="100" border="0"></a></td> <td width="10%"><a href="images/screenshots-0.3/pref2.gif"><img src="images/screenshots-0.3/pref2.gif" width="100" border="0"></a></td> <td width="4%"> </td> <td width="76%"> </td> </tr> <tr> <td colspan="4" class="infogris">First Easy Strut wizard launch on project</td> </tr> <tr> <td height="79"><a href="images/screenshots-0.3/wizardfirsttime.gif"><img src="images/screenshots-0.3/wizardfirsttime.gif" width="100" border="0"></a></td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td colspan="4" class="infogris">Form, Jsp and Action wizard</td> </tr> <tr> <td height="79"><a href="images/screenshots-0.3/formwizard1.gif"><img src="images/screenshots-0.3/formwizard1.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/formwizard2.gif"><img src="images/screenshots-0.3/formwizard2.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/formwizard.gif"><img src="images/screenshots-0.3/formwizard.gif" width="100" border="0"></a></td> <td> </td> </tr> <tr> <td colspan="4" class="infogris">Result in workbench</td> </tr> <tr> <td><a href="images/screenshots-0.3/loginaction.gif"><img src="images/screenshots-0.3/loginaction.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/loginform.gif"><img src="images/screenshots-0.3/loginform.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/after.gif"><img src="images/screenshots-0.3/after.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/resources.gif"><img src="images/screenshots-0.3/resources.gif" width="100" border="0"></a></td> </tr> <tr> <td colspan="4" class="infogris">Action wizard, here a forward action</td> </tr> <tr> <td><a href="images/screenshots-0.3/actionwizard1.gif"><img src="images/screenshots-0.3/actionwizard1.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/actionwizard2.gif"><img src="images/screenshots-0.3/actionwizard2.gif" width="100" border="0"></a></td> <td> </td> <td> </td> </tr> <tr> <td colspan="4" class="infogris">Simple forward wizard</td> </tr> <tr> <td><a href="images/screenshots-0.3/forwardwizard.gif"><img src="images/screenshots-0.3/forwardwizard.gif" width="100" border="0"></a></td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td colspan="4" class="infogris">Datasource wizard</td> </tr> <tr> <td height="79"><a href="images/screenshots-0.3/datasource.gif"><img src="images/screenshots-0.3/datasource.gif" width="100" border="0"></a></td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td colspan="4" class="infogris">struts-config.xml & web.xml after playing with Easy Struts</td> </tr> <tr> <td><a href="images/screenshots-0.3/strutsconfig.gif"><img src="images/screenshots-0.3/strutsconfig.gif" width="100" border="0"></a></td> <td><a href="images/screenshots-0.3/web.gif"><img src="images/screenshots-0.3/web.gif" width="100" border="0"></a></td> <td> </td> <td> </td> </tr> <tr> <td colspan="4" class="infogris">All lib and tlds are in place, ready to launch Tomcat Sysdeo Plugin.</td> </tr> </table> </td> </tr> <tr> <td colspan="3" width="99%" align="center" valign="middle"><img src="images/easystrutsbandbottom.gif" width="800" height="81"></td> </tr> <tr> <td colspan="3" align="center" valign="middle" height="2" class="infogris"> Copyright © 2001 Emmanuel Boudrant / Cross Systems - mail: <a href="mailto:e.b...@cr...">e.b...@cr...</a> </td> </tr> </table> </body> </html> --- NEW FILE: 1930110502.01._PE30_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: web.zip --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eclipse.zip --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ap-search-go-btn.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Easy Struts</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="120,*" frameborder="NO" border="0" framespacing="0"> <frame src="header_uk.html" name="header" scrolling="NO" noresize > <frame src="home_uk.html" name="main"> </frameset> <noframes><body> </body></noframes> </html> --- NEW FILE: 0596003285.02.MZZZZZZZ.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: install_uk.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="800" border="0"> <tr> <td width="800" align="center" valign="middle"><span class="titre"><br> Install/Update procedure in Eclipse</span><br> <br> <br><span class="normalnoir"> Eclipse 2.0 give you the possibility to Install/Update plugins inside Eclipse IDE.<br> With this procedure, Eclipse can retrive every updates foreach plugin you installed. </span><br><br><br> <span class="infogris">1 : select update manager or Install / Update perspective<br> 2 : add a new site bookmark<br> 3 : fill the name and url value ( <b>http://easystruts.sourceforge.net/eclipse/updates/site.xml</b> )<br> 4 : select the feature to install / update Easy Struts.</span><br> <br> <span class="infogris"><strong>TIP:</strong> Proxy : If you are behing a proxy, launch eclipse with the following parameters :<br> eclipse.exe -vmargs -DproxySet=true -DproxyHost=aProxyAddress -DproxyPort=aProxyPort </span><br> <br> <span class="infogris"><strong>TIP:</strong> If new version is not found (eg: 0.3.0 > 0.4.0), set searching update in Install/Update preference<br> to compatible instead of equivalent.</span><br> <br> <span class="inforouge"> If you can't use this procedure or if you want the full distribution (src...),<br>use the <strong><a href="http://sourceforge.net/project/showfiles.php?group_id=54542">sourceforge download manager</a></strong> and install manually. </span><br> <table > <tr> <td class="infogris" align="center"><span class="infogris"><br> Click to enlarge...hit back to return...</span></td> </tr> <tr> <td align="center"><a href="images/feature.gif"><img src="images/feature.gif" width="600" border="0"></a></td> </tr> <tr> <td class="infogris" align="center"><br><br>To search for new update, check this</td> </tr> <tr> <tr> <td align="center"><img src="images/newupdates.gif" border="0"></td> </tr> </table> </td> </tr> <tr> <td colspan="3" width="99%" align="center" valign="middle"><img src="images/easystrutsbandbottom.gif" width="800" height="81"></td> </tr> <tr> <td colspan="3" align="center" valign="middle" height="2" class="infogris"> Copyright © 2002 Emmanuel Boudrant / Cross Systems - mail: <a href="mailto:e.b...@cr...">e.b...@cr...</a> </td> </tr> </table> </body> </html> --- NEW FILE: code.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: composite.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: books-no-image.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CHANGES.TXT --- - 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. --- NEW FILE: ap-search-logo-126x32.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 0471213020.01._PE30_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: header_uk.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="800" border="0"> <tr align="right"> <td width="800" colspan="3" height="101"> <img src="images/easystrutsband.gif" width="800" height="81"><br> <span class="normalnoir"><span class="normalnoir"><a href="home_uk.html#eclipse" target="main" class="normalnoir">[eclipse]</a> <span class="normalnoir"><a href="home_uk.html#jbuilder" target="main" class="normalnoir">[jbuilder] </a></span><span class="normalnoir"><a href="home_uk.html#others" target="main" class="normalnoir">[others IDE]</a></span><a href="http://sourceforge.net/project/showfiles.php?group_id=54542" target="main" class="normalnoir"> [download]</a> </span> </span><span class="infogris"><a href="index_fr.html" target="_top" class="normalnoir">[français]</a></span> <span class="infogris">[english] </span></td> </tr> </table> </body> </html> --- NEW FILE: screenshots.html --- <html> <head> <title>Easy Struts Project</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style/easystruts.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="800" border="0"> <tr> <td width="866%" align="center" valign="middle"><span class="titre"><br> Screenshots from Easy Struts </span><br> <span class="inforouge"><br> Click to enlarge...hit back to return...</span><br> <br> <table> <tr> <td><br> <center class="titre">Easy Struts inside IBM WSWD 2.0</center> <br> <table width="27%" border="0"> <tr> <td width="10%"><a href="images/screenshots/eclipse1.gif"><img src="images/screenshots/eclipse1.gif" width="100" border="0"></a><center class="infogris">first time</center><br></td> <td width="10%"><a href="images/screenshots/eclipse2.gif"><img src="images/screenshots/eclipse2.gif" width="100" border="0"></a><center class="infogris">form</center><br></td> <td width="10%"><a href="images/screenshots/eclipse3.gif"><img src="images/screenshots/eclipse3.gif" width="100" border="0"></a><center class="infogris">properties</center><br></td> </tr> <tr> <td width="10%"><a href="images/screenshots/eclipse4.gif"><img src="images/screenshots/eclipse4.gif" width="100" border="0"></a><center class="infogris">action</center><br></td> <td width="10%"><a href="images/screenshots/eclipse5.gif"><img src="images/screenshots/eclipse5.gif" width="100" border="0"></a><center class="infogris">preferences</center><br></td> <td width="10%"><a href="images/screenshots/eclipse6.gif"><img src="images/screenshots/eclipse6.gif" width="100" border="0"></a><center class="infogris">datasource</center><br></td> </tr> <tr> <td width="10%"><a href="images/screenshots/eclipse7.gif"><img src="images/screenshots/eclipse7.gif" width="100" border="0"></a><center class="infogris">forward</center><br></td> <td width="10%"><a href="images/screenshots/eclipse8.gif"><img src="images/screenshots/eclipse8.gif" width="100" border="0"></a><center class="infogris">struts-config</center><br></td> <td width="10%"><a href="images/screenshots/eclipse9.gif"><img src="images/screenshots/eclipse9.gif" width="100" border="0"></a><center class="infogris">the wizards</center><br></td> </tr> </table> </td> <td>        </td> <td><br> <center class="titre">Easy Struts inside JBuilder 6</center> <br> <table width="27%" border="0"> <tr> <td width="10%"><a href="images/screenshots/jbuilder1.gif"><img src="images/screenshots/jbuilder1.gif" width="100" border="0"></a><center class="infogris">first time</center><br></td> <td width="10%"><a href="images/screenshots/jbuilder2.gif"><img src="images/screenshots/jbuilder2.gif" width="100" border="0"></a><center class="infogris">form</center><br></td> <td width="10%"><a href="images/screenshots/jbuilder3.gif"><img src="images/screenshots/jbuilder3.gif" width="100" border="0"></a><center class="infogris">properties</center><br></td> </tr> <tr> <td width="10%"><a href="images/screenshots/jbuilder4.gif"><img src="images/screenshots/jbuilder4.gif" width="100" border="0"></a><center class="infogris">action</center><br></td> <td width="10%"><a href="images/screenshots/jbuilder5.gif"><img src="images/screenshots/jbuilder5.gif" width="100" border="0"></a><center class="infogris">preferences</center><br></td> <td width="10%"><a href="images/screenshots/jbuilder6.gif"><img src="images/screenshots/jbuilder6.gif" width="100" border="0"></a><center class="infogris">datasource</center><br></td> </tr> <tr> <td width="10%"><a href="images/screenshots/jbuilder7.gif"><img src="images/screenshots/jbuilder7.gif" width="100" border="0"></a><center class="infogris">forward</center><br></td> <td width="10%"><a href="images/screenshots/jbuilder8.gif"><img src="images/screenshots/jbuilder8.gif" width="100" border="0"></a><center class="infogris">struts-config</center><br></td> <td width="10%"><a href="images/screenshots/jbuilder9.gif"><img src="images/screenshots/jbuilder9.gif" width="100" border="0"></a><center class="infogris">the wizards</center><br></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="3" width="99%" align="center" valign="middle"><img src="images/easystrutsbandbottom.gif" width="800" height="81"></td> </tr> <tr> <td colspan="3" align="center" valign="middle" height="2" class="infogris"> Copyright © 2001 Emmanuel Boudrant / Cross Systems - mail: <a href="mailto:e.b...@cr...">e.b...@cr...</a> </td> </tr> </table> </body> </html> --- NEW FILE: README.TXT --- Easy Struts - Eclipse Plugin / JBuilder OpenTool ------------------------------------------------------ This plugin/opentools is under the Apache Software License, Version 1.1 This plugin/opentools is a free software Why : ----- This plugin/opentools assist you in developpement of a web application based on Jakarta Struts framework. For more information about Jakarta Struts, consult http://jakarta.apache.org/struts Support for Eclipse 2.0 and JBuilder 5-7 Features : ---------- - A collection of wizard for Struts object creation (like Action, ActionForm, jsp, Forward...). - A preference page for setting Easy Struts. - A property page by project. - A runtime facility (with a web plugin installed like Sysdeo Tomcat plugin, Improve Eclipse Resin Plugin...) This plugin was tested on Eclipse 2 and JBuilder 5-6-7 This plugin require Jakarta Struts binary. Eclipse users: It's recommended that you install Tomcat Sysdeo Plugin (http://www.sysdeo.com/eclipse/tomcatPluginFR.html) JBuilder users: It's recommended that you install struts console (http://www.jamesholmes.com/struts) Eclipse Installation : ----------------------- Warning: easystruts.jar from Eclipse plugin won't work in JBuilder Automatic : - Open Update/Install persepective - Add a new site bookmark : http://easystruts.sourceforge.net/eclipse/updates/site.xml - Install Manual : - If necessary, close Eclipse - If necessary, delete old version of easystruts in your clipse plugins directory. - Copy the com.cross.easystruts.eclipse_0.4.0 directory from the Easy Struts "plugins" directory into your Eclipse plugins directory. - Launch Eclipse. JBuilder Installation : ------------------------ Warning: easystruts.jar from Eclipse plugin won't work in JBuilder - Navigate to the directory where you have JBuilder installed and then navigate into the "lib" directory. - Rename the file "jdom.jar" to "jdom.old" if "jdom.jar" already exists. - In another window navigate to the directory where you installed the Easy Struts software and then navigate into the "lib" directory. - Copy the "jdom.jar" file from the Easy Struts "lib" directory into the JBuilder "lib" directory. - Navigate into the "ext" directory from the JBuilder "lib" directory. - Copy the "easystruts.jar" file from the Easy Struts "lib" directory into the JBuilder "ext" directory. First launch : -------------- - Go in Easy Struts preference page > setup style page. > setup Struts 1.0 and/or Struts 1.1 libraries, tld and superclass used. - Create a new Java (or Tomcat) project. - Select the new project. - Launch Easy Struts > Easy Action, Form & Input page - Page 1 : First time you launch the plugin, we need to configure the project > Choose the web directory. (disabled if project has Tomcat nature) > Select struts-config.xml path (relative to webapp) (default is /WEB-INF/struts-config.xml) > Choose a base package, all objects will be created in this package (follow by the package setup in preference > style). > Choose Struts version > Choose pattern used by actions path. Note: This page appear only the first time you launch a Easy Struts wizard on a project. To change these setting, use Easy Struts in project properties page. - Page 2 : Form page > Enter your "use case", example with use case "login user", values will be : name = "loginUser" type = "[basepackage].[formpackageinpreference].LoginUser[formsuffixinpreference]" base class = "[baseactionformclassinpreference]" > Select the method you would add in ActionForm object (validate/reset). - Page 3 : Properties page > Add the form properties. - Page 4 : Action page Note: All values will be filled by the use case. > Input information about action (path, scope ...) > Click finish. - onFinish : > Form, Action and input jsp will be added to project > All librairies, tlds specified in preference page will be copied in webapp. > All librairies will be added to classpath. Todo : ------ - More wizards, - A GEF Editor for struts-config files, - Any idea ? Notes : ------- Easy Struts setting was stored in file [PROJECT_DIRECTORY].easystrutsplugin Please report bug or request to b7...@ya... ---------------------------------------------------------------------------------- Thank to Bruno Leroux, Some code on this plugin was based on Tomcat Sysdeo Plugin. http://easystruts.sourceforge.net/ Emmanuel Boudrant - Cross Systems e.b...@cr... b7...@ya... |
From: Philippe O. <pom...@us...> - 2005-05-16 01:31:53
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/demo-0.5.2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/demo-0.5.2 Added Files: easy_struts_0.5.2_p.swf easy_struts_0.5.2_1.swf easy_struts_0.5.2.swf index.html Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: easy_struts_0.5.2_p.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML> <HEAD> <TITLE>Easy Struts - Live Demo </TITLE> <meta name="Keywords" content="viewlet, qarbon, leelou, help, frequently asked questions, faqs, demonstrations, training, viewlets, help files, software help, software demonstrations, online assistance, authoring tool"> <meta name="Description" content="Here a quick presentation of Easy Struts 0.5.x features Enjoy"> <link href="../style/easystruts.css" rel="stylesheet" type="text/css"> </HEAD> <BODY BGCOLOR='#ffffff' leftmargin=0 rightmargin=0 topmargin=0> <div align="center"> <span class="infogris">Easy Struts Demo require Flash player. If demo won't start, click right menu, rewing and play.</span></div><br> <CENTER> <br> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=800 HEIGHT=616> <param name=movie value="Easy_Struts_0.5.2.swf"> <param name=quality value=high> <param name=bgcolor value=ffffff> <EMBED src="Easy_Struts_0.5.2.swf" quality=high bgcolor="ffffff" WIDTH=800 HEIGHT=616 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </CENTER> </BODY> </HTML> --- NEW FILE: easy_struts_0.5.2.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easy_struts_0.5.2_1.swf --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features Added Files: com.cross.easystruts.eclipse.feature_0.6.3.jar com.cross.easystruts.eclipse.feature_0.6.0.jar com.cross.easystruts.eclipse.feature_0.5.1.jar com.cross.easystruts.eclipse.feature_0.4.1.jar com.cross.easystruts.eclipse.feature_0.6.2.jar com.cross.easystruts.eclipse.feature_0.5.2.jar com.cross.easystruts.eclipse.feature_0.4.0.jar com.cross.easystruts.eclipse.feature_0.5.0.jar org.easyexplore.feature_1.0.0.jar com.cross.easystruts.eclipse.feature_0.4.2.jar com.cross.easystruts.eclipse.feature_0.3.0.jar com.cross.easystruts.eclipse.feature_0.6.1.jar org.easyexplore_1.0.1.jar Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: com.cross.easystruts.eclipse.feature_0.6.3.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.4.0.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.5.2.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.6.1.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.4.2.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: org.easyexplore_1.0.1.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.4.1.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.6.2.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: org.easyexplore.feature_1.0.0.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.3.0.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.6.0.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.5.0.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: com.cross.easystruts.eclipse.feature_0.5.1.jar --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:31:53
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.4.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/com.cross.easystruts.eclipse.feature_0.4.0 Added Files: feature.xml easystruts.gif Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="com.cross.easystruts.eclipse.feature" label="Easy Struts plugin" version="0.4.0" provider-name="Emmanuel Boudrant" image="easystruts.gif"> <description url="http://easystruts.sourceforge.net/"> IMPORTANT: Actually Easy Struts feature is linked with http://easystruts.sourceforge.net/eclipse/updatestest/site.xml this url is out to date, please move your Easy Struts bookmark to http://easystruts.sourceforge.net/eclipse/updates/site.xml </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Struts" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.swt"/> </requires> <plugin id="com.cross.easystruts.eclipse" download-size="779" install-size="860" version="0.4.0"> </plugin> </feature> --- NEW FILE: easystruts.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:31:52
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/images/amazon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/images/amazon Added Files: 1930110502.01._PE30_SCMZZZZZZZ_.jpg 1930110529.01.jpg 1558608621.01._PE_PI_SCMZZZZZZZ_.jpg 0596003285.02.MZZZZZZZ.jpg 0201485672.02.MZZZZZZZ.jpg 0471213020.01._PE30_SCMZZZZZZZ_.jpg 020165783X.01._PE_SCMZZZZZZZ_.jpg 1861005512.01._PE30_SCMZZZZZZZ_.jpg Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: 1861005512.01._PE30_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 0471213020.01._PE30_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 1930110529.01.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 020165783X.01._PE_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 0201485672.02.MZZZZZZZ.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 0596003285.02.MZZZZZZZ.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 1558608621.01._PE_PI_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 1930110502.01._PE30_SCMZZZZZZZ_.jpg --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:31:52
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/old/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/old/style Added Files: easystruts.css Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: easystruts.css --- .titre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: 4px; color: #003399; font-weight: bold; text-transform: none} .titre1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; color: #0000CC} .normalnoir { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #000000} .inforouge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: normal; color: #CC0000} .infogris { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; color: #666666} .titre2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: oblique; line-height: normal; font-weight: bolder; color: #000066} |
From: Philippe O. <pom...@us...> - 2005-05-16 01:31:52
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/old/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/old/images Added Files: easystrutsbandbottom.gif feature.gif struts.gif logo-eclipse.psd logo_cross_systems.gif logo.psd easystrutsband.gif images_newupdates.gif newupdates.gif Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: logo_cross_systems.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystrutsbandbottom.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: images_newupdates.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: newupdates.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: logo-eclipse.psd --- (This appears to be a binary file; contents omitted.) --- NEW FILE: feature.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: logo.psd --- (This appears to be a binary file; contents omitted.) --- NEW FILE: struts.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: easystrutsband.gif --- (This appears to be a binary file; contents omitted.) |
From: Philippe O. <pom...@us...> - 2005-05-16 01:31:51
|
Update of /cvsroot/easystruts/easystruts-website-old-sf.net/htdocs/eclipse/updates/features/org.easyexplore.feature_1.0.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16242/htdocs/eclipse/updates/features/org.easyexplore.feature_1.0.0 Added Files: feature.xml easyexplore.gif Log Message: Checking in the old easystruts.sf.net web site for reference --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="org.easyexplore" label="Easy Explore plugin" version="1.0.0" provider-name="E Boudrant" image="easyexplore.gif"> <description url="http://easystruts.sourceforge.net/#easyexplore"> Easy Explore 1.0.0 plugin for Eclipse Win-32 platform -------------------------------------------------------------- This little plugin permit you to browse resources with 'Windows Explorer' from Eclipse package/resources tree. Select resource and launch [Easy Explore...] menu item on resources/package explorer popup menu. This plugin work ONLY on win32 platform. </description> <copyright> (c) Copyright Emmanuel Boudrant, 2002. All Rights Reserved. </copyright> <license url="http://apache.org/LICENSE.txt"> /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * http://www.apache.org. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. */ </license> <url> <update label="Easy Explore" url="http://easystruts.sourceforge.net/eclipse/updates/"/> </url> <requires> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.jdt.core"/> </requires> <plugin id="org.easyexplore" download-size="20" install-size="20" version="1.0.0"> </plugin> </feature> --- NEW FILE: easyexplore.gif --- (This appears to be a binary file; contents omitted.) |