Author: gk
Date: Tue Jun  4 14:05:28 2019
New Revision: 1860621

URL: http://svn.apache.org/viewvc?rev=1860621&view=rev
Log:
- update site

Modified:
    turbine/site/doap/doap_Turbine.rdf
    turbine/site/pom.xml
    turbine/site/xdocs/download.xml
    turbine/site/xdocs/index.xml
    turbine/site/xdocs/news.xml
    turbine/site/xdocs/turbine-concepts.xml
    turbine/site/xdocs/turbine/index.xml

Modified: turbine/site/doap/doap_Turbine.rdf
URL: 
http://svn.apache.org/viewvc/turbine/site/doap/doap_Turbine.rdf?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/doap/doap_Turbine.rdf (original)
+++ turbine/site/doap/doap_Turbine.rdf Tue Jun  4 14:05:28 2019
@@ -62,13 +62,20 @@ Turbine is developed in an open, partici
         <revision>4.0</revision>
       </Version>
     </release>
-     <release>
+    <release>
       <Version>
         <name>Apache Turbine</name>
         <created>2018-03-05</created>
         <revision>4.0.1</revision>
       </Version>
     </release>
+     <release>
+      <Version>
+        <name>Apache Turbine</name>
+        <created>2019-05-28</created>
+        <revision>5.0</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location 
rdf:resource="http://svn.apache.org/repos/asf/turbine/core/trunk/"/>

Modified: turbine/site/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/site/pom.xml?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/pom.xml (original)
+++ turbine/site/pom.xml Tue Jun  4 14:05:28 2019
@@ -37,11 +37,11 @@
     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://turbine.apache.org/</url>
+  <url>https://turbine.apache.org/</url>
   <inceptionYear>2000</inceptionYear>
   <organization>
     <name>Apache Software Foundation</name>
-    <url>http://turbine.apache.org/</url>
+    <url>https://turbine.apache.org/</url>
   </organization>
   <mailingLists>
     <mailingList>
@@ -157,7 +157,7 @@
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/site</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/site</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/site/</url>
+    <url>https://svn.apache.org/viewvc/turbine/site/</url>
   </scm>
 
   <build>

Modified: turbine/site/xdocs/download.xml
URL: 
http://svn.apache.org/viewvc/turbine/site/xdocs/download.xml?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/xdocs/download.xml (original)
+++ turbine/site/xdocs/download.xml Tue Jun  4 14:05:28 2019
@@ -29,7 +29,9 @@
 <section name="Getting Started With Turbine">
   <p>
     The best way to get started with Turbine is to use the
-    Maven Archetypes, find it on <a 
href="https://github.com/apache/turbine-archetypes"; title="Turbine Maven 
Archetype on GitHub">GitHub</a>. You might interested in the <a 
href="https://github.com/apache/turbine-archetypes/tree/docker";>Docker branch 
(in development)</a> as well. See also the <a 
href="https://blogs.apache.org/turbine/entry/maven_archetypes_for_apache_turbine";>blog
 post</a>
+    Maven Archetypes, find it on <a 
href="https://github.com/apache/turbine-archetypes"; title="Turbine Maven 
Archetype on GitHub">GitHub</a>. 
+    You might interested in the <a 
href="https://github.com/apache/turbine-archetypes/tree/docker";>Docker branch 
(in development)</a> as well. 
+    See also the <a 
href="https://blogs.apache.org/turbine/entry/maven_archetypes_for_apache_turbine";>blog
 post</a>
     in the <a href="https://blogs.apache.org/turbine/";>Turbine Blog</a> for
     usage information. 
   </p>

Modified: turbine/site/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/turbine/site/xdocs/index.xml?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/xdocs/index.xml (original)
+++ turbine/site/xdocs/index.xml Tue Jun  4 14:05:28 2019
@@ -46,7 +46,7 @@
     Turbine is an excellent choice for developing applications that make use 
of a
     services-oriented architecture. Some of the functionality
     provided with Turbine includes a security management system (decoupled in 
Fulcrum Security), a
-    scheduling service, XML-defined form validation server (Fulcrum Intake),
+    scheduling service (decoupled in Fulcrum Quartz), XML-defined form 
validation server (Fulcrum Intake),
     and an XML-RPC service for web services.  It is a
     simple task to create new services particular to your application.
   </p>
@@ -59,7 +59,7 @@
     existing JSP tag libraries, Turbine offers support for the Sun standard.
     <strong>Velocity</strong> is the favorite view technology of most users of 
the Turbine
     framework; try it out and see if Velocity can help you develop your
-    web applications faster and work more easily with non-programming 
designers.
+    web applications faster and work more easily with non-programming 
designers.   
   </p>
 
   <p>
@@ -70,22 +70,31 @@
     participate in this open development project.  To learn more about getting
     involved, <a href="how-to-help.html">look at our &quot;How to Help&quot; 
pages</a>.
   </p>
+  
+  <subsection name="Integration Hints: JS, JSON, REST">
+   <p> Modelling on the client side with JS-frameworks like KnockoutJS or 
Vue.JS is supported of course. You may use the provided XML-RPC service,
+    simple Velocity context or Fulcrum JSON utilities.
+    You may even want to skip (almost) the entire (server) view part and 
decide to use just REST-API libraries (Javax.ws.rs, Jersey). 
+    As an example consider registering an JSON Fulcrum service returning a 
default (Jackson) ObjectMapper object, which may be resolved by a
+    javax.ws.rs context Provider.
+    For now no custom security integration is yet provided, but this may be 
done with web-token or any other token based authentification system 
+    or annotation based.
+    </p>
+  </subsection>
 
 </section>
 
 <section name="Turbine Versions">
   <p>
-    Turbine comes in two shapes which both have their advantages:
-
+    Turbine is since version 4.0 developed in a single master/branch.
   <ul>
     <li><strong><a href="turbine/development/turbine-5.0/">Turbine 
5.0</a></strong> is
-    the current development master using Servlet 3.1, Java 8, Log4J2, Velocity 
2.  It is already used in some live applications,
-     download it (soon) from one of the <a 
href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-5.0/";>Apache 
Mirrors</a>.
+    the current development master using Servlet 3.1, Java 8, Log4J2, Velocity 
2. It is already used in some live applications,
+     download it from one of the <a 
href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-5.0/";>Apache 
Mirrors</a>.
     </li>
    
-    <li><strong><a href="turbine/turbine-4.0/">Turbine 4.0</a></strong> should 
be the used, if starting a project based 
-    on a release version of the Turbine framework. 
-    Download it from one of the 
+    <li><strong><a href="turbine/turbine-4.0/">Turbine 4.0</a></strong> should 
be used only, if starting a project restricted 
+    with Java 7. Download it from one of the 
     <a href="http://www.apache.org/dyn/closer.cgi/turbine/turbine-4.0/";>Apache 
Mirrors</a>.
     Turbine 4.0 uses technologies like an <a href="http://avalon.apache.org/";>
     Avalon-based</a> container and decoupled components from the
@@ -122,8 +131,8 @@
 <section name="Turbine Alumni">
 
 <p>
- As a longtime, but now ex-member of the <a 
href="http://jakarta.apache.org/";>Apache Jakarta Project</a>, 
- Turbine has influenced quite a number of projects:
+ As a longtime, but now ex-member of the <a 
href="http://attic.apache.org/projects/jakarta.html";>Apache Jakarta Project 
(before 2018)</a> 
+ (<a href="http://jakarta.apache.org/";>old address</a>*), Turbine has 
influenced quite a number of projects:
 </p>
 <ul>
   <li>
@@ -143,6 +152,8 @@
     <a href="http://commons.apache.org/email/";>Commons EMail</a>.
   </li>
 </ul>
+* Note: Be aware, that <a href="https://jakarta.ee/about/";>Jakarta EE</a> is 
since 2019 
+ used as a brand label for the Java EE Cloud Native project.
 </section>
 
 <section name="The Apache Software Foundation">

Modified: turbine/site/xdocs/news.xml
URL: 
http://svn.apache.org/viewvc/turbine/site/xdocs/news.xml?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/xdocs/news.xml (original)
+++ turbine/site/xdocs/news.xml Tue Jun  4 14:05:28 2019
@@ -27,6 +27,14 @@
 <body>
 
 <section name="News And Status">
+  <h4>28 May 2019 - Release of Turbine 5.0</h4>
+  <p>
+    The Turbine Team is proud to announce the 5.0 release of the Turbine 
Framework. This is a main release.
+    Download source and binary releases through the Apache mirror system at 
+    <a href="http://www.apache.org/dyn/closer.cgi/turbine";>the turbine 
download site</a>.
+    See <a href="/turbine/turbine-5.0/changes-report.html">what's new.</a>
+  </p>
+  
   <h4>05 Mar 2018 - Release of Turbine 4.0.1</h4>
   <p>
     The Turbine Team is proud to announce the 4.0.1 release of the Turbine 
Framework. This is mainly a bugfix release.

Modified: turbine/site/xdocs/turbine-concepts.xml
URL: 
http://svn.apache.org/viewvc/turbine/site/xdocs/turbine-concepts.xml?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/xdocs/turbine-concepts.xml (original)
+++ turbine/site/xdocs/turbine-concepts.xml Tue Jun  4 14:05:28 2019
@@ -280,8 +280,8 @@ href="http://www.hsqldb.org/";>HSQL</a>.
 </p>
 
 <p>
-Complete directions for getting Turbine up and running is available at
-the <a href="meta/">META site</a>.
+For deployment integration in an application server, a couple of tools exist, 
e.g. you may use the 
+<a 
href="https://codehaus-cargo.github.io/cargo/Maven2+plugin.html";>Cargo-Plugin</a>.
 </p>
 
 <p>
@@ -307,7 +307,7 @@ href="http://turbine.apache.org/";>http:/
 <p>
 A very good tutorial on using Torque is also on the Turbine web site,
 here <a
-href="http://db.apache.org/torque/releases/torque-3.2/tutorial/";>http://db.apache.org/torque/releases/torque-3.2/tutorial/</a>.
+href="http://db.apache.org/torque/torque-4.0/documentation/tutorial/index.html";>http://db.apache.org/torque/torque-4.0/documentation/tutorial/</a>.
 </p>
 
 <p>Velocity is available from <a
@@ -334,6 +334,8 @@ The article has been revised for Turbine
 href="mailto:[email protected]";>Henning Schmiedehausen</a>. All
 errors and omissions from Jeffs' original article are mine.
 </p>
+<p>More Changes since Turbine version 4 are done by 
+</p>
 </subsection>
 </section>
 </body>

Modified: turbine/site/xdocs/turbine/index.xml
URL: 
http://svn.apache.org/viewvc/turbine/site/xdocs/turbine/index.xml?rev=1860621&r1=1860620&r2=1860621&view=diff
==============================================================================
--- turbine/site/xdocs/turbine/index.xml (original)
+++ turbine/site/xdocs/turbine/index.xml Tue Jun  4 14:05:28 2019
@@ -31,9 +31,10 @@
       These are the current releases of the Turbine project.
     </p>
     
-    <subsection name="Turbine 5.0 Release Branch">
+    <subsection name="Turbine 5.x Release Branch">
     <ul>
-      <li><a href="development/turbine-5.0/">Apache Turbine 5.0-SNAPSHOT</a> - 
Current 5.0 Development tree</li>
+      <li><a href="turbine-5.0/">Apache Turbine 5.0</a> - Current Stable 
5.0</li>
+      <li><a href="development/turbine-5.1/">Apache Turbine 5.1-SNAPSHOT</a> - 
Current 5.1 Development tree</li>
     </ul>
     </subsection>
 


Reply via email to