> Just wondering how JavaRebel would deal with WAR file assets, page
> templates, CSS resources etc?

> The Velocity classpath resource loader would server some of these assets but 
> not all.

I think JavaRebel monitors only class files.
For the rest, plug-ins needs to be written (although they look very simple:
http://code.google.com/p/zt-oss/source/browse/
I guess they just inform when what to do for situations not covered default by 
JavaRebel)

In our case, I think a Click JR plug-in would need to:
- monitor for changes of click.xml
- monitor for changes in *.properies files
- monitor for changes in META-INF for components
A Velocity plug-in would need to:
- monitor changes for the resources you mention.
A Cayenne plug-in would need to:
- monitor for xxxMap.xml files changes (and others).

A.
-- 
View this message in context: 
http://n2.nabble.com/JavaRebel-tp2534286p2560049.html
Sent from the click-user mailing list archive at Nabble.com.

Reply via email to