HI;
I Have a j2ee application with 3 layers :
GUI : implemented with struts
Services : implemented with Spring components
DAO : implemented wuth Ibatis
Q : How realized the unit tests for the spring component and Ibatis objets ? I use Cactus for Unit tests or another tool for this architecture ?
regards;


Reply With Quote