You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2006/06/21 01:49:09 UTC

svn commit: r415844 - in /jakarta/turbine/core/trunk: ./ xdocs/ xdocs/howto/

Author: seade
Date: Tue Jun 20 16:49:08 2006
New Revision: 415844

URL: http://svn.apache.org/viewvc?rev=415844&view=rev
Log:
Minimised reference to the TDK.

Modified:
    jakarta/turbine/core/trunk/project.xml
    jakarta/turbine/core/trunk/xdocs/changes.xml
    jakarta/turbine/core/trunk/xdocs/getting-started.xml
    jakarta/turbine/core/trunk/xdocs/howto/context-howto.xml
    jakarta/turbine/core/trunk/xdocs/howto/index.xml
    jakarta/turbine/core/trunk/xdocs/howto/jboss-howto.xml
    jakarta/turbine/core/trunk/xdocs/howto/pullmodel-howto.xml
    jakarta/turbine/core/trunk/xdocs/howto/security-howto.xml
    jakarta/turbine/core/trunk/xdocs/howto/url-rewriting-howto.xml
    jakarta/turbine/core/trunk/xdocs/index.xml
    jakarta/turbine/core/trunk/xdocs/navigation.xml

Modified: jakarta/turbine/core/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/project.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/project.xml (original)
+++ jakarta/turbine/core/trunk/project.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,15 +37,15 @@
   <shortDescription>A servlet based framework.</shortDescription>
   <description>Turbine is a servlet based framework that allows experienced Java developers to quickly build secure web applications. Parts of Turbine can also be used independently of the web portion of Turbine as well. In other words, we strive to make portions of Turbine easily available for use in other applications.</description>
   <url>http://jakarta.apache.org/turbine/turbine/development/turbine-2.4/</url>
-  <issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl>
-  <siteAddress>jakarta.apache.org</siteAddress>
+  <issueTrackingUrl>http://issues.apache.org/jira/browse/TRB</issueTrackingUrl>
+  <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/turbine/turbine/development/turbine-2.4/</siteDirectory>
   <distributionDirectory>/www/www.apache.org/dist/jakarta/turbine</distributionDirectory>
 
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-2</connection>
-    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:jakarta-turbine-2</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-2/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/core/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/turbine/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/</url>
   </repository>
 
 <versions>
@@ -76,13 +76,13 @@
       <name>Turbine User List</name>
       <subscribe>turbine-user-subscribe@jakarta.apache.org</subscribe>
       <unsubscribe>turbine-user-unsubscribe@jakarta.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=turbine-user@jakarta.apache.org</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-turbine-user/</archive>
     </mailingList>
     <mailingList>
       <name>Turbine Developer List</name>
       <subscribe>turbine-dev-subscribe@jakarta.apache.org</subscribe>
       <unsubscribe>turbine-dev-unsubscribe@jakarta.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=turbine-dev@jakarta.apache.org</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-turbine-dev/</archive>
     </mailingList>
   </mailingLists>
 
@@ -556,7 +556,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.3</version>
       <url>http://java.sun.com/products/javamail/</url>
       <type>jar</type>
     </dependency>

Modified: jakarta/turbine/core/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/changes.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/changes.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/changes.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,6 +24,9 @@
 
   <body>
     <release version="2.4-M2" date="in cvs">
+      <action dev="seade" type="update">
+        Updated jar dependency: javamail to 1.3.3
+      </action>
       <action dev="sgoeschl" type="update">
         The avalon-framework-4.3 allows to create an Avalon logger based on a commons logger.
       </action>

Modified: jakarta/turbine/core/trunk/xdocs/getting-started.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/getting-started.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/getting-started.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/getting-started.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -35,17 +35,9 @@
 </p>
 
 <p>
-The first thing that you should do is download and install the <a
-href="http://jakarta.apache.org/turbine/tdk/">Turbine Developer Kit</a>
-(TDK). The TDK has everything that you need to get started with Turbine,
-including the <a href="http://jakarta.apache.org/tomcat/">Tomcat Servlet
-Engine</a> which is preconfigured to run Turbine. The TDK also has
-sample applications as well as scripts that allow you to quickly build
-your own application. As time progresses, we will be including more and
-more helpful information in the TDK.  Please see the
-<a href="http://jakarta.apache.org/turbine/tdk/tdk-howto.html">Turbine
-Development Kit Howto</a> for more information.
-</p>
+Currently, the best way to get started with Turbine is to use the
+<a href="/turbine/meta/">Maven Environment for Turbine Applications (M.E.T.A.)</a>.
+ </p>
 </section>
 
 <section name="Code Organization">

Modified: jakarta/turbine/core/trunk/xdocs/howto/context-howto.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/context-howto.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/context-howto.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/context-howto.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -64,6 +64,7 @@
     setMessage(String message) <br />
     setRedirectUri(String ruri) <br />
     setTitle(String title) <br />
+    setLayoutTemplate(String title) <br />
 </ul>
 </p>
 
@@ -103,34 +104,6 @@
 like their webpage to appear by choosing one of many differant Layouts or
 choices you, the webdesigner provide.
 </p>
-
-<p>
-Currently the setLayoutTemplate(), getLayoutTemplate(), setScreenTemplate() and
-getScreenTemplate() methods arent available in TDKa9. Until the next build of
-the TDK contains RunData with those methods, the setLayoutTemplate method can
-still be accessed through the TemplateInfo Object that RunData exposes.
-For example;
-</p>
-
-<source test=""><![CDATA[
-    $data.getTemplateInfo().setLayoutTemplate("/PrintableLayout.vm")
-
-    or
-
-    #set $template = $data.getTemplateInfo()<br />
-    $template.setLayoutTemplate("/PrintableLayout.vm")
-
-    or
-
-    #set $template = $data.getTemplateInfo()<br />
-    $!template.setLayoutTemplate("/PrintableLayout.vm")
-
-]]></source>
-
-<p>
-In the third example, the ! stops the echo of the Velocty Directive echoing to
-screen.
-</p>
 </section>
 
 <section name="Using the TemplateLink Object">
@@ -147,8 +120,8 @@
 ]]></source>
 
 <p>
-which when added to a Velocity template in the TDK that is running as localhost,
-would return;
+which when added to a Velocity template would (depending on the servlet
+configuration) return;
 </p>
 
 <p>
@@ -343,7 +316,7 @@
         "://" +
         getServerName()  + //www.foo.com
         ":" +
-        getServerPort() + //port webserver running on (8080 for TDK)
+        getServerPort() + //port webserver running on
 
         //the context for tomcat adds a / so no need to add another
 

Modified: jakarta/turbine/core/trunk/xdocs/howto/index.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/index.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/index.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/index.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -32,7 +32,6 @@
         <li><a href="configuration-howto.html">Configuration Howto</a></li>
         <li><a href="extend-user-howto.html">Extend User Howto</a></li>
         <li><a href="intake-howto.html">Intake Howto</a></li>
-        <li><a href="jboss-howto.html">JBoss Howto</a></li>
         <li><a href="jsp-howto.html">JSP Howto</a></li>
         <li><a href="migrate-from-2_1-howto.html">Migrating from 2.1 to 2.2</a></li>
         <li><a href="migrate-from-2_2-howto.html">Migrating from 2.2 to 2.3</a></li>
@@ -45,8 +44,6 @@
         <li><a href="velocity-site-howto.html">Velocity Site Howto</a></li>
         <li><a href="velocityonlylayout-howto.html">VelocityOnlyLayout Howto</a></li>
         <li><a href="hibernate-howto.html">Hibernate OM Howto</a></li>
-        <li><a href="http://wiki.apache.org/jakarta-turbine/Turbine2">
-            Additional Howtos from the Turbine Wiki</a></li>
       </ul>
     </p>
   </section>

Modified: jakarta/turbine/core/trunk/xdocs/howto/jboss-howto.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/jboss-howto.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/jboss-howto.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/jboss-howto.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -26,6 +26,11 @@
  <body>
 
  <section name="3 Steps to get the Catalina included with TDK to work with JBoss2.2.1">
+ <p>
+ Comment 2006-06-20: This is so unbelievably old (we no longer produce the TDK
+ and JBoss is now at version 4.0.x).
+ </p>
+
  <p>
  By: <a href="mailto:john NOSPAM murphyfutures.com">John Menke</a><br/>
  </p>

Modified: jakarta/turbine/core/trunk/xdocs/howto/pullmodel-howto.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/pullmodel-howto.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/pullmodel-howto.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/pullmodel-howto.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -48,8 +48,7 @@
 </p>
 
 <p>
-The push model is found in the Flux/NewApp application that is distributed
-with the TDK 2.1.  It is based on a one-to-one mapping of Java Screen
+The push model is based on a one-to-one mapping of Java Screen
 classes and Velocity template files.  The Screen class puts key/value pairs
 into the Context.  The <a href="context-howto.html">Context Howto</a>
 explains this approach.

Modified: jakarta/turbine/core/trunk/xdocs/howto/security-howto.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/security-howto.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/security-howto.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/security-howto.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@
 
 <p>
 The default Relational Database schema that Turbine uses for the database security 
-service, and which the TDK is generated with upon initialisation, includes the 
+service includes the 
 data structure for the managing of permissions. 
 The default or core schema can be viewed at;
 </p>

Modified: jakarta/turbine/core/trunk/xdocs/howto/url-rewriting-howto.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/url-rewriting-howto.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/url-rewriting-howto.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/url-rewriting-howto.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -66,8 +66,7 @@
 webapps directory, then you won't need to do anything special. Tomcat
 will find the directory, and add a context. If you have a long
 application name like 'mywonderfulapp', add the following lines to
-Tomcat's server.xml file (in the TDK you'll find this here:
-<code>tdk/conf/server.xml</code>):
+Tomcat's server.xml file:
 </p>
 
 <source><![CDATA[

Modified: jakarta/turbine/core/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/index.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/index.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/index.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@
     systems</a>, Yahoo style link conservatories and <a
     href="http://scarab.tigris.org/">project / bug / issue</a> tracking systems as
     well as cool XML integration applications like <a
-    href="http://jakarta.apache.org/jetspeed/">Jetspeed</a>.
+    href="http://portals.apache.org/jetspeed-1/">Jetspeed</a>.
  </p>
 
  <p>
@@ -135,19 +135,11 @@
 <section name="Where do I get releases?">
 
   <p>
-    The Turbine Development Kit (TDK) is a package that bundles a copy
-    of Turbine, Tomcat, jar files, documentation and other utilities in
-    order to help you get started with Turbine as quickly as possible.
-    Everything is pre-configured and ready to go. To get started, simply
-    follow the instructions in the TDK download.
-  </p>
-
-  <p>
-    You can find released versions of
-    Turbine,
-    the <a href="../tdk/index.html">TDK</a>,
-    and <a href="http://db.apache.org/torque/">Torque</a> from
-    <a href="http://db.apache.org/torque/status.html">here</a>.
+    Currently, the best way to get started with Turbine is to use the
+    <a href="/turbine/meta/">Maven Environment for Turbine Applications (M.E.T.A.)</a>.
+    You may also need <a href="http://db.apache.org/torque/">Torque</a> which
+    you can download from
+    <a href="http://db.apache.org/torque/download.html">here</a>.
   </p>
 
 </section>

Modified: jakarta/turbine/core/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/navigation.xml?rev=415844&r1=415843&r2=415844&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/navigation.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/navigation.xml Tue Jun 20 16:49:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,8 +37,8 @@
       <item name="Changes"               href="/changes-report.html"/>
     </menu>
     <menu name="Extensions">
-      <item name="Maven Plugin"            href="/maven-turbine-plugin/index.html"/>
-      <item name="Torque Impl of Services" href="/turbine-torque-impl/index.html"/>  
+      <item name="Maven Plugin - M.E.T.A."            href="/turbine/meta/"/>
+      <!-- item name="Torque Impl of Services" href="/turbine-torque-impl/index.html"/ -->
       <item name="Related Projects" href="/related-projects.html"/>    
     </menu>
     <menu name="Documentation">
@@ -80,7 +80,6 @@
         <item name="Extend User Howto"   href="/howto/extend-user-howto.html"/>
         <item name="Hibernate OM Howto"  href="/howto/hibernate-howto.html"/>
         <item name="Intake Howto"        href="/howto/intake-howto.html"/>
-        <item name="JBoss Howto"         href="/howto/jboss-howto.html"/>
         <item name="JSP Howto"           href="/howto/jsp-howto.html"/>
         <item name="Migrating 2.1 to 2.2" href="/howto/migrate-from-2_1-howto.html"/>
         <item name="Migrating 2.2 to 2.3" href="/howto/migrate-from-2_2-howto.html"/>
@@ -92,8 +91,8 @@
         <item name="Velocity Context Howto" href="/howto/context-howto.html"/>
         <item name="Velocity Site Howto" href="/howto/velocity-site-howto.html"/>
         <item name="VelocityOnlyLayout Howto" href="/howto/velocityonlylayout-howto.html"/>
-        <item name="Wiki Howtos" href="http://wiki.apache.org/jakarta-turbine/Turbine2"/>
       </item>
+      <item name="Wiki"          href="http://wiki.apache.org/jakarta-turbine/FrontPage"/>
       <item name="JavaDocs"		 href="/apidocs/index.html"/>
     </menu>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org