<?xml version="1.0" encoding="Shift_JIS"?>

<!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">

<document>
  <header>
    <title>IDE Howto</title>
    <authors>
      <person name="Vincent Massol" email="vmassol@apache.org"/>
    </authors>
    <translators><person name="漆島賢二"/></translators>
  </header>

  <body>

    <s1 title="IDE との統合/IDE integration">

      <p>
        In order to simplify Cactus integration within your IDE (i.e. running
        the Cactus tests from your IDE), we have
        provided several tutorial detailing the involved steps for several
        IDEs :
      </p>
      <p>
	開発者の IDE へ Cactus を組み込むのを簡単にするために
	(すなわちIDE から Cactus テストを実行するために)、
	幾つかの IDE に対し、複雑な手順の詳細についてのチュートリアルがあります : 
      </p>
      <ul>
        <li>
          <link href="howto_ide_jbuilder4.html">JBuilder Integration
          Tutorial</link> (more focused on JBuilder 4),
        </li>
        <li>
          <link href="howto_ide_jbuilder4.html">JBuilder との統合のチュートリアル</link> (主に JBuilder 4 が対象)
        </li>
        <li>
          Another <link href="howto_ide_jbuilder5.html">JBuilder Integration
          Tutorial</link> (more focused on JBuilder 5),
        </li>
        <li>
          もうひとつの <link href="howto_ide_jbuilder5.html">JBuilder とのチュートリアル</link> (主に JBuilder 5 が対象)
        </li>
        <li>
          Visual Age for Java との統合/VisualAge for Java Integration :
          <ul>
            <li>
              <link href="howto_ide_vajava_wte.html">VAJava and integrated WebSphere Test
              Environment (WTE)</link>
            </li>
            <li>
              <link href="howto_ide_vajava_wte.html">VAJava と WebSphere との統合テスト環境 (WTE)</link>
            </li>
            <li>
              <link href="howto_ide_vajava_tomcat.html">VAJava and Tomcat Test Environment</link>
            </li>
            <li>
              <link href="howto_ide_vajava_tomcat.html">VAJava と Tomcat とのテスト環境</link>
            </li>
          </ul>
        </li>
      </ul>

      <p>
        If your favorite IDE is not listed there, don't despair ! It is
        actually very simple to integrate Cactus within your
        environment. You simply need to know how to start your servlet engine
        from your IDE (possibly in debug mode if you wish to debug your
        test case) and set up correctly the class path (see the
        <link href="howto_classpath.html">Classpath Howto</link> tutorial
        for understanding the classpath). Look at the tutorials for other IDEs
        and do the same for yours.
      </p>
      <p>
	あなたの好みの IDE がここにない場合でも、
	絶望しないでください。
	あなたの環境に Cactus を統合するのは、本当にとても簡単なんです。
	単に必要なのは、自分の IDE でサーブレットエンジンを起動し、
	(自分のテストケースをデバッグしたい場合には、デバッグモードで、)
	クラスパスを正しく設定することです。
	(クラスパスを理解するには<link href="howto_classpath.html">クラスパス Howto</link>
	チュートリアルをご覧ください)
	他の IDE のチュートリアルをみて、同じ事をしてみてください。
      </p>

    </s1>

  </body>
</document>
