|
From: Rod J. <rod...@in...> - 2004-04-28 14:33:44
|
Even better: you should be able to run all the unit tests in a couple of minutes. If you run them inside Eclipse, which keeps the JVM up, it takes under a minute. So many projects I see have ridiculously slow build/test cycles. 8 minutes is fast compared to a lot I've seen. I'm more and more convinced that speed of build and test cycles is critical to productivity. With "traditional" J2EE architecture it's always slow and usually involves deploying to a container. With a lightweight solution such as Spring the productivity benefit can be huge. ---- Original message ---- >Date: Wed, 28 Apr 2004 09:23:32 -0400 >From: "Les A. Hazlewood" <le...@ha...> >Subject: [Springframework-developer] Building Spring tidbit... >To: spr...@li... > >I did a cvs checkout and did a complete build. > >On my year-old computer, it took just 19 seconds. > >I compare this to our enterprise product's 8 minute, 11 second build (XDoclet's >running time sucks our life dry, lol). > >What a breath of fresh air!!! > >Les > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle 10g. >Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework- developer |