Developer Productivity Report 2012: Java Tools, Tech, Devs and Data

2012-05-15 Thread Bogomil Shopov
Hello, I think this is gonna be very, very interesting for you: This year, over 1100 Java developers shared their take on “the developer life” with us. Want to know how much uptake Java SE 7 has seen since its release? Which IDE has grown most in user base since last year? Which application

Re: Does the StrutsTestCase test filters defined in web.xml?

2012-05-15 Thread J. Garcia
I recommend you use canoo webtest. This is not a unit test tool, but integration test tool. This is the tool used for instance in AppFuse. It has specific pdf verification steps. Cheers, J. On Mon, May 14, 2012 at 5:33 PM, Miguel Almeida wrote: > Hi Steve, > > On Mon, 2012-05-14 at 11:09 +0100,

Re: Using Spring proxied Session Beans with the ExecAndWaitInterceptor

2012-05-15 Thread Łukasz Lenart
What I mean is that injecting something in ExecAndWaitInterceptor which has brought scope can rise concurrency issue because the same bean can be used in two different threads (ExecAndWaitInterceptor thread and request thread). I would rather pack whatever is needed by ExecAndWaitInterceptor and pa