Results 1 to 2 of 2

Thread: Hot deployment

  1. #1
    Join Date
    Oct 2007
    Posts
    142

    Exclamation 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

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    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
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •