Like this article? We recommend
Conclusion
Cactus allows for the testing of server-side code without starting up a container externally or having to mess with the production code. With the two separate jvm instances that it creates, a full client/server environment can be simulated in the tests. By executing a portion of the test code inside of the server jvm space, Local Interfaces can be tested where normal JUnit tests can test only the Remote Interfaces of an EJB.
< Back
Page 4 of 4