Author: ate
Date: Thu Jun 14 02:30:19 2007
New Revision: 547189
URL: http://svn.apache.org/viewvc?view=rev&rev=547189
Log:
Add new Groovy Portlet Bridge to the home page documentation
Modified:
portals/bridges/trunk/xdocs/index.xml
portals/bridges/trunk/xdocs/navigation.xml
Modified: portals/bridges/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/xdocs/index.xml?view=diff&rev=547189&r1=547188&r2=547189
==============================================================================
--- portals/bridges/trunk/xdocs/index.xml (original)
+++ portals/bridges/trunk/xdocs/index.xml Thu Jun 14 02:30:19 2007
@@ -27,7 +27,7 @@
<section name="Overview">
<p>
Portals Bridges provides support for <a
href="http://www.jcp.org/en/jsr/detail?id=168" target="_nw">JSR-168</a>
compliant
- Portlet development using common web frameworks like Struts, JSF, PHP,
Perl and Velocity.
+ Portlet development using common web frameworks like Struts, JSF, PHP,
Perl, Velocity and Groovy.
</p>
<subsection name="JavaServer Faces">
<p>
@@ -118,6 +118,14 @@
Portlets, together with a library of useful scripts.
</p>
</subsection>
+ <subsection name="Groovy">
+ <p>
+ The <a href="multiproject/portals-bridges-groovy/index.html">Groovy
Portlet Bridge</a> allows using groovy scripting for rapid portlet development.
+ A groovy script portlet can be implemented like Java-based portlets,
and so developers can use any techniques used in Java.
+ For example, a groovy script portlet can extend
org.apache.portals.bridges.common.GenericServletPortlet to simplify
implementation.
+ Therefore, GroovyPortlet is very simple, but it will be very useful
for developers.
+ </p>
+ </subsection>
<subsection name="Perl">
<p>
Perl based web applications can be accessed as a Portlet using the <a
href="multiproject/portals-bridges-perl/index.html">Portals Perl Bridge</a>.
@@ -135,14 +143,14 @@
</subsection>
</subsection>
<subsection name="PortletFilter">
- <p>
- The <a
href="multiproject/portals-bridges-portletfilter/index.html">Portlet Filter</a>
provides a FilterPortlet which
- enables you to add processes to run before and after accessing the
target portlet.
- The feature provided by FilterPortlet is like a Servlet Filter.
(Portlet Filter may be included in
- the future Portlet Spec, but currently it's not included yet.)
- </p>
- </subsection>
- <subsection name="Examples">
+ <p>
+ The <a
href="multiproject/portals-bridges-portletfilter/index.html">Portlet Filter</a>
provides a FilterPortlet which
+ enables you to add processes to run before and after accessing the
target portlet.
+ The feature provided by FilterPortlet is like a Servlet Filter.
(Portlet Filter may be included in
+ the future Portlet Spec, but currently it's not included yet.)
+ </p>
+ </subsection>
+ <subsection name="Examples">
<p>
Several examples using the bridges are available:
<ul>
Modified: portals/bridges/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/xdocs/navigation.xml?view=diff&rev=547189&r1=547188&r2=547189
==============================================================================
--- portals/bridges/trunk/xdocs/navigation.xml (original)
+++ portals/bridges/trunk/xdocs/navigation.xml Thu Jun 14 02:30:19 2007
@@ -28,6 +28,7 @@
<item name="Struts Bridge"
href="multiproject/portals-bridges-struts/index.html"/>
<item name="PHP Bridge"
href="multiproject/portals-bridges-php/index.html"/>
<item name="Velocity Bridge"
href="multiproject/portals-bridges-velocity/index.html"/>
+ <item name="Groovy Bridge"
href="multiproject/portals-bridges-groovy/index.html"/>
<item name="Perl Bridge"
href="multiproject/portals-bridges-perl/index.html"/>
<item name="Portlet Filter"
href="multiproject/portals-bridges-portletfilter/index.html"/>
<item name="Frameworks"
href="multiproject/portals-bridges-frameworks/index.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]