I have developed a small client based on Junit to simulate and generate
multithreaded requests to target server.
There are several potential options:
1. In Maven integration test phase, using Maven plugin cargo to deploy/start
/test/stop/undeploy in Jboss.
2. Using Cactus framework to have in-container test.
3. Develop sophisticated mock objects to simulate real container.
I prefer to option 1 as it is easy and save my time as I only have two weeks
for my commitment. Option 2 bring me a new framework and there is learning
curve. I was told the Cactus configuration is not easy. So far, I do not
consider option 3 as the time dose not fit me.
Does anyone has more suggestions? Great thanks in advanced.
multithreaded requests to target server.
There are several potential options:
1. In Maven integration test phase, using Maven plugin cargo to deploy/start
/test/stop/undeploy in Jboss.
2. Using Cactus framework to have in-container test.
3. Develop sophisticated mock objects to simulate real container.
I prefer to option 1 as it is easy and save my time as I only have two weeks
for my commitment. Option 2 bring me a new framework and there is learning
curve. I was told the Cactus configuration is not easy. So far, I do not
consider option 3 as the time dose not fit me.
Does anyone has more suggestions? Great thanks in advanced.