<?xml version="1.0" encoding="Shift_JIS"?>
<document url="./index.xml">

  <properties>
    <author>Craig R. McClanahan</author>
    <author>Ted Husted</author>
    <author>Martin Cooper</author>
    <title>The Struts Framework Project</title>
    <translator>芦沢 嘉典</translator>
  </properties>

  <body>

  <primary>
  <section name="Welcome to Struts 1.0.2" href="Welcome">
  </section>
  </primary>
  <section name="ようこそStruts 1.0.2へ" href="Welcome">

  <primary>
  <p>Welcome to the Struts Framework!  The goal of this project
  is to provide an open source framework useful in building web applications
  with Java <a href="http://java.sun.com/products/servlet">Servlet</a> and
  <a href="http://java.sun.com/products/jsp">JavaServer Pages</a> (JSP)
  technology.  Struts encourages application architectures based on the
  Model-View-Controller (MVC) design paradigm, colloquially known as
  <i>Model 2</i> in discussions on various servlet and JSP related
  mailing lists.</p>
  </primary>
  
  <p>Strutsフレームワークへようこそ!  このプロジェクトのゴールは、
  Java <a href="http://java.sun.com/products/servlet">Servlet</a>や
  <a href="http://java.sun.com/products/jsp">JavaServer Pages</a> (JSP)の技術を用いて
  Webアプリケーションを構築する上で有用な、オープンソースフレームワークを提供することです。
  Strutsは、さまざまなServletやJSPに関するメーリングリストで議論されている、
  <i>Model 2</i>と呼ばれるモデル-ビュー-コントローラ(MVC)
  デザインパラダイムをベースとしたアプリケーションアーキテクチャを採用しています。</p>

  <primary>
  <p>Struts includes the following primary areas of functionality:</p>
  </primary>

  <p>Strutsには、下記のような主要機能があります。:</p>

  <primary>
  <ul>
  <li>A controller servlet that dispatches requests to appropriate
      <strong>Action</strong> classes provided by the application
      developer.</li>
  <li>JSP custom tag libraries, and associated support in the controller
      servlet, that assists developers in creating interactive form-based
      applications.</li>
  <li>Utility classes to support XML parsing, automatic population of
      JavaBeans properties based on the Java reflection APIs, and
      internationalization of prompts and messages.</li>
  </ul>
  </primary>

  <ul>
  <li>コントローラーServlet。リクエストを、アプリケーション開発者が提供する適切な<strong>Action</strong>クラスに割り付けます。</li>
  <li>コントローラーServletにおけるJSPカスタムタグライブラリ関連のサポート。開発者が対話的なフォームベースのアプリケーションを作成するのをサポートします。</li>
  <li>ユーティリティクラス。XMLのパース、
      JavaリフレクションAPIをベースとしたJavaBeansプロパティの自動設定、
      メッセージやプロンプトの国際化などをサポートします。</li>
  </ul>

  <primary>
  <p>Struts is part of the <a href="http://jakarta.apache.org">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 Software Foundation</a>に
  支援されている<a href="http://jakarta.apache.org">Jakarta
  プロジェクト</a>の一部です。 Strutsの公式ホームページは
  <a href="http://jakarta.apache.org/struts">http://jakarta.apache.org/struts</a>です。
  </p>

  </section>

  <primary>
  <section name="Learning About Struts" href="Docs">
  </section>
  </primary>
  <section name="Strutsについて学ぶ" href="Docs">

  <primary>
  <p>The <a href="userGuide/kickstart.html"><b>Kickstart FAQ</b></a> quickly answers 
  the most common questions about Struts.</p>
  </primary>
  
  <p><a href="userGuide/kickstart.html"><b>キックスタートFAQ</b></a>は、
  Strutsに関する一般的な質問に答えてくれます。</p>

  <primary>
  <p>A concise <a href="userGuide/index.html"><b>Users Guide</b></a> is also provided 
  with the distribution. The User Guide introduces the Model View Controller 
  architecture, and how it relates to the major components of Struts. Several Developer 
  Guides are also provided, to help you get started with the Struts tag extensions and 
  utility packages.</p>
  </primary>
  
  <p>簡潔な<a href="userGuide/index.html"><b>ユーザガイド</b></a>が、ディストリビューション
  と供に提供されています。ユーザガイドでは、まずModel View Controller アーキテクチャを紹介し、
  Strutsの主要コンポーネントとどのように関わるのかを説明します。
  Strutsタグ拡張機能やユーティリティパッケージを使い始めるための助けになる、デベロッパガイドも
  提供されています。</p>

  <primary>
  <p>For more detail about a specific class or package, the Struts 
  <a href="api/index.html"><b>Javadocs</b></a>
  are comprehensive and carefully maintained. It is strongly recommended that 
  you refer to the <a href="api/index.html">Javadoc</a> 
  for each class as you begin to use it, to be sure important features and options 
  are not overlooked. What you don't know, can't help you.</p>
  </primary>
  
  <p>特定のクラスやパッケージの詳細については、Strutsの<a href="api/index.html"><b>Javadocs</b></a>
  が包括的であり、念入りにメンテナンスされています。重要な機能やオプションを見落とすことのないように、
  使おうとするクラスの<a href="api/index.html">Javadoc</a>を参照することを、強くお薦めします。
  知らないものを、使うことはできません。</p>

  <primary>
  <p>Of course, the only true documentation is the code itself. If you have any questions 
  about how Struts actually works, do not hestate to <i>use the source</i>. For the 
  complete, buildable source code to the entire Struts framework, see the "src" folder in 
  the <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/src/"><b>Struts 1.0.2 source distribution</b></a>.</p>
  </primary>
  
  <p>もちろん、唯一の真のドキュメントはコードそれ自身です。もし、Strutsの実際の動作についてしりたいのなら、
  ためらわずに<i>ソースコードを利用</i>してください。完全なビルド可能なStrutsフレームワーク全体のソースコードは、
  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/src/"><b>Struts 1.0.2 source distribution</b></a>
  の"src"フォルダを見てください。</p>

  <primary>
  <p>The Struts <a href="userGuide/resources.html"><b>Resources</b></a> page provides links to 
  everything else written about  Struts, including books, articles, tutorials, and sample 
  applications. There are also links to public sites "Powered by Struts". </p>
  </primary>
  
  <p><a href="userGuide/resources.html"><b>リソース</b></a>ページでは、書籍や記事、チュートリアルや
  サンプルアプリケーションなど、Struts関するあらゆる情報へのリンクが提供されています。
  ここには、"Powered by Struts"の一般のサイトへのリンクもあります。</p>

  </section>

  <primary>
  <section name="Acquiring Struts" href="Acquiring">
  </section>
  </primary>
  <section name="Strutsの入手" href="Acquiring">

  <primary>
  <p>The <i>production release</i> of <strong>Struts 1.0.2</strong> is available in
  a convenient binary distribution and also with complete source code. In
  addition, a library distribution is available, which contains the latest
  Struts binaries without the sample applications, providing a smaller,
  faster download.</p>
  </primary>
  
  <p><strong>Struts 1.0.2</strong>の<i>プロダクションリリース</i>では、
  便利なバイナリディストリビューションも、完全なソースコードも供に利用可能です。
  さらに、「ライブラリディストリビューション」も利用可能です。これはサンプルアプリケーションを省いた最新のStrutsバイナリで、ダウンロードサイズを小さく、時間を短くします。
  。</p>

  <primary>
  <ul>
  <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2">
  <b>Struts 1.0.2 Binary Distribution</b></a></li>
  <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/lib">
  <b>Struts 1.0.2 Library Distribution</b></a></li>
  <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/src">
  <b>Struts 1.0.2 Source Code Distribution</b></a></li>
  </ul>
  </primary>
  
  <ul>
  <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2">
  <b>Struts 1.0.2 バイナリディストリビューション</b></a></li>
  <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/lib">
  <b>Struts 1.0.2 ライブラリディストリビューション</b></a></li>
  <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/src">
  <b>Struts 1.0.2 ソースコードディストリビューション</b></a></li>
  </ul>
  
  <primary>
  <p>Check the <a href="release-notes-1.0.2.html">Release Notes</a>
  for a summary of the changes since the Struts 1.0.1 release.</p>
  </primary>
  
  <p>Struts 1.0.1 からの変更のサマリを、<a href="release-notes-1.0.2.html">リリースノート</a>
  でチェックしてください。</p>

  </section>

  <primary>
  <section name="Nightly Builds" href="Builds">
  </section>
  </primary>
  <section name="ナイトリービルド" href="Builds">

  <primary>
  <p>For developers who are helping to develop Struts, or who just want 
  "the latest bits", the latest development version is made available each 
  morning. Use at your own risk!</p>
  </primary>
  
  <p>Strutsの開発を助けてくれる開発者、また単に最新版が欲しい方のために、
  最新の開発バージョンが毎朝利用可能になります。ご自分の責任で利用してください！</p>
  
  <primary>
  <ul>
  <li>Download the source directly via
      <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
      Anonymous CVS</a>.</li>
  <li>Download nightly binary distributions from
      <a href="http://jakarta.apache.org/builds/jakarta-struts/nightly">
      here</a>.</li>
  <li>Download nightly source distributions from
      <a href="http://jakarta.apache.org/builds/jakarta-struts/nightly/src">
      here</a>.</li>
  </ul>
  </primary>
  
  <ul>
  <li>
      <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
      Anonymous CVS</a>から、ソースディレクトリをダウンロードする</li>
  <li>
      <a href="http://jakarta.apache.org/builds/jakarta-struts/nightly">
      ここ</a>から、ナイトリーバイナリディストリビューションをダウンロードする</li>
  <li>
      <a href="http://jakarta.apache.org/builds/jakarta-struts/nightly/src">
      ここ</a>からナイトリーソースディストリビューションをダウンロードする</li>
  </ul>


  <primary>
  <p>Access to the CVS source repository for Struts is available through both
  <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">web
  browser</a> and
  <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">CVS client</a>
  interfaces.</p>
  </primary>
  
  <p>StrutsのCVSソースリポジトリは、
  <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">WEBブラウザ</a> と
  <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">CVSクライアント</a>の両方からアクセスできます。</p>

  <primary>
  <p>In addition to the Struts distribution, you will need to ensure that
  you have downloaded and installed all of the
  <a href="installation.html#Prerequisites">prerequisite</a> software
  applications.  Then, follow the appropriate instructions to
  <a href="installation.html#Building">build Struts from the source
  distribution</a>, or <a href="installation.html#Installing">install and
  use a Struts binary distribution</a> in your web application.</p>
  </primary>
  
  <p>Strutsのディストリビューションの他に、
  <a href="installation.html#Prerequisites">前提となるソフトウェア</a>の全てを
  ダウンロードしてインストールする必要があります。
  そして、
  適切な手順に従って<a href="installation.html#Building">ソースディストリビューションからStrutsを作る</a>か、あるいは<a href="installation.html#Installing">Strutsバイナリディストリビューションのインストールと利用</a>をしてください。</p>

  </section>

  <primary>
  <section name="Reporting Bugs and Feature Requests" href="Bugs">
  </section>
  </primary>
  <section name="バグレポートと機能リクエスト" href="Bugs">

  <primary>
  <p>Tracking of bug reports and new feature requests for Struts is hosted at
  <a href="http://nagoya.apache.org/bugzilla/">http://nagoya.apache.org/bugzilla/</a>.
  Please select <strong>Struts</strong> from the product list, along with the
  details of which component of Struts you feel this report relates to,
  and details of your operating environment.  You will automatically be
  notified by Email as the status of your bug report changes.</p>
  </primary>
  
  <p>Strutsに関してのバグ追跡レポートと、新しい機能のリクエストは
  <a href="http://nagoya.apache.org/bugzilla/">http://nagoya.apache.org/bugzilla/</a>に集められています。
  プロダクトリストから<strong>Struts</strong>を選択してください。
   Strutsのどのコンポーネントに関してレポートするのか、
   また動作環境の詳細も一緒に 選択してください。
   バグレポートの変更状況は電子メールによって、あなたに自動的に通知されます。
  </p>

  </section>

  <primary>
  <section name="Getting Involved" href="Involved">
  </section>
  </primary>
  <section name="さらに深く" href="Involved">

  <primary>
  <p>There are a number of ways to get more involved in the Struts
  community, including contributing to the future development of Struts.
  Check out the following resources:</p>
  </primary>
  
  <p>今後のStrutsの開発への貢献を含めて、Strutsコミュニティに参加するいくつかのリソースがあります。 以下のリソースをチェックしてください:</p>

  <primary>
  <ul>
  <li><strong>STRUTS-USER Mailing List</strong> - Subscribe to this list
      to communicate with other developers that are using
      mailing list to communicate with other developers that are using
      Struts for their own applications, including questions about the
      installation of Struts, and the usage of particular Struts features.
      [<a href="mailto:struts-user-subscribe@jakarta.apache.org">Subscribe</a>]
      [<a href="mailto:struts-user-unsubscribe@jakarta.apache.org">Unsubscribe</a>]
      </li>
  <li><strong>STRUTS-DEV Mailing List</strong> - Subscribe to this
      mailing list to communicate with other developers interested in expanding
      and improving the functionality supported by Struts itself.
      [<a href="mailto:struts-dev-subscribe@jakarta.apache.org">Subscribe</a>]
      [<a href="mailto:struts-dev-unsubscribe@jakarta.apache.org">Unsubscribe</a>]
      </li>
  <li><strong>Bug Reports and Feature Requests</strong> Use the
      <a href="http://nagoya.apache.org/bugzilla/">Bug Reporting System</a>
      to submit these reports.</li>
  <li><strong>Patches and Modules</strong> - You can contribute patches and
      new modules to Struts by posting them to the STRUTS-DEV mailing list.
      After discussion and acceptance, one of the existing Committers will
      add your contribution to the Struts source code base (with credit to
      you, of course).</li>
  <li><strong>Become A Committer</strong> - If you wish to contribute directly
      to the development of Struts, and have commit access to the CVS source
      repository, you can be nominated (or nominate yourself) for Committer
      status on this project.  The rules by which committers are voted on are
      listed at the
      <a href="http://jakarta.apache.org/guidelines/index.html">Jakarta
      web site</a>.</li>
  </ul>
  </primary>
  
  <ul>
  <li><strong>STRUTS-USER メーリングリスト</strong> - Strutsを自分たちのアプリケーションに利用している他の開発者とコミュニケーションを取るためには、このメーリングリストに登録してください。 Strutsのインストールや個々の機能の使い方に関しての質問も含まれています。 
      [<a href="mailto:struts-user-subscribe@jakarta.apache.org">登録</a>]
      [<a href="mailto:struts-user-unsubscribe@jakarta.apache.org">登録解除</a>]
      </li>
  <li><strong>STRUTS-DEV メーリングリスト</strong> - Strutsのサポートする機能を拡張・改良することに興味を持っている他の開発者とコミュニケーションをとるためには、
このメーリングリストに登録してください。 

      [<a href="mailto:struts-dev-subscribe@jakarta.apache.org">登録</a>]
      [<a href="mailto:struts-dev-unsubscribe@jakarta.apache.org">登録解除</a>]
      </li>
  <li><strong>バグレポートと機能リクエスト</strong>これらを報告するためには
      <a href="http://nagoya.apache.org/bugzilla/">バグレポートシステム</a>
      を利用してください。</li>
  <li><strong>パッチとモジュール</strong> - STRUTS-DEVメーリングリストに送信
      することにより、パッチや新しいモジュールを寄稿することができます。
      議論され受け入れられたのち、コミッタの一人がStrutsのソースコードに
     （もちろん、あなたの署名付きで）あなたの寄稿を追加するでしょう。 </li>
  <li><strong>コミッタになる</strong> -もし、あなたがStruts開発に直接貢献し、
      CVSソースリポジトリへのコミットアクセスを行いたいのなら、
      このプロジェクトのコミッタに指名される（または自分で指名する）ことができます。
      どうやってコミッタと認められるか、そのルールは
      <a href="http://jakarta.apache.org/guidelines/index.html">Jakarta
      web サイト</a>に掲示されています。 </li>
  </ul>


  </section>


  </body>
</document>
