-
Feb 1st, 2010, 11:41 AM
#1
Hot deployment
Hi
Does spring roo support hot deployment?
I mean is it possible to add method, classes at runtime without restarting the whole server and without closing the application context.
Regards
-
Feb 1st, 2010, 04:09 PM
#2
Hot deployment is currently not directly supported. You can easily 'hot' reload changes to jsp, css, images, etc but Java sources and configuration changes require a container restart. The good news is that Tomcat has a startup time of about 0.7 seconds.
If you want true hot deployment you could also take a look at things like JRebel. I have not tried this though.
HTH,
Stefan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules