In addition to disabling caching, I run my app when developing in jetty 6 in eclipse via maven2. Then I can just do "Terminate and Restart" on the jetty process and it restarts in about 5 seconds. The thought of developing on tomcat seems painful to me after working on jetty for several months. We develop in jetty and then deploy on tomcat.
On Thu, 2006-08-03 at 17:37 +0400, Sam Gendler wrote: > I don't know about you folks, but the permgen space thing causes me to > reload my app server all the time (the time lost waiting for > startup/shutdown is matched by the time gained by being able to enable > caching, i think), and spring/hivemind initialization takes a fair > while these days. > > One of the things I've noticed about Tapestry is that I spend an > enormous amount of my time tracking down silly little template syntax > errors which cause runtime exceptions, and this is made worse by the > turnaround time of the compile/deploy/test cycle. I don't know if it > is possible, but it sure would be handy to have a utility which would > parse a template, generate a java source file with a single method > that calls every method that will be called by the template. I could > compile against it and actually let the compiler do its job, instead > of having to wait for the runtime system to discover a missing method > (or rather, a typo in an ognl string). > > Just a thought. Unfortunately, it seems like the kind of thing that > wouldn't be terribly high on the developer priorities, but it sure > would ease my life. > > --sam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
