<?xml version="1.0" encoding="Shift_JIS" ?>
<document url="./index.xml">

<!--
// ======================================================================== 78
-->

<properties>
    <title>The Apache Struts Web Application Framework</title>
    <author>Craig R. McClanahan</author>
    <author>Ted Husted</author>
    <author>Martin Cooper</author>
    <author>James Holmes</author>
    <translator>芦沢 嘉典</translator>
    <editor></editor>
    <update>2003/12/09</update>
    <status>firstdraft</status>
    <memo></memo>

</properties>

<body>
    
    <primary>  
	<section name="Welcome to Struts" href="Welcome">
	</section>
    </primary>  
	<section name="Strutsへようこそ" href="Welcome">

    <primary>  
	    <p>
	    Welcome to Struts!
	    The goal of this project is to provide an open source framework for 
	    building web applications.
	    </p>
    </primary>  
	    <p>
	    Strutsへようこそ!
	    このプロジェクトのゴールは、Webアプリケーションを構築するための、オープンソースのフレームワークを提供することです。
	    </p>

    <primary>  
	    <p>
	    The core of the Struts framework is a flexible control layer based on
	    <a href="userGuide/preface.html">standard technologies</a> like Java 
	    Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language 
	    (XML), as well as various
	    <a href="http://jakarta.apache.org/commons/index.html">Jakarta Commons</a> packages.
	    Struts encourages application architectures based on the Model 2 approach,
	    a variation of the classic
	    <a href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html">
	    <b>Model-View-Controller</b></a> (MVC) design paradigm.
	    </p>
    </primary>  
	    <p>
	    Strutsフレームワークの中心は、Servlet、JavaBean、リソースバンドル、XML(Extensible Markup Language)や様々な
	    <a href="http://jakarta.apache.org/commons/index.html">Jakarta Commons</a>パッケージ等の
	    <a href="userGuide/preface.html">標準技術</a>に基づいた柔軟なコントロール層です。
	    Strutsは、伝統的な
	    <a href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html">
	    <b>Model-View-Controller</b></a> (MVC) デザインの一種であるModel2アプローチに基づいたアプリケーションアーキテクチャを促進します。
	    </p>
	    	    
    <primary>  
	    <p>
	    Struts provides its own <b>Controller</b> component and integrates with
	    <a href="userGuide/preface.html#layers">other technologies</a> to provide 
	    the Model and the View.
	    For the <b>Model</b>, Struts can interact with any 
	    <a href="resources/models.html">standard data access technology</a>, 
	    including Enterprise Java Beans, JDBC, and Object Relational Bridge.
	    For the <b>View</b>, Struts works well with JavaServer Pages,
	    including <a href="./faqs/kickstart.html#jsf">JSTL and JSF</a>,
	    as well as Velocity Templates, XSLT, and
	    <a href="resources/views.html">other presentation systems</a>.
	    </p>
    </primary>  
	    <p>
	    Strutsは独自の<b>コントローラ</b>コンポーネントを提供し、
	    モデルやビューを構成する<a href="userGuide/preface.html#layers">他の技術</a>を統合させます。
	    <b>モデル</b>については、Strutsは
	    EJB(Enterprise Java Beans),JDBC,ORB(Object Relational Bridge)等のあらゆる
	    <a href="resources/models.html">標準的なデータアクセス技術</a>
	    と接続することができます。
	    <b>ビュー</b>に関しては、
	     <a href="./faqs/kickstart.html#jsf">JSTL や JSF</a>を含むJSP(JavaServer Pages)と相性が良く、また
	    VelocityやXSLT等<a href="resources/views.html">他のプレゼンテーション機構</a>
	    を利用することもできます。
	    </p>
	    
    <primary>  
	    <p>
	    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.
	    </p>
    </primary>  
	    <p>
	    Strutsフレームワークは、全てのWebアプリケーションが必要とする、
	    目に見えない縁の下の力持ちとしての機能を提供します。
	    また、標準的で実証済みのデザインパターンに基づき、拡張性の高いアプリケーション開発環境を提供します。
	    </p>

    <primary>  
	    <p>
	    Struts is part of the
	    <a href="http://jakarta.apache.org">Apache Jakarta Project</a>,
	    sponsored by the
	    <a href="http://www.apache.org">Apache Software Foundation</a>.
	    The official Struts home page is at
	    <a href="http://jakarta.apache.org/struts">
	    http://jakarta.apache.org/struts</a>.
	    </p>
    </primary>  
	    <p>
	    Strutsは
	    <a href="http://www.apache.org">Apacheソフトウェア財団</a>
	    に後援されている	    
	    <a href="http://jakarta.apache.org">Apache Jakarta プロジェクト</a>
	    の一部です。Strutsの公式ホームページは
	    <a href="http://jakarta.apache.org/struts">
	    http://jakarta.apache.org/struts</a>
	    です。
	    </p>
	</section>

    <primary>  
    	<section name="Books about Struts" href="books">
	</section>
    </primary>  
    	<section name="Struts関連書籍" href="books">

	    <div align="center">
	    <center>
	    <table border="0" cellpadding="6">
	      <tr>

	        <td width="17%">
	            <a href="resources/books.html">
	            <img 
	                border="0" 
	                src="images/books/0471213020.jpg" 
	                width="49" 
	                height="60" />
	            </a>
	        </td>

	        <td width="16%">
	            <a href="resources/books.html">
	            <img 
	                border="0" 
	                src="images/books/0596003285.jpg" 
	                width="49" 
	                height="60" />
	            </a>
	        </td>

	        <td width="16%">
	            <a href="resources/books.html">
	            <img 
	                border="0" 
	                src="images/books/0672324725.jpg" 
	                width="49" 
	                height="60" />
	            </a>
	        </td>

	        <td width="16%">
	            <a href="resources/books.html">
	            <img 
	                border="0" 
	                src="images/books/0971661901.jpg" 
	                width="49" 
	                height="60" />
	            </a>
	        </td>

	        <td width="16%">
	            <a href="resources/books.html">
	            <img 
	                border="0" 
	                src="images/books/1558608621.jpg" 
	                width="49" 
	                height="60" />
	            </a>
	        </td>

	        <td width="16%">
	            <a href="resources/books.html">
	            <img 
	                border="0" 
	                src="images/books/1861007817.jpg"
	                width="49" 
	                height="60" />
	            </a>
	        </td>

	          <td width="16%">
	              <a href="resources/books.html">
	              <img
	                  border="0"
	                  src="images/books/1930110502.jpg"
	                  width="49"
	                  height="60" />
	              </a>
	          </td>

	      </tr>
	    </table>
	    </center>
	    </div>

    <primary>  
	   <p>
	   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
	   <a href="resources/books.html">resource area</a>. 
	   Links to excerpts are provided when available. 
	   </p>
    </primary>  
	   <p>
	   Apacheソフトウェア財団は印刷されたマニュアルを提供していませんが、
	   各社から何冊かのStruts関連書籍が出版されています。
	   現在の出版物一覧は、
	   <a href="resources/books.html">リソースページ</a>
	   で確認できます。
	   各リンクは、利用可能になり次第用意されます。
	   </p>
	   
	</section>

    <primary>  
	<section>
	   <p align="center">
	   Next: <a href="learning.html">Learning About Struts</a>
	   </p>
	</section>
    </primary>  
	<section>
	   <p align="center">
	   次: <a href="learning.html">Strutsを学ぶ</a>
	   </p>
	</section>

    <primary> 	   
	<section>
	   <p align="center">
	   <a href="./faqs/helping.html#release">So when is the next release coming 
	   out?</a>
	   </p>
	</section>
    </primary>  
	<section>
	   <p align="center">
	   <a href="./faqs/helping.html#release">次のリリースはいつですか？</a>
	   </p>
	</section>

</body>
</document>
