knifhen / javarebel-stripes-plugin

Plugin to hotswap Stripes ActionBeans

This URL has Read+Write access

javarebel-stripes-plugin / README
100644 48 lines (35 sloc) 1.216 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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.