You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2002/11/29 22:24:49 UTC

cvs commit: jakarta-struts/doc/faqs project.xml kickstart.xml index.xml

husted      2002/11/29 13:24:49

  Modified:    doc/faqs project.xml kickstart.xml index.xml
  Log:
  Routine updates.
  
  Revision  Changes    Path
  1.6       +1 -6      jakarta-struts/doc/faqs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	25 Nov 2002 05:25:14 -0000	1.5
  +++ project.xml	29 Nov 2002 21:24:49 -0000	1.6
  @@ -11,7 +11,7 @@
           <item href="helping.html" name="How to Help"/>
       </menu>
   
  -    <menu name="Howtos">
  +    <menu name="Howto Guides">
           <item href="ssl.html" name="SSL"/>
           <item href="netbeans.html" name="Netbeans"/>
           <item href="eclipse.html" name="Eclipse"/>
  @@ -19,11 +19,6 @@
   
       <menu name="Struts">
           <item name="Welcome"                 href="../index.html"/>
  -        <item name="Learning"                href="../learning.html"/>
  -        <item name="Acquiring"               href="../acquiring.html"/>
  -        <item name="Using"                   href="../using.html"/>
  -        <item name="Who We Are"              href="../volunteers.html"/>
  -        <item name="Roadmap"                 href="../status.html"/>
       </menu>
   
   </project>
  
  
  
  1.4       +15 -1     jakarta-struts/doc/faqs/kickstart.xml
  
  Index: kickstart.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/kickstart.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- kickstart.xml	6 Nov 2002 22:48:46 -0000	1.3
  +++ kickstart.xml	29 Nov 2002 21:24:49 -0000	1.4
  @@ -40,7 +40,8 @@
       <li><a href="#taglibs">Why aren't the Struts tags maintained as part of the Jakarta Taglibs project?</a></li>
       <li><a href="#xhmtl">Are the Struts tags XHTML compliant?</a></li>
       <li><a href="#jsf">What about the JSTL and JavaServer Faces?</a></li>
  -  </ul><ul>
  +    <li><a href="#ide">Is there a particularly good IDE to use with Struts?</a></li>
  + </ul><ul>
       <li><a href="#digest">Is there a digest for the mailing list?</a></li>
       <li><a href="#newsgroup">Is there a Struts Newsgroup?</a></li>
       <li><a href="#mailbounce">Why didn't my posting show up on the user list?"</a></li>
  @@ -292,6 +293,19 @@
   development and might be released sometime in the Q4 2002. The taglib depends
   on unreleased JSF features, and so an early release of the taglib must follow
   release of a later implementation of JSF.
  +</p>
  +</section>
  +
  +<section href="ide" name="Is there a particularly good IDE to use with Struts">
  +<p>
  +Struts should work well with any development environment that you would like to use, as well as with any programmers editor. 
  +The members of the Struts development team each use their own tools, which ranges from emacs and Textpad to IntelliJ, with NetBeans and Eclipse ranging in between. 
  +</p>
  +<p>
  +At this writing, in the free zone, NetBeans had the edge with JSP editing, but Eclipse has relatively more advanced refactoring features. 
  +Eclipse is also a general-purpose IDE and can be used with non-Java projects.
  +In the non-free zone, IntelliJ is highly regarded, but costs money. (Of course, if *you* cost money, good tools are often a good investment.)
  +See the <a href="../faqs/index.html">Howto Guides</a> for more about configuring IDEs to work with Struts.
   </p>
   </section>
   
  
  
  
  1.4       +8 -4      jakarta-struts/doc/faqs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	25 Nov 2002 05:25:14 -0000	1.3
  +++ index.xml	29 Nov 2002 21:24:49 -0000	1.4
  @@ -6,7 +6,7 @@
   </properties>
   <body>
   
  -<section name="Struts FAQs and Howtos">
  +<section name="Struts FAQs">
   
    <ul>
       <li><a href="kickstart.html">Kickstart FAQ</a> (read me first)</li>
  @@ -14,10 +14,14 @@
       <li><a href="helping.html">How to Help FAQ</a> </li>
    </ul>
   
  +</section>
  +
  +<section name="Howto Guides">
  +
    <ul>
  -    <li><a href="ssl.html">SSL Howto</a></li>
  -    <li><a href="eclipse.html">Example development environment with Eclipse 2.0.1</a></li>
  -    <li><a href="netbeans.html">Example development environment with Netbeans 3.4</a></li>
  +    <li><a href="ssl.html">Using the SSL protocol</a></li>
  +    <li><a href="eclipse.html">Installing the Eclipse IDE</a></li>
  +    <li><a href="netbeans.html">Installing the Netbeans IDE</a></li>
    </ul>
   
   </section>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>