Strutsユーザガイド
クイックリンク
ホーム
目次
はじめに
モデル コンポーネント
ビュー コンポーネント
コントローラ コンポーネント
リソース
私たちは誰でしょう
Struts Resources

Struts リソース
Tagライブラリの寄稿

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]


MonkeyStruts by Arron Bates. beasnをネストさせるアプローチ。

REGEXP.VALIDATOR.STRUTS by Emmanuel Boudrant - Struts1.0で動作するバリデーションコンポーネント。サーバサイドおよびクライアントサイドでのフォームバリデーション。

Struts-WAS.jar by Christopher Assenza - Websphere 3.5と4のためにモディファイされたStruts 1.0 JARファイル。ダウンロードのためにZIP圧縮されています(Websphere 3.5に関する追加情報については、http://jakarta.apache.org/struts/installation-was352-x.htmlを参照ください)。

Struts Layout by Improve - Strutsのインターフェース生成を改良する、拡張ライブラリ。

Indexed Tags [ナイトリービルドでも利用可能] by Dave Hays - <input type="text" name="parameter[0].value" value="Mac">のように、インデックスの付いたnameを生成します。Link、Submit、Selectタグも含まれます。

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

TextArea Wrapping by Matthias Bauer. 長い行のラップを行うための、HTML:TextAreaタグに対するパッチ。

RowTag by Niall Pemberton. (ダウンロードのためにZIPファイル) - 表において交互に色づけされた行を表示するための、Struts互換タグのソース。[注意:2001-04-28以降のStrutsビルドが必要です]

拡張機能の寄稿

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 または 文字列による'直接'指定)を取ることができる。

プロジェクトとサンプル

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).


Artimus by Ted Husted - StrutsでヘルパBeanやJDBCデータベースを利用する方法をデモする、シンプルなニュース投稿アプリケーション。 ダウンロード用にWARファイル形式で圧縮されていて、Scaffoldパッケージを利用している。セットアップの方法はWEB-INF/README.txtを参照。

Scaffold by Ted Husted - 様々なWebアプリケーションで利用できるユーティリティパッケージクラス。

Struts Polls by Ted Husted - Strutsでデータベースを利用する方法をデモする、シンプルな投票アプリケーション。

iPlanetアプリケーションサーバSP2様に修正したStruts-example by Matt Raible.

The Struts Framework by Steve Wilkinson - 最近出版された Wrox Professional JSP bookの抜粋。

Struts-Simple by Ted Husted - データの入力と再表示を必要とするような、シンプルな骨格を提供するアプリケーション。 ダウンロード用にWARファイル形式で圧縮されていて、 また"nested"beanの利用のデモも含む。

myCart - Strutsを使ったショッピングカートアプリケーションのサンプル。何人かの貢献者による共同プロジェクト。

Strutsをベースにしたhdml/wireless サンプルアプリケーション by Richard Backhouse.

Struts Login by Ted Husted - フォームバリデートやセッション属性を使ったユーザ追跡をデモする、簡単なStrutsアプリケーション(WARファイル)。

チュートリアル

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.


ログインのためのフォームエラーページでFormベースの認証を行うための ハウツー(How To) by Matt Raible.

WebSphere 4 用アプリケーション開発ハンドブック - IBM "Redbook" - "Designing with Frameworks (7章)を参照。

Struts Catalog by Ted Husted - Strutsデザインパターンと戦略のオーバービュー。

ForteでStrutsアプリケーションをセットアップしデバッグするためのハウツー by Michael Mok.

JBuilder 5, Struts 1.0 & WebLogic 6.0用のチュートリアル by Markus Colombo.

Struts 1.0 を JBuilder5で利用する by Anthony Martin.

3148 Strutsのためのアプリケーションサーバの設定 by Ken Sipe (7/25/2001)

3004 XML, XSL-T, Javaを使ったWebアプリケーションフレームワークの拡張 by Richard Vowles 7/21/2001

Strut by Strut by Ted Husted - 基礎からWebアプリケーションを構築する(maintenance release 2001/Aug/19)。

J2EE チュートリアル - Early Release chapter featuring Struts 1.0 タグを扱った、早期リリース解説。

Welcome to the Struts Framework by Bluestone Software.

Strutsの紹介 by Casey Kochmer.

Struts の UML ダイアグラム (PDF) by Jean-Pierre Schnyder.

Strutsアプリケーションのブループリント by Ted Husted - Strutsサンプルアプリケーションのためのサンプル仕様とAPI。

セミナ

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


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

BravePoint - J2EE JSP の先進アーキテクチャ - 2001-11-19, 2001-12-10.

AvantSoft Inc. - JSP, Servlets と Struts

記事

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.


Strutsフレームワークのアクションマッピング設定ファイル by Wellington L.S. da Silva

Web開発製品のスプレッドシート by Dan Cancro.

多層アプリケーション by Scott Stanchfield.

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

Jakarta Struts フレームワークの紹介 by Sue Spielman.

Strutsフレームワークのアクションマッピング設定ファイル by Wellington L.S. da Silva

Strutsは使える? by Ted Husted -- フレームワークコンポーネントの分析とそれらがどのように効果的に動作するのか。

みんなのStruts by Jonathan Asbell -- ダウンロード用に圧縮されたドキュメント。早期リリースでまだドラフト状態。

Webアプリケーションにおけるユーザ認証とアクセスコントロールのアプローチ by Craig McClanahan. Slides from the JavaOne BOF (June 2001 #1291). スターオフィスフォーマット。ダウンロード用に圧縮。

Strutsを使ったアプリケーション開発のサポート [404] by McClanahan, McCay, and Bergenholtz.

MVC と Jakarta Struts フレームワークの紹介 by Craig Tataryn.

Kickstart - 必須のStruts Q&A.

Struts、オープンソースによるMVCの実装 by Malcom Davis.

JSP タグを使ったStrutsで行く, by Thor Kristmundsson.

Strutsフレームワークを使ったメッセージボードの開発 by Maneesh Sahu (記事はinformit.comに登録).

JSPテンプレート by David Geary.

書籍
厳選したAPI、RFC、JSR
その他のリソースページ

JGuru FAQ

More About Struts by Husted dot Com.

German Translation of Users Guide by Hartmut Bernecker.

Javasoft Tutorials

Javasoft Mailing Lists


JGuru FAQ

More About Struts by Husted dot Com.

Users Guideのドイツ語訳 by Hartmut Bernecker.

Javasoft チュートリアル

Javasoft メーリングリスト

メーリングリストのアーカイブ

mail-archive.com.

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


mail-archive.com.

StrutsのFAQのメーリングリストスレッド - ユーザメーリングリストからの抜粋

Powered by Struts
Java / Struts を提供するISP

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


単なる紹介であり、特にそれを推薦するものではありません。リストに掲載されるには、ドキュメントの拡張要求をBugzillaに投稿してください。

コンサルタント

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


単なる紹介であり、特にそれを推薦するものではありません。リストに掲載されるには、ドキュメントの拡張要求をBugzillaに投稿してください。

Next: Who We Are


Next: 私達は誰でしょう


[訳注: これは芦沢 嘉典が翻訳しました。日本語訳に対するコメントがあれば、こちらに送って下さい。]
Copyright (c) 2000-2002, Apache Software Foundation