-
Notifications
You must be signed in to change notification settings - Fork 2
Plugin to hotswap Stripes ActionBeans
License
knifhen/javarebel-stripes-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
Plugin to hotswap Stripes ActionBeans
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published