InterviewSolution
Saved Bookmarks
| 1. |
How Do I Test Things That Must Be Run In A J2ee Container (e.g. Servlets, Ejbs)? |
|
Answer» Refactoring J2EE components to delegate functionality to other OBJECTS that don't have to be run in a J2EE container will IMPROVE the design and testability of the software. CACTUS is an open source JUnit EXTENSION that can be used for unit TESTING server-side java code. Refactoring J2EE components to delegate functionality to other objects that don't have to be run in a J2EE container will improve the design and testability of the software. Cactus is an open source JUnit extension that can be used for unit testing server-side java code. |
|