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).
Pow2ACL - アクセス制御のリスト。 アプリケーションのユーザのロールと権限を追跡する。 - パッケージのAPIを直接利用して: - カスタムJSPタグライブラリを利用して 、ユーザを認証することが出来る。
Struts .. in Rose by Emmanuel.Boudrant - Rational Rose UML モデルと一緒にStrutsを利用する。
Multi-Controller by Sukachevin, Stoehr - Strutsアプリケーションで、複数のアクションサーブレットを利用する。
html:errorsとJavaScripによる、新たなStrutsバリデーション。 by Adam Grohs.
Scioworks Camino by Scioworks Pte Ltd. Struts用のビジュアルエディタ。
Struts Console by James Holmes. "struts-config.xml" 設定ファイルの編集のための簡単なインターフェースを提供するSwingアプリケーション。
Expresso by JCorporate. Strutsと統合して利用できる、オープンソースのアプリケーション開発 (AD)フレームワーク。
動的なアクションフォームのプロパティ by Jan Sorensen.
インデックス付きStringによるBeanユーティリティ by Gregor Rayman.
Role-Based Actions by Nic Hobs. struts-configにより、アクションフォームにセキュリティを設定する。
Struts CodeMaker by Ravindran Ramaiah - 設定ファイルやJSPファイルを読んで、Strutsアプリケーションを生成する。 Updated 2001-08-21.
Struts Generator by David Winterfeldt - generator.xmlファイルとテーブル/クエリをベースに、xmlファイルを生成する。生成されたxmlファイルをもとに、primary key クラス, data bean クラス, jdbc クラス, 及び ActionForm (Struts)を生成する。
ValueIterator by Ted Husted - Strutsのiteratorタグ用に、RowSetをラップする。柔軟なデータ転送の為のgenericな toMap(), set(map) メソッド も含む。
Struts Transformer by Ron Smith - フォームの中のオブジェクトを取り出し、他のフォームの為に変形させる。フォワード変形は第1フォームから取り出し、第2フォームへ変形する(例:データオブジェクトをStringへ変形)。 逆変形は第2フォームから第1フォームへオブジェクトを変形する (例: String をデータへ)。
Struts Extender by Ron Smith - Struts設定ファイルにエントリーを追加して、拡張機能を提供する。
Mapper Framework by Capco - 自動的なデータフィールドの検証/変換/変形を実現するマッパーフレームワーク。(READMEを読んでください。Updated 18-JUL-2001)
Bean factory by Oleg V Alexeev - アクションがデータBeanに簡単にリンクできるようにする。 データBeanとアクションに関する全ての情報は、標準のStruts設定ファイルに記述されます。
Workflow Extension by Matthias Bauer - Strutsフレームワークに、アクション間のフロー制御を行える拡張機能を提供する。
Struts Menu by Scott Sayles (ダウンロード用のZIPファイル) - Struts互換のWebメニューコンポーネント(早期リリース - 現在開発中) - "struts-menu"フォルダにunzipし、READMEを参照。
Struts Validator [ナイトリービルドの /contriフォルダにも含まれる] by David Winterfeldt - 基本的な、フィールドの必須チェック、正規表現による一致チェック、その他色々なタイプのチェックを提供する。ロケールごとに異なるバリデーションルールを定義できる。 このフレームワークは、フィールド属性の中で利用できるユーザ定義の定数をサポートする。バリデーションルールはvalidation.xmlでカスタマイズ可能なので、カスタムバリデーションをフレームワークに作成・追加することが可能。
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 [ナイトリービルドの /contriフォルダにも含まれる] by Cedric Dumoulin - templateタグのように、他のJSPページを挿入することを実現するJSPコンポーネント。templateとは違い"パラメータ" (URLs または 文字列による'直接'指定)を取ることができる。