This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Andreas Knifh (author)
Thu Mar 19 23:04:51 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.classpath | Sat Jan 24 14:16:06 -0800 2009 | |
| |
.gitignore | Sun Jan 25 08:23:37 -0800 2009 | |
| |
.project | Sat Jan 24 14:16:06 -0800 2009 | |
| |
LICENSE | Thu Jan 29 04:28:56 -0800 2009 | |
| |
README | Sat Feb 21 01:49:08 -0800 2009 | |
| |
pom.xml | Thu Mar 19 23:04:51 -0700 2009 | |
| |
src/ | Thu Mar 19 23:04:51 -0700 2009 |
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.







