[
https://issues.apache.org/jira/browse/PB-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ate Douma resolved PB-69.
-------------------------
Resolution: Fixed
Fix Version/s: 1.0.2
Cool new bridge!
I've slightly modified the GroovyPortlet code (formatting, exception handling),
but it worked right away :)
I'll also add the HelloGroovy example from your documentation to the Jetspeed-2
demo portlet application, see JS2-732
Thanks a lot!
> Groovy Portlet Bridge for rapid dev: Parse, instantiate, invoke and
> auto-refresh a groovy script portlet
> --------------------------------------------------------------------------------------------------------
>
> Key: PB-69
> URL: https://issues.apache.org/jira/browse/PB-69
> Project: Portals Bridges
> Issue Type: Improvement
> Affects Versions: 1.0.2
> Reporter: Woonsan Ko
> Assignee: Ate Douma
> Fix For: 1.0.2
>
> Attachments: groovy-bridge-diff.zip
>
>
> A new bridge for groovy scripting support for rapid development.
> The GroovyPortlet is expected to do the followings:
> - It parses groovy script source of portlet and instantiate the script
> portlet.
> - The groovy script source can implement anything just like Java based
> portlets.
> - GroovyPortlet delegates all methods of Portlet interface to the groovy
> script portlet.
> - If it is set to auto-refresh mode, GroovyPortlet detects and refresh the
> script source automatically.
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]