Apache Struts Web Application Framework
Struts
ようこそ
学ぶ
入手する
利用する
貢献者
ロードマップ
コミュニティ
ニュース & 現在の状況
リソース
メーリングリストのアーカイブ
既知のバグ
ダウンロード
バイナリ
ソースコード
CVSリポジトリ
ナイトリビルド
利用者・開発者ガイド
Javadoc
FAQ及びハウツー
安定リリース(1.1)
リリースノート
リリースプラン
以前のリリース(1.0.2)
トップページ
ユーザガイド
Javadoc
リリースノート
インストール
Welcome to Struts

Strutsへようこそ

Welcome to Struts! The goal of this project is to provide an open source framework for building web applications.


Strutsへようこそ! このプロジェクトのゴールは、Webアプリケーションを構築するための、オープンソースのフレームワークを提供することです。

The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm.


Strutsフレームワークの中心は、Servlet、JavaBean、リソースバンドル、XML(Extensible Markup Language)や様々な Jakarta Commonsパッケージ等の 標準技術に基づいた柔軟なコントロール層です。 Strutsは、伝統的な Model-View-Controller (MVC) デザインの一種であるModel2アプローチに基づいたアプリケーションアーキテクチャを促進します。

Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems.


Strutsは独自のコントローラコンポーネントを提供し、 モデルやビューを構成する他の技術を統合させます。 モデルについては、Strutsは EJB(Enterprise Java Beans),JDBC,ORB(Object Relational Bridge)等のあらゆる 標準的なデータアクセス技術 と接続することができます。 ビューに関しては、 JSTL や JSFを含むJSP(JavaServer Pages)と相性が良く、また VelocityやXSLT等他のプレゼンテーション機構 を利用することもできます。

The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.


Strutsフレームワークは、全てのWebアプリケーションが必要とする、 目に見えない縁の下の力持ちとしての機能を提供します。 また、標準的で実証済みのデザインパターンに基づき、拡張性の高いアプリケーション開発環境を提供します。

Struts is part of the Apache Jakarta Project, sponsored by the Apache Software Foundation. The official Struts home page is at http://jakarta.apache.org/struts.


Strutsは Apacheソフトウェア財団 に後援されている Apache Jakarta プロジェクト の一部です。Strutsの公式ホームページは http://jakarta.apache.org/struts です。

Books about Struts

Struts関連書籍

The Apache Software Foundation does not provide printed manuals, but several third-party books about Struts are available. A current list of books about Struts is maintained in the resource area. Links to excerpts are provided when available.


Apacheソフトウェア財団は印刷されたマニュアルを提供していませんが、 各社から何冊かのStruts関連書籍が出版されています。 現在の出版物一覧は、 リソースページ で確認できます。 各リンクは、利用可能になり次第用意されます。

Next: Learning About Struts


次: Strutsを学ぶ

So when is the next release coming out?


次のリリースはいつですか?


[訳注: この文書は芦沢 嘉典が翻訳し、 が校正しました。 日本語訳に対するコメントがあれば、report@jajakarta.orgに送って下さい。]
Copyright (c) 2000-2003, Apache Software Foundation