VIRGIN FOREST OF JAVA
不要埋头苦干,要学习,学习,再学习。。。。。
powered by R.Zeus
Contributor Taglibs

MonkeyStruts by Arron Bates. An approach to nesting beans.

REGEXP.VALIDATOR.STRUTS by Emmanuel Boudrant - A validation component that works with Struts 1.0, to manage form validation on server-side and client-side.

Struts-WAS.jar by Christopher Assenza - Modified Struts 1.0 JAR for Websphere 3.5 or 4. Zipped for download. (For additional tips regarding Websphere 3.5 see http://jakarta.apache.org/struts/installation-was352-x.html.)

Struts Layout by Improve - An extension library to improve interfaces creation with Struts.

Indexed Tags [Also available in the nightly build] by Dave Hays - Produce indexed names such as <input type="text" name="parameter[0].value" value="Mac">. Link, Submit, and Select tags are included too.

Struts IF/THEN/ELSE and SWITCH tags by Niall Pemberton.

TextArea Wrapping by Matthias Bauer. Patch to HTML:TextArea tag to provide wrapping of long lines.

RowTag (ZIP file for download) - Source for a Struts-compatible tag to generate alternating row colors in a table by Niall Pemberton. [NOTE: Requires a Struts build dated after 2001-04-28]

Contributor Extensions

Pow2ACL - Access Control List library. Track of application users roles and permissions. User can be authenticated: - directly using the package API; - using custom JSP tag libraries.

Struts .. in Rose by Emmanuel.Boudrant - Use Struts with the Rational Rose UML model.

Multi-Controller by Sukachevin, Stoehr - Use more than once ActionServlet in your Struts application

JavaScript with html:errors - new Struts validation by Adam Grohs.

Scioworks Camino by Scioworks Pte Ltd. A visual tool for Struts.

Struts Console by James Holmes. The Struts Console is a Java Swing application that provides an easy to use interface for editing Struts' "struts-config.xml" configuration file.

Expresso by JCorporate. An open source application development (AD) framework integrated with Struts.

Dynamic ActionForm Properties by Jan Sorensen.

Bean Utils with Indexed Strings by Gregor Rayman.

Role-Based Actions by Nic Hobs. Set a security role for an Action from with struts-config.

Struts CodeMaker by Ravindran Ramaiah - Generate Struts application by reading configuration file or JSP files. Updated 2001-08-21.

Struts Generator by David Winterfeldt - Based on the generator.xml and a table/query an xml file is generated. Based on the generated xml file a primary key class, data bean class, jdbc class, and an ActionForm (Struts) can be generated.

ValueIterator by Ted Husted - Simple wrapper around a RowSet for use with Struts iterator tag. Also includes generic toMap(), set(map) methods for flexible data transfer.

Struts Transformer by Ron Smith - Transformations are responsible for taking an object in one form and transforming it into another. A forward transformation takes an object from its primary form to a secondary form (e.g. Date object to String). A reverse transformation takes an object from a secondary form to its primary form (e.g. String to Date).

Struts Extender by Ron Smith - Add extensions to the struts framework via entries in the Struts configuration file.

Mapper Framework by Capco - The Mapper framework can be used for automating the process of validating/converting/transferring data fields. (See README to get started. Updated 18-JUL-2001.)

Bean factory by Oleg V Alexeev - Adds the ability to easily link data bean creation to any Struts Action. All information about databeans and actions mappings stored in the standard Struts configuraton file.

Workflow Extension by Matthias Bauer - An extension to the core Struts framework which provides control flow between actions.

Struts Menu by Scott Sayles (ZIP file for download) - A Struts-compatible web menuing component (early release - work in progress) - unzip to a "struts-menu" folder, and see the README.

Struts Validator [Also in the nightly build /contrib folder] by David Winterfeldt - Perform basic validations to check if a field is required, matches a regular expression, and some basic type checking. Different validation rules can be defined for different locales. The framework has basic support for user defined constants which can be used in some field attributes. The validation routines are modifiable in the validation.xml file so custom validation routines can be created and added to the framework.

TLD to VLM by Mario Busche - Simple Java program to convert standard TLD's to the VLM format used by Homesite, CF Studio, and JRun Studio.

UltraDev 4.0 Custom Tag Library Extension - Hosted by Jakarta Taglibs.

Tiles Library for building JSP views [Also in the nightly build /contrib folder] by Cedric Dumoulin - A component is a JSP page that can be inserted in another JSP page, like templates, but can take "parameters" (URLs or 'direct' string intemplates).

Projects and Examples

Artimus by Ted Husted - Simple news poster application. Demonstrates using helper beans and a JDBC database with Struts. WAR zipped for download. Uses Scaffold package. See WEB-INF/README.txt for setup.

Scaffold by Ted Husted - Utility package of classes that can be used with various Web applications.

Struts Polls by Ted Husted - Simple poll application. Demonstrates using a database with Struts.

Struts-example modified for iPlanet Application Server SP2 by Matt Raible.

The Struts Framework by Steve Wilkinson - Excerpt from latest Wrox Professional JSP book.

Struts-Simple by Ted Husted - (WAR file zipped for download) A simple skeleton application outlining the files needs to input and re-display data. Now also demonstrates using "nested" beans.

myCart - Example Shopping Cart application using Struts - joint project with several contributors.

Sample hdml/wireless based struts application by Richard Backhouse.

Struts Login (WAR file zipped for download) by Ted Husted - A minimalist Struts application demonstrating form validation and tracking users with a session attribute (WAR file).

Tutorials

How To: (Form-Based Authentication) use the form-error page to login by Matt Raible.

WebSphere 4 Application Development Handbook - IBM "Redbook" - See "Designing with Frameworks (Chapter 7).

Struts Catalog by Ted Husted - Overview of Struts Design Patterns and Strategies.

HOWTO Setup and Debug STRUTS Example in Forte by Michael Mok.

JBuilder 5, Struts 1.0 & WebLogic 6.0, a Tutorial by Markus Colombo.

Using JBuilder5 with Struts 1.0 Release by Anthony Martin.

3148 Configuring AppServer to Work with Struts by Ken Sipe (7/25/2001)

3004 Building Extensible Web Frameworks Using XML, XSL-T, and Java by Richard Vowles 7/21/2001

Strut by Strut by Ted Husted - Building a web application from the ground up (maintenance release 2001/Aug/19).

J2EE Tutorial - Early Release chapter featuring Struts 1.0 tags.

Welcome to the Struts Framework by Bluestone Software.

An Introduction to Struts by Casey Kochmer.

Struts UML Diagrams (PDF) by Jean-Pierre Schnyder.

Blueprinting a Struts Application by Ted Husted - Sample specification and API for the Struts Example application.

Seminars

Fast Track to MVC Frameworks - 2001-Dec-2.

BravePoint - Advanced JSP Architecture for J2EE - 2001-11-19, 2001-12-10.

AvantSoft Inc. - JSP, Servlets and Struts

Articles

The Struts Framework's Action Mappings Configuration File by Wellington L.S. da Silva

Web Development Products Spreadsheet by Dan Cancro.

Layering Applications by Scott Stanchfield.

MVC and Struts by Steven Sweeting, Clive Jones, and Aaron Rustad.

Introduction to Jakarta Struts Framework by Sue Spielman.

The Struts Framework's Action Mappings Configuration File by Wellington L.S. da Silva

Is Struts Performant? by Ted Husted -- An analysis of framework components, and how they contribute to overall efficiency.

Struts for Everyone by Jonathan Asbell -- Word document zipped for download. Early release: still in working draft form.

Approaches to User Authentication and Access Control in Web Applications by Craig McClanahan. Slides from the JavaOne BOF (June 2001 #1291). Star Office Format. Zipped for download.

Support your application development with Struts [404] by McClanahan, McCay, and Bergenholtz.

Introduction to MVC and the Jakarta Struts Framework by Craig Tataryn.

Kickstart - The obligatory Struts Q&A.

Struts, an open-source MVC implementation by Malcom Davis.

Strut Your Stuff With JSP Tags, by Thor Kristmundsson.

Using the Struts Framework to Develop a Message Board by Maneesh Sahu (article requires registration with informit.com).

JSP templates by David Geary.

Books
Selected APIs, RFCs, and JSRs
Other Resource Pages

JGuru FAQ

More About Struts by Husted dot Com.

German Translation of Users Guide by Hartmut Bernecker.

Javasoft Tutorials

Javasoft Mailing Lists

Mailing List Archives

mail-archive.com.

Struts FAQ with Mailing List Threads - Clippings from the User Lists

Powered by Struts
Java / Struts ISPs

Provided as a reference only. No endorsements given or implied. To be listed, post a documentation enhancement request in Bugzilla.

Consultants

Provided as a reference only. No endorsements given or implied. To be listed, post a documentation enhancement request in Bugzilla.

posted on 2005-08-13 03:57 R.Zeus 阅读(631) 评论(0)  编辑  收藏 所属分类: STRUTS

只有注册用户登录后才能发表评论。


网站导航: