On Tue, Nov 25, 2008 at 12:33 PM, Gili Tzabari <[EMAIL PROTECTED]> wrote: > > Dhanji R. Prasanna wrote: >> Also I recommend just bringing down the appserver every time. This >> idea that webapps can be redeployed while the server remains up is a >> bit silly to me. > > Amazon.com might disagree with you on this point ;)
Somehow I doubt amazon.com is backed by one server process. At least, here at Google, we haven't figured out how to do that yet. More seriously, > restarting the appserver every time is very slow and kills development > productivity. It's been a major problem for me having to restart the app > server every couple of minutes. You've got way too big an appserver then. I use Jetty when Im developing warp-widgets and it comes down and up in less time than it takes tomcat to deploy a webapp. And mostly you need templates/JSPs to reload quickly which they do without a restart anyway. Dhanji. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
