You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2008/07/21 05:47:00 UTC

svn commit: r678338 - in /portals/pluto/trunk/src/site/xdoc: index.xml v11/resources.xml

Author: cdoremus
Date: Sun Jul 20 20:47:00 2008
New Revision: 678338

URL: http://svn.apache.org/viewvc?rev=678338&view=rev
Log:
Copied changes from pluto-site module. Why are there two copies of this code in SVN!?!?

Modified:
    portals/pluto/trunk/src/site/xdoc/index.xml
    portals/pluto/trunk/src/site/xdoc/v11/resources.xml

Modified: portals/pluto/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/src/site/xdoc/index.xml?rev=678338&r1=678337&r2=678338&view=diff
==============================================================================
--- portals/pluto/trunk/src/site/xdoc/index.xml (original)
+++ portals/pluto/trunk/src/site/xdoc/index.xml Sun Jul 20 20:47:00 2008
@@ -27,23 +27,7 @@
   <body>
     
     <section name="Welcome to Pluto">
-      
-      <div class="highlightBox">
-        <h5>JSR-286 - The Java Portlet API 2.0</h5>
-        <p>
-          The Java Portlet API version 2.0 specification is now under
-          development by the JSR-286 Expert Group under the auspices of the
-          <a href="http://www.jcp.org">Java Community Process</a>.
-          Details on the specification work can be
-          found at the <a href="http://jcp.org/en/jsr/detail?id=286">JSR-286 web
-          site</a>. Drafts of the new portlet specification and API can
-          be found at <a href="http://hnsp.inf-bb.uni-jena.de/spec/">http://hnsp.inf-bb.uni-jena.de/spec/</a>.
-		  The Expert Group is very interested in feedback from the
-          community. Send your comments to <a href="mailto:jsr-286-comments@jcp.org">
-          jsr-286-comments@jcp.org</a>.
-        </p>
-      </div>
-      
+            
       <div class="highlightBox">
         <h5>Get Pluto 1.1.5</h5>
         <p>
@@ -60,8 +44,8 @@
      
       <p>
         Pluto is the Reference Implementation of the Java Portlet Specfication.
-        The current version (1.0) of this specification is JSR-168. Version 2.0
-        of the Specification is under development by the JSR-286 Expert Group. 
+        The current version (2.0) of this specification is JSR-286. JSR-168 covers
+        version 1.0 of the specification. 
       </p>
       <p>
         Portlets are designed to run in the context of a portal. They are
@@ -70,13 +54,13 @@
       <p>
         In contrast to servlets, portlets may not do things like sending
         redirects or errors to browsers directly, forwarding requests or writing
-        arbitrary markup to the output stream to assure that they don?t distract
+        arbitrary markup to the output stream to assure that they don't distract
         the portal web application which uses them. Another difference compared
         to servlets is that portlets rely on portal specific infrastructure
         functions such as access to user profile information, standard interface
         for storing/retrieving persistent settings, getting client information,
         etc. Generally, portlets are administrated more dynamically than
-        servlets typically are.
+        servlets.
       </p>
       <p>
         A portlet container provides a runtime environment for portlets
@@ -101,7 +85,7 @@
     <section name="Project Status">
       <p>
         Apache Pluto is a subproject of the Apache Portals Project. The current
-        stable release of Apache Pluto is version 1.1.5.
+        stable release of Apache Pluto is version 1.1.5, a JSR-168 implementation.
       </p>
       <subsection name="Pluto 2.0">
         <p>

Modified: portals/pluto/trunk/src/site/xdoc/v11/resources.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/src/site/xdoc/v11/resources.xml?rev=678338&r1=678337&r2=678338&view=diff
==============================================================================
--- portals/pluto/trunk/src/site/xdoc/v11/resources.xml (original)
+++ portals/pluto/trunk/src/site/xdoc/v11/resources.xml Sun Jul 20 20:47:00 2008
@@ -64,10 +64,33 @@
             <a href="http://www.developer.com/java/web/article.php/3563411">Embedding Apache Pluto 1.1</a>
             by David H. DeWolf, September 2005
           </li>
+          <li>
+            <a href="http://portletwork.blogspot.com/2007/08/testing-portlets-with-jetty-pluto-and.html">
+             Testing Portlets with Jetty, Pluto and JWebUnit</a>
+            by Nils-Helge Garli, August 2007
+          </li>
+         <li>
+            <a href="http://portletwork.blogspot.com/2007/07/mvnjetty-and-portlets.html">
+ 			maven-jetty-plugin and JSR168 portlets</a> and 
+ 			<a href="http://portletwork.blogspot.com/2007/08/maven-jetty-plugin-and-jsr168-portlets.html">
+ 			maven-jetty-plugin and JSR168 portlets - Part 2</a>
+            by Nils-Helge Garli, August 2007
+          </li>
+ 
         </ul>
       </p>
     </section>
     
+    <section name="Other Resources">
+      <p>
+        <ul>
+          <li>
+            <a href="http://code.google.com/p/pluto-server-plugin/">Pluto Server Plugin for Eclipse</a>
+            maintained by Marcus Christie
+          </li>
+        </ul>
+      </p>
+    </section>
   </body>
   
 </document>