public
Description: Plugin to hotswap Stripes ActionBeans
Homepage:
Clone URL: git://github.com/knifhen/javarebel-stripes-plugin.git
name age message
file .classpath Sat Jan 24 14:16:06 -0800 2009 initial commit [Andreas Knifh]
file .gitignore Sun Jan 25 08:23:37 -0800 2009 Ignoring temp files [J-M Bergqvist]
file .project Sat Jan 24 14:16:06 -0800 2009 initial commit [Andreas Knifh]
file LICENSE Thu Jan 29 04:28:56 -0800 2009 merged jmbe/master, added description in README... [Andreas Knifh]
file README Sat Feb 21 01:49:08 -0800 2009 Updated readme [Andreas Knifh]
file pom.xml Thu Mar 19 23:04:51 -0700 2009 Version 1.0.12-SNAPSHOT Once more java 1.5 [Andreas Knifh]
directory src/ Thu Mar 19 23:04:51 -0700 2009 Version 1.0.12-SNAPSHOT Once more java 1.5 [Andreas Knifh]
README
JavaRebel Stripes plugin
========================
Plugin to hotswap Stripes ActionBeans.

The latest source can be found at
http://github.com/knifhen/javarebel-stripes-plugin/tree/master

This plugin was inspired by the Stripes-Reload extensions.
http://www.stripesbook.org/stripes-reload.html


Sample Maven 2 configuration
----------------------------
    
    <repositories>
        <repository>
            <id>zt-repo</id>
            <url>http://repos.zeroturnaround.com/maven2</url>
        </repository>
    </repositories>

    ...

    <profiles>
        <profile>
            <id>development</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            
            <dependencies>
                <dependency>
                    <groupId>se.knifhen</groupId>
                    <artifactId>javarebel-stripes-plugin</artifactId>
                    <version>1.0.6</version>
                </dependency>
            </dependencies>
            
        </profile>
   </profiles>

   

Known limitations
-----------------

* The plugin does not work with custom ActionResolver implementations.
* The plugin will only reload ActionBeans.