From portal-commits at lists.jboss.org Thu Feb 14 20:58:37 2008 Content-Type: multipart/mixed; boundary="===============3834677672565014371==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9982 - in modules/portlet/trunk/docs/user-guide/en: modules and 1 other directory. Date: Thu, 14 Feb 2008 20:58:37 -0500 Message-ID: --===============3834677672565014371== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: chris.laprun(a)jboss.com Date: 2008-02-14 20:58:37 -0500 (Thu, 14 Feb 2008) New Revision: 9982 Added: modules/portlet/trunk/docs/user-guide/en/modules/installation.xml Modified: modules/portlet/trunk/docs/user-guide/en/master.xml modules/portlet/trunk/docs/user-guide/en/modules/introduction.xml Log: - Started documentation. Modified: modules/portlet/trunk/docs/user-guide/en/master.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/portlet/trunk/docs/user-guide/en/master.xml 2008-02-15 01:56:01= UTC (rev 9981) +++ modules/portlet/trunk/docs/user-guide/en/master.xml 2008-02-15 01:58:37= UTC (rev 9982) @@ -1,8 +1,9 @@ - ]> + "../../docbook-support/support/docbook-dtd/docbookx.dtd" [ + + + ]> Simple Portlet Container @@ -13,8 +14,14 @@ Viet julien(a)jboss.org + + Chris + Laprun + chris.laprun(a)jboss.com + &introduction; + &installation; = Added: modules/portlet/trunk/docs/user-guide/en/modules/installation.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/portlet/trunk/docs/user-guide/en/modules/installation.xml = (rev 0) +++ modules/portlet/trunk/docs/user-guide/en/modules/installation.xml 2008-= 02-15 01:58:37 UTC (rev 9982) @@ -0,0 +1,129 @@ + + + + + Julien + Viet + julien(a)jboss.org + + + Chris + Laprun + chris.laprun(a)jboss.com + + + + Installation + + Downloading and installing + Two bundled versions are provided to showcase JBoss Portlet Co= ntainer in action with minimum effort. Theses + bundles each include a servlet container configured with the Simp= le Portal demonstration portal along with + some JSR-286 compliant portlets. You will need to have Java 5 con= figured on your machine to run the + demonstration portal. + You can download Java 5 at + http://java.sun.com/javase/downloads/index_jdk5.jsp. Once= you have Java installed, you are ready to + download one of JBoss Portlet Container bundles. The following li= nk has the list of downloads for JBoss Portlet + Container: + http://labs.jboss.com/portal/portletcontainer/download. T= wo bundles are currently provided: one with + Tomcat 6.0.16 and one with JBoss Application Server 4.2.2.GA. + + + JBoss AS 4.2.x bundle + + Of note in the bundle are the following directories: + + + bin + - Contains the startup/shutdown commands for JBoss Appli= cation Server + + + docs + - Contains documentation for JBoss Application Server + + + jbosspc-docs + - Contains documentation for JBoss Portlet Container (th= is document included) + + + server + - Contains JBoss Application Server configuration and the + simple-portal.war + file along with several sample portlets in the + deploy + directory of the + default + configuration + + + + + To start the demonstration portal, go to the + bin + directory and execute either + run.sh + or + run.bat + (depending on your platform). + + + + Tomcat 6.0.x bundle + + Of note in the bundle are the following directories: + + + bin + - Contains the startup/shutdown commands for Tomcat + + + logs + - Contains the logs once the servlet container is starte= d (the most interesting one being one with + locahost + in its name) + + + jbosspc-docs + - Contains documentation for JBoss Portlet Container (th= is document included) + + + lib + - Contains Tomcat libraries to which several support lib= raries for JBoss Portlet Container have been + added + + + webapps + - Contains Tomcat default applications and the + simple-portal.war + file along with several sample portlets + + + + + To start the demonstration portal, go to the + bin + directory and execute either + startup.sh + or + startup.bat + (depending on your platform). + + + + + + Testing Portal Container's demonstration portal + Once the servlet container is started, bring up your web brows= er and go to the following URL: + http://localho= st:8080/simple-portal. + You should see the default page for Portlet Container's demonstra= tion portal: + + + + + + Default page for Portlet Container's demonstration po= rtal. + + + + + Modified: modules/portlet/trunk/docs/user-guide/en/modules/introduction.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/portlet/trunk/docs/user-guide/en/modules/introduction.xml 2008-= 02-15 01:56:01 UTC (rev 9981) +++ modules/portlet/trunk/docs/user-guide/en/modules/introduction.xml 2008-= 02-15 01:58:37 UTC (rev 9982) @@ -6,14 +6,44 @@ Viet julien(a)jboss.org + + Chris + Laprun + chris.laprun(a)jboss.com + Introduction Motivation - + JBoss Portlet Container is the next generation portlet contain= er on which future versions of JBoss Portal, + and the JBoss Portal platform will be based. It provides a standa= rd-compliant implementation of the JSR-286 + Portlet 2.0 specification. It has been developed with reusability= in mind so that advanced users, who don't + require a full-fledged portal, can leverage the portlet managemen= t services it provides in their own + applications. JBoss Portlet Container is available through the bu= siness-friendly LGPL open source license. + - Principles - + Audience + JBoss Portlet Container is targeted at developers and advanced= users who want to be able to deploy + portlet-based applications but don't need a full-fledged portal. + + + Simple Portal: showcasing JBoss Portlet Container + A simple portal has been built on top of the base portlet cont= ainer. A JSP taglib is also provided to make + it easy to display portlet content in JSP pages. We also provide = samples of portlets implementing some of the + advanced capabilities of JSR-286. + + + + Resources + + + Project= website + + + Project Wi= ki + + + --===============3834677672565014371==--