quintonm    2003/03/11 10:54:00

  Modified:    xdocs/common further-reading.xml
  Log:
  Updated the links section so it didn't look so sparse by adding a lot
  of links to projects, articles, etc.
  
  Patch supplied by Jeff Linwood
  
  Revision  Changes    Path
  1.2       +70 -10    jakarta-turbine-site/xdocs/common/further-reading.xml
  
  Index: further-reading.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/common/further-reading.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- further-reading.xml       6 Oct 2001 19:22:46 -0000       1.1
  +++ further-reading.xml       11 Mar 2003 18:53:59 -0000      1.2
  @@ -5,26 +5,86 @@
    <properties>
     <title>Further Reading</title>
     <author email="[EMAIL PROTECTED]">Gonzalo A. Diethelm</author>
  +  <author email="[EMAIL PROTECTED]">Jeff Linwood</author>
    </properties>
   
   <body>
   
  -<section name="Articles pointing out JSP problems">
  +<section name="Related Jakarta Apache Projects">
   
   <p>
  - On the Velocity site, there is Jon's
  - <a href="http://jakarta.apache.org/velocity/ymtd/ymtd.html";>
  -  You Make The Decision
  - </a>
  +  <a href="http://jakarta.apache.org/velocity";>Velocity</a> is a view 
  +  technology comparable to JSP) that Turbine officially supports. Many 
  +  Turbine developers feel Velocity is an excellent alternative
  +  to JSP for web application development.
  +</p>
  + 
  +<p>
  +  <a href="http://jakarta.apache.org/jetspeed";>Jetspeed</a> is an open source 
  +  portal engine built on top of the Turbine web application framework.  Use 
  +  Jetspeed to develop a ready-to-go portal solution with open technology.
  +</p>
  + 
  +<p>
  +  Turbine uses <a href="http://jakarta.apache.org/log4j";>Log4j</a> for a 
  +  logging framework.  No more commenting System.out.println()'s in your code!
  +</p>
  + 
  +<p>
  +  <a href="http://jakarta.apache.org/turbine/maven";>Maven</a> is a Java 
  +  project management and project comprehension tool. Maven is based on the 
  +  concept of a project object model (POM) in that all the artifacts produced 
  +  by Maven are a result of consulting a well defined model for your project.
  +</p>
  + 
  +<p>
  +  <a href="http://db.apache.org/torque/";>Torque</a> is a persistence layer. 
  +  Torque includes a generator to generate all the database resources required 
  +  by your application and includes a runtime environment to run the generated 
  +  classes. 
  +</p>
  + 
  + 
  +</section>
  + 
  +<section name="Articles on Turbine and related projects">
  + 
  +<p>
  +  <a href="http://www.javaworld.com/javaworld/jw-10-2002/jw-1011-maven.html";>
  +  Maven article</a> - Maven ties together tools for better code management.
  +  by Jeff Linwood, published in JavaWorld on October 11, 2002.
  +</p>
  + 
  +<p>
  +  <a href="http://www.javaworld.com/javaworld/jw-12-2001/jw-1228-velocity.html";>
  +  Velocity Introduction</a> - Start up the Velocity Template Engine.
  +  by Geir Magnusson, Jr., published in JavaWorld on December 28, 2001.
  +</p>
  + 
  +</section>
  + 
  +<section name="Related Links">
  +<p>
  +  The web application framework comparison project 
  +  <a href="http://www.waferproject.org/index.html";>WAFER</a> takes a look at
  +  the many web application frameworks available and 
  +  makes a comparison.
  +</p>
  +</section>
  + 
  +<section name="Viewpoints on JSP">
  + 
  +<p>
  +  On the Velocity site, there is Jon Stevens'
  +  <a href="http://jakarta.apache.org/velocity/ymtd/ymtd.html";>
  +  You Make The Decision</a>, which compares Velocity to JSP.
    .
   </p>
   
   <p>
  - Then there is Jason Hunter's
  - <a href="http://www.servlets.com/soapbox/problems-jsp.html";>
  -  Problems with JSP
  - </a>
  - .
  +  Then there is Jason Hunter's
  +  <a href="http://www.servlets.com/soapbox/problems-jsp.html";>
  +  Problems with JSP</a>.
   </p>
   
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to