You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2007/12/22 01:57:28 UTC

svn commit: r606365 - in /portals/jetspeed-2/branches/JETSPEED-2.1.3: applications/j2-admin/src/webapp/WEB-INF/view/info/about.html applications/j2-admin/src/webapp/WEB-INF/view/info/developers.html xdocs/developers.xml xdocs/navigation.xml

Author: taylor
Date: Fri Dec 21 16:57:25 2007
New Revision: 606365

URL: http://svn.apache.org/viewvc?rev=606365&view=rev
Log:
more updated documentation

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html
    portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/developers.html
    portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/developers.xml
    portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/navigation.xml

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html?rev=606365&r1=606364&r2=606365&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html Fri Dec 21 16:57:25 2007
@@ -29,7 +29,8 @@
 <li>Preliminary Portlet API 2.0 ResourceURL support allowing full response control</li>
 <li>Provide out-of-the-box Wicket Portlet support</li>
 <li>Improved LDAP implementation and documentation for Apache DS 1.0.2</li>
-<li></li>
+<li>Big Desktop Performance Improvements</li>
+<li>Complete Desktop Customization with same feature set and configuration as Portal</li>
 </ul>
 
 <h3>New Features in Version 2.1.2</h3>

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/developers.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/developers.html?rev=606365&r1=606364&r2=606365&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/developers.html (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/j2-admin/src/webapp/WEB-INF/view/info/developers.html Fri Dec 21 16:57:25 2007
@@ -15,39 +15,52 @@
   limitations under the License.
 -->
 <h3>Jetspeed for Developers</h3>
-<p>
+			<p>
 When developing with Jetspeed, you may be creating portlet applications, or building and creating extensions to the Jetspeed portal.
 If you ar going to be creating portlet applications, check out this fine e-book for an overall guide to writing portlets:
-</p>
+			</p>
 <ul>
-<li>
 <li><a href='http://www.manning.com/hepper/' target='_blank'>Portlets and Apache Portals Book</a></li>
-</li>
 </ul>
-<p>
-Here are a few links to get you started developing with the Jetspeed portal itself:
+
+<h2>Custom Building with Ant and Eclipse</h2>
+<p>If you have never used Maven before, the easiest build option for you may be to build with the Ant-Eclipse Build.
+This build allows you to build a custom portal with Ant. We also provide a custom installer builder.
+For your portlet applications, we provide Eclipse WTP support. Although the actual programming tutorial is incomplete, the tutorial describing 
+building with Ant and Eclipse is completed. For version 2.1.3, this is the recommended <b>quickest</b>  build for getting custom projects up and running in no time.
 </p>
-<ul>
-<li><a href='http://portals.apache.org/jetspeed-2/getting-started.html' target='_blank'>Getting Started</a></li>
-<li><a href='http://portals.apache.org/jetspeed-2/getting-started-source.html' target='_blank'>Building the Core Jetspeed from Source</a></li>
-</ul>
+<li><a href='http://portals.apache.org/tutorials/jetspeed-2-ant/' target='_blank'>Jetspeed Tutorial - Building a Custom Portal with Ant and Eclipse</a></li>
+
 <h2>Custom Building with Maven Plugins</h2>
 <p>Jetspeed 2.1 can be built with either Maven-1 or Maven-2.
 You can actually build your own portal without the Jetspeed source. 
 You will want to customize your Jetspeed build, overriding the skins and themes, adding your own portlet applications and perhaps overriding
-key components of the portal. To do so, we provide two custom build frameworks: one with Maven-1, the second with Maven-2.
-With the custom build, you can easily build and create your own Jetspeed powered portal without ever building Jetspeed itself.
+key components of the portal. To do so, we provide three custom build frameworks: one with Maven-1, the second with Maven-2, the third and newest with Ant and Eclipse.
+With the custom build, you can easily build and create your own Jetspeed powered portal without ever building Jetspeed itself.</p>
+<p>
 Many developers still prefer Maven-1. If you are new to Maven, then maybe its best to go with the new version (2).
 </p>
+<h3>Maven-2 Custom build</h3>
 <ul>
-<li><a href='http://portals.apache.org/jetspeed-2/getting-started-binary.html' target='_blank'>Building a Custom Portal with the Maven-1 Plugin</a></li>
 <li><a href='http://portals.apache.org/tutorials/jetspeed-2/' target='_blank'>Jetspeed Tutorial - Building a Custom Portal with the Maven-2 Plugin</a></li>
+<li><a href='http://portals.apache.org/jetspeed-2/maven-2-custom.html' target='_blank'>Building a Custom Portal with the Maven-2 Plugin</a></li>
+</ul>
+<h3>Maven-1 Custom build (deprecated)</h3>
+<ul>
+<li><a href='http://portals.apache.org/jetspeed-2/getting-started-binary.html' target='_blank'>Building a Custom Portal with the Maven-1 Plugin</a></li>
 <li><a href='http://portals.apache.org/jetspeed-2/j2-maven-plugin.html' target='_blank'>Maven-1 Plugin Documentation</a></li>
-<li><a href='http://wiki.apache.org/portals/Jetspeed2/Maven2BuildSupport' target='_blank'>Maven-2 Plugin Documentation</a></li>
+</ul>
+<h2>Building from Source</h2>
+<p>If you need to build the source, here are the guides:</p>
+<ul>
+<li><a href='http://portals.apache.org/jetspeed-2/maven-2-build.html' target='_blank'>Building Jetspeed from Source with Maven-2</a></li>
+<li><a href='http://portals.apache.org/jetspeed-2/getting-started-binary.html' target='_blank'>Building Jetspeed Source with Maven-1</a></li>
+
 </ul>
 <p>
 Jetspeed is built from the command line with Maven. However, you can still develop, compile, debug, remote debug, all from within Eclipse.
 Eclipse is a good tool for developing portlet applications as well as Jetspeed extensions.
+</p>
 <ul>
 <li><a href='http://portals.apache.org/jetspeed-2/jetspeed-eclipse.html' target='_blank'>Developing with Eclipse</a></li>
 </ul>
@@ -61,7 +74,7 @@
 You can checkout from the SVN HEAD from here:
 </p>
 <ul>
-<li><a href='http://portals.apache.org/jetspeed-2/source-code.html' target='_blank'>Checking out the Source Code from Subversion</a></li>
+<li><a href='http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/' target='_blank'>Checking out the Source Code from Subversion</a></li>
 </ul>
 <p>
 Get your Javadocs here:
@@ -69,8 +82,7 @@
 <ul>
 <li><a href='http://www.bluesunrise.com/portlet-api/index.html' target='_blank'>Portlet API Docs</a></li>
 <li><a href='http://portals.apache.org/jetspeed-2/multiproject/jetspeed-api/apidocs/index.html' target='_blank'>Jetspeed API Docs</a></li>
-</ul>
-
+</ul>		
 
 
 

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/developers.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/developers.xml?rev=606365&r1=606364&r2=606365&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/developers.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/developers.xml Fri Dec 21 16:57:25 2007
@@ -56,7 +56,7 @@
 <li><a href='http://portals.apache.org/tutorials/jetspeed-2/' target='_blank'>Jetspeed Tutorial - Building a Custom Portal with the Maven-2 Plugin</a></li>
 <li><a href='maven-2-custom.html' target='_blank'>Building a Custom Portal with the Maven-2 Plugin</a></li>
 </ul>
-<h3>Maven-1 Custom build</h3>
+<h3>Maven-1 Custom build (deprecated)</h3>
 <ul>
 <li><a href='getting-started-binary.html' target='_blank'>Building a Custom Portal with the Maven-1 Plugin</a></li>
 <li><a href='j2-maven-plugin.html' target='_blank'>Maven-1 Plugin Documentation</a></li>

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/navigation.xml?rev=606365&r1=606364&r2=606365&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/navigation.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/navigation.xml Fri Dec 21 16:57:25 2007
@@ -31,8 +31,8 @@
     	<menu name="Building">
     	    <item name="From Source with Maven-2" href="maven-2-build.html" />
     	    <item name="From Maven-2 Plugin" href="maven-2-custom.html" />    	    
-    	    <item name="From Source with Maven-1" href="getting-started-source.html" />
-    	    <item name="From Maven-1 Plugin" href="getting-started-binary.html" />
+    	    <item name="From Source with Maven-1 (deprecated)" href="getting-started-source.html" />
+    	    <item name="From Maven-1 Plugin (deprecated)" href="getting-started-binary.html" />
     	    <item name="From Eclipse" href="jetspeed-eclipse.html" />            
     	</menu>
     	<menu name="Get Jetspeed-2.1.3">



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