knifhen / javarebel-stripes-plugin
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
Andreas Knifh (author)
Thu Mar 19 23:04:51 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.classpath | ||
| |
.gitignore | ||
| |
.project | ||
| |
LICENSE | ||
| |
README | ||
| |
pom.xml | ||
| |
src/ |
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.

