Results 1 to 4 of 4

Thread: Reload JSPs without app redeploy

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default Reload JSPs without app redeploy

    Hello,

    Auto redeploy when code changed is very good feature, but it can be even better.

    Now every little change cause application redeploy. It would be good if module will be redeployed only after serious changes, which cannot be hot-loaded by Tomcat (Or other servlet container).

    Do you have this on roadmap?

    BR, Olex

  2. #2
    Join Date
    Jan 2006
    Location
    Zürich, Switzerland
    Posts
    423

    Default Reload JSPs without app redeploy

    Hi Olex,

    At the moment, the Platform only supports refreshing an entire bundle within a PAR; however, we are looking into providing a mechanism for refreshing JSPs (at least during development) in future releases.

    Regards,

    Sam

  3. #3
    Join Date
    Oct 2008
    Posts
    0

    Default Reload JSPs without app redeploy

    Thank you Sam,
    Hope it will appear soon, as well as other usability improvements for development.

    2other-developers-who-want-it:
    Until s2ap tooling doesn't support this feature, it can be done by FileSync plugin. At least it works with beta-2 and Tomcat bundle.
    Read here for details: http://olex13dev.blogspot.com/2008/05/comfortable-development-with-s2ap.html

    BR, Olex

  4. #4
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default Reload JSPs without app redeploy

    As I pointed out in a comment on Olex's blog, please note that the work directory naming and layout above is a SpringSource Application Platform internal and is subject to change without warning.

    Please also note there are some limitations in the above approach, particularly in relation to TLDs and also the behaviour across a Platform restart. TLDs currently have to reside in an archive file in order to Tomcat to process them. The Platform will destroy the Module directories on restart and whether or not the Platform will use the resources updated using the above approach depends on a number of factors and should not be relied upon.

    This is not really to put you off. I admire users who find their way round limitations, but they have to know what they are getting into. :-)

    Hope that helps,

    Glyn

Posting Permissions

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