Struts

View: [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Extensions
FAQs
Forums
Frameworks
IDEs
Links
  Mailing Lists
Projects
Software
User Groups
Wiki
  

Extensions:
  • Cocoon Plugin for Struts 1.1+ by Don Brown   - [Clicks: 104]
    http://www.twdata.org/struts/
  • DigestingPlugIn by Joe Germuska, Patrick Jaromin   - [Clicks: 100]
    http://demo.jgsullivan.com/struts/DigestingPlugIn.html
  • HTMLTable by Yuriy Zubarev   - [Clicks: 248]
    Rendering tables in HTML with capability of sorting, paging and multiple items operations can be tricky. If you are bulding web applications using JSP/Servlet APIs and moreover using Struts, then this framework is what you need.
    http://sourceforge.net/projects/htmltable/
  • ImageButtonBeanManager Struts Extension by Ken Fitzpatrick   - [Clicks: 68]
    ImageButtonBeanManager is a Struts Extension Package that supports the Struts HTML Image Tag and the ImageButtonBean class in a manner that is analgous to the support provided for the HTML Submit Tag.
    http://sourceforge.net/projects/imagebuttonbean/
  • JQuality1 - Apache Struts Framework Action Wrappers   - [Clicks: 78]
    Action wrappers are Struts actions that invoke other actions in the course of performing their duties. The design goal of action wrappers was to sift common functionality from actions so that it can be reused. Action wrappers are meant to be plug and play components. They are useful because they allow the designer to apply common functionality to application specific actions. They are rather like decorators because they can be applied to and and removed from their wrapped actions without modification of the wrapped action. Action wrappers are only rather like decorators since they are not applied and removed at runtime. Action wrappers are configured in the Struts configuration file.
    http://www.sistemas-jasper.com/actionWrappers.htm
  • neteye actioncache by Felix Gnass   - [Clicks: 24]
    http://actioncache.neteye.de
  • NeXt by Arron Bates   - [Clicks: 57]
    On a basic level the extension brings a more useable OO approach to the JSP views of the Struts MVC framework. Struts provides an excellent controller and model architecture through the use of a common servlet controller which manages a JavaBean model. The Model's ability is complete in that you can define obects required down to the finest grain in true OO style. A large object can hold finer objects until you get down to units of data.
    http://www.keyboardmonkey.com/next/index.jsp
  • PlugInSupport by Joe Germuska, Patrick Jaromin   - [Clicks: 34]
    http://demo.jgsullivan.com/struts/PlugInSupport.html
  • QuartzPlugIn by Joe Germuska, Patrick Jaromin   - [Clicks: 107]
    The QuartzPlugin for Struts allows you to automatically configure and start a Quartz scheduler upon initialization of your Struts application.
    http://demo.jgsullivan.com/struts/QuartzPlugIn.html
  • Scriptable Struts Actions Using BSF by Don Brown   - [Clicks: 50]
    http://www.twdata.org/struts-bsf/
  • Spring Framework Integration Library by Don Brown   - [Clicks: 90]
    This project integrates the Spring Framework's Inversion of Control (IoC) into Struts 1.1+. It allows a Struts application to take advantage of IoC with little or no references to Spring. Now, instead of relying on singletons and static factories, Struts actions can have their dependencies automatically resolved.
    http://www.twdata.org/struts-spring
  • Struts Action Invocation Framework (SAIF) by Lars Hoss, Don Brown   - [Clicks: 113]
    The Struts Action Invocation Framework looks to improve how Struts handles Actions adding features like Action interceptors and Inversion of Control (IoC). Learning from other web frameworks like WebWork 2/XWork, SAIF hopes to be a testbed for the integration of the best features of other web frameworks into Struts. SAIF currently only supports the 1.1 version of Struts and is released under the BSD license.
    http://struts.sourceforge.net/saif/index.html
  • Struts Action Scripting   - [Clicks: 109]
    Struts Action Scripting is a Struts plug-in that allows development of Struts actions using the power and simplicity of any favorite scripting language. This plug-in to the Struts Framework provides the ScriptedAction, a Struts Action class that, using BSF (Bean Scripting Framework), enables Struts developers to create Struts Actions in the language of their choice. Supported languages include JavaScript, Python, TCL, ActiveScript, PerlScript, and others.
    http://alphaworks.ibm.com/tech/strutsscripting
  • Struts Chaining by Karl Baum   - [Clicks: 86]
    This is an extension to the capabilities of the Jakarta Struts that easily allows the chaining of multiple Actions WITHOUT violating the Official Struts Action process.
    http://sourceforge.net/projects/strutschaining/
  • Struts Delegate: Strut like WebWork by Bob Lee   - [Clicks: 84]
    Bob Lee is working on a Struts project, and is missing some of the WebWork features. He didn't like the Action/ActionForm separation, so he implemented a "Struts Delegate" framework which has you put logic in the form instead of the action. He also implemented an Interceptor chain. The Struts Action Invocation Framework (SAIF) aims to accomplish the same task, and it supports IoC.
    http://www.theserverside.com/home/thread.jsp?thread_id=22097
  • Struts for Transforming XML with XSL (stxx) by Don Brown, Jeff Pennal   - [Clicks: 112]
    Struts for transforming XML with XSL (stxx) is an extension of the struts framework to support XML and and XML transforming technologies like XSL without changing the functionality of struts.
    http://stxx.sourceforge.net/
  • Struts Menu by Matt Raible, Scott Sayles   - [Clicks: 331]
    Web menuing framework for JSP and Struts based applications. Menus can be defined in an XML file and displayed through the use of JSP tags. Support for dynamic javascript menus is included.
    http://sourceforge.net/projects/struts-menu/
  • Struts SSL Switching Extension by Steve Ditlinger   - [Clicks: 247]
    Extension to the Apache Jakarta Struts framework that allows developers to configure web applications to automatically switch between the http and https protocols. Configuration is performed within the Struts config xml file.
    http://sourceforge.net/projects/sslext/
  • Struts validation jsp tags by Ralph Wagner   - [Clicks: 121]
    Contains Struts Jsp Tag extensions that allow coding user input validation information directly in a Jsp tag.
    http://sourceforge.net/projects/strutsvaltags/
  • Struts Wizard by Thomas CORNET   - [Clicks: 167]
    Struts Wizard allows a quick and easy creation of wizards for your web application powered by Struts. It allows to store/access every user input, and a direct access to any step of your wizard.
    http://sourceforge.net/projects/strutswizard/
  • Struts Workflow Extension by Matthias Bauer   - [Clicks: 92]
    http://www.livinglogic.de/Struts/
  • Struts-Faces Integration Library by Craig McClanahan   - [Clicks: 58]
    This package contains an add-on library that supports the use of JavaServer Faces user interface technology in a Struts based web application, in place of the Struts custom tag libraries.
    http://archive.apache.org/dist/jakarta/struts/old/release/struts-faces/
  • Struts-Layout   - [Clicks: 259]
    struts-layout is a tag library for struts which provides easy and fast interface creation. This is achieved by powerful tags which display panels, input fields, tables, treeviews, sortable lists, datagrids, popups, calendars etc. With those tags, the developer have neither to write nor know HTML.
    http://struts.application-servers.com
  • Struts-wml by Davor Cengija   - [Clicks: 92]
    https://sourceforge.net/projects/struts-wml/
  • StrutsCX - Struts with XSLT by Bernhard Woehrlin   - [Clicks: 57]
    StrutsCX is Struts with XSLT - but without JSP. Therefore strict seperation of business logic from presentation brings development closer to the MVC pattern. In addition it always outputs well-formed XML (what JSP does not guaranty) and is much more flexible on the presentation layer.
    http://it.cappuccinonet.com/strutscx/index.php
  • StrutsTestCase for JUnit by Deryl Seale   - [Clicks: 45]
    http://sourceforge.net/projects/strutstestcase/
  • Wildcard-Matched Actions by Don Brown   - [Clicks: 63]
    http://www.twdata.org/struts-wildcard/

[Top]

FAQs:

[Top]

Forums:
  • Author Online   - [Clicks: 51]
    Author support for Struts in Action occurs via the Struts Forum.
    http://www.manning.com/getpage.html?project=husted&filename=forum.html
  • Exadel Struts Studio - IDE for Apache Framework   - [Clicks: 41]
    http://forum.exadel.com/viewforum.php?f=1
  • jGuru Forum   - [Clicks: 120]
    http://www.jguru.com/forums/Struts
  • Struts and Other Frameworks   - [Clicks: 113]
    Frameworks such as Struts, Turbine, etc.
    http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&f=58

[Top]

Frameworks:
  • Providers: Select Solutions by Franco Perez Parma, Gabriel Oscar Gallo, Guillermo Meyer, Nicolas de Amorrortu   - [Clicks: 67]
    Providers is a framework to be used with JSP to fill Select options in HTML. You can use it with Struts to replace html:options tag and use providers:options and fill the select without the need of creating a collection in an Action.
    http://providers.sourceforge.net/
  • The StrutsLive Framework by Jonathan Lehr   - [Clicks: 264]
    The StrutsLive framework builds upon several ideas introduced in the book Struts Live. One of the primary building blocks is a small set of extensions to the Apache Struts framework that improve upon its default handling of POJOs (Plain Old Java Objects) nested in ActionForms. In particular, StrutsLive provides graceful handling for exceptions thrown during attempts to convert request values that are bound to strongly typed properties (e.g., properties typed as Date, BigDecimal, etc.).
    https://strutslive.dev.java.net/
  • Xkins framework by Guillermo Meyer   - [Clicks: 189]
    Xkins is a framework that manages skins for your web application. Xkins Forms integrates with Struts framework. Xkins also fits perfect in JSF world, playing a role as a RenderKit, and can work with other presentation frameworks, Struts-Layout.
    http://xkins.sourceforge.net

[Top]

IDEs:
  • Easy Struts for Eclipse / Jbuilder by Emmanuel Boudrant   - [Clicks: 194]
    The Easy Struts project provides plug-ins for the Eclipse 2.0, Borland JBuilder 5, and Borland JBuilder 6 development environments to enable you to develop web applications based on the MVC design pattern provided by the Jakarta Struts framework.
    http://easystruts.sourceforge.net/
  • Struts Console by James Holmes   - [Clicks: 61]
    The Struts Console is a FREE standalone Java Swing application for managing Struts-based applications. With the Struts Console you can visually edit Struts, Tiles and Validator configuration files.
    http://www.jamesholmes.com/struts/console/

[Top]

Links:

[Top]

Mailing Lists:

[Top]

Projects:
  • LogWeb by Nathan Coast   - [Clicks: 75]
    [LogWeb is a webapp for configuring Log4J at runtime within a servlet container.]
    http://www.codeczar.com/products/logweb/
  • Mockrunner by Alwin Ibba   - [Clicks: 73]
    Mockrunner is a lightweight framework for testing Struts actions and forms, servlets, filters and tag classes. It extends JUnit and simulates the necessary behaviour without calling the real infrastructure.
    [Version: 0.1.5]
    http://mockrunner.sourceforge.net/
  • Orbeon OXF   - [Clicks: 231]
    OXF is the most advanced XML platform for building Web-based enterprise applications based on industry standards (W3C, OASIS, JCP) and proven Java/J2EE technologies. It stands out in a crowd of existing J2EE frameworks by fully leveraging the ubiquity and the flexibility of XML.
    [OXF provides integration with Struts as well as JavaServer Faces, and version 2.1 includes support for the JSR-168 Portlet API.]
    http://www.orbeon.com/oxf/
  • StrutsEJB by Kazumi Yoshikawa   - [Clicks: 180]
    StrutsEJB provides base classes and patterns to build a Web application with Struts, EJB and JSTL.
    https://strutsejb.dev.java.net/

[Top]

Software:
  • Cotsec Forms   - [Clicks: 34]
    A framework for generating forms-based applications in Swing, Struts, and Eclipse SWT.
    http://www.cotsec.com/product/index.html
  • Model-driven Development Environment (MDE) products   - [Clicks: 123]
    http://www.metanology.com/
  • Scioworks Camino   - [Clicks: 35]
    http://www.scioworks.com/scioworks_camino.html
  • Struts Studio Professional   - [Clicks: 93]
    Exadel Struts Studio is a visual building tool for the Jakarta Struts Framework, the most used J2EE/Web MVC (Model-View-Controller) framework. Struts Studio is designed for the rapid development of Web applications. Our unique visual "drag-and-connect" approach to this task is essential for the rapid development and re-engineering of Web applications with minimal coding.
    http://www.exadel.com/products_strutsstudio.htm
  • Visual Tags for Struts   - [Clicks: 137]
    Visual Tags for Struts, a Dreamweaver extension that fully integrates the Struts 1.1 custom tags with Dreamweaver MX.
    http://www.fwasi.com

[Top]

User Groups:
  • Atlanta Struts Users Group   - [Clicks: 58]
    http://www.struts-atlanta.org/
  • Silicon Valley Struts User Group   - [Clicks: 40]
    This is the Silicon Valley Struts user group. The group mailing list is primarily for communications about group meetings and other Struts-related activities in the area south of San Francisco commonly referred to as Silicon Valley.
    http://groups.yahoo.com/group/struts-silicon-valley/
  • Struts User BOF   - [Clicks: 58]
    Formed in April, 2003, the Struts User BOF is for anyone interested in learning more about the Struts web application framework. This BOF serves user interface engineers who use the Struts framework to design and develop web applications. All levels of Struts experience are welcome.
    http://www.baychi.org/bof/struts/
  • struts-atlanta - Atlanta Struts User Group   - [Clicks: 29]
    This is the Atlanta Struts User group.
    http://groups.yahoo.com/group/struts-atlanta/
  • struts-tampa   - [Clicks: 27]
    Struts users in the Tampa Bay, FL area.
    http://groups.yahoo.com/group/struts-tampa/
  • struts_NYC   - [Clicks: 34]
    Struts NYC SIG
    http://groups.yahoo.com/group/struts_NYC/

[Top]

Wiki:
  • StrutsProjectPages   - [Clicks: 198]
    http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages

[Top]