You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2009/07/07 22:27:09 UTC

svn commit: r791969 - /myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/assembly/src/main/resources/META-INF/README

Author: mfreedman
Date: Tue Jul  7 20:27:09 2009
New Revision: 791969

URL: http://svn.apache.org/viewvc?rev=791969&view=rev
Log:
Added a README to the examples to explain the differences between the .wars in the resulting distribution.

Added:
    myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/assembly/src/main/resources/META-INF/README

Added: myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/assembly/src/main/resources/META-INF/README
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/assembly/src/main/resources/META-INF/README?rev=791969&view=auto
==============================================================================
--- myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/assembly/src/main/resources/META-INF/README (added)
+++ myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/assembly/src/main/resources/META-INF/README Tue Jul  7 20:27:09 2009
@@ -0,0 +1,14 @@
+This demo distribution contains three .war files:
+     portlet-bridge-blank-1.0.0-*.war
+     portlet-bridge-demo-1.0.0-*.war
+     portlet-bridge-demo-pluto-1.0.0-*.war
+
+* denotes location of the release version number.
+
+portlet-bridge-blank-1.0.0-*.war contains a simple helloworld/name entering sample.  It is designed as an archetype sample you can use as a template for your own work.  Its packaged generically meaning there is no (server) deployment specific information within the files in its WEB-INF directory.  Hence it can be deployed on any portlet container that doesn't require additional deployment information.  If your portlet container requires deployment specific modifications consult your container's documentation and/or use its deployment/packaging tools to deploy/repackage.
+
+portlet-bridge-demo-1.0.0-*.war contains a simple helloworld/name entering sample.  Its structured however to host a variety of samples and will (hopefully) one day illustrate broad JSF function.  It too is packaged generically meaning there is no (server) deployment specific information within the files in its WEB-INF directory.  Hence it can be deployed on any portlet container that doesn't require additional deployment information.  If your portlet container requires deployment specific modifications consult your container's documentation and/or use its deployment/packaging tools to deploy/repackage.
+
+portlet-bridge-demo-pluto-1.0.0-*.war contains the same sample as portlet-bridge-demo-1.0.0-*.war.  However it is packaged specifically for installation in a Pluto 1.1 container.  If you are running Pluto 1.1 you can use this .war to deploy directly into your environment without any repackaging.
+
+To see additional JSF applications running in the bridge, consult the "Getting started with the Bridge" page in the MyFaces Portlet Bridge Wiki accessible via the project's home page on the apache site (wiki: http://wiki.apache.org/myfaces/PortletBridge).
\ No newline at end of file