Projects tagged ‘j2ee’, ‘maven’, and ‘testing’


Jump to tag:

Projects tagged ‘j2ee’, ‘maven’, and ‘testing’

Filtered by Project Tags j2ee maven testing

Refine results Project Tags build (2) ant (2) jakarta (1) container (1) apache (1) api (1) test (1)

[2 total ]

20USERS
   

Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers. Cargo provides the following APIs: * A Java API to start/stop/configure Java Containers and deploy modules ... [More] into them. We also offer Ant tasks, Maven 1, Maven 2 plugins. Intellij IDEA and Netbeans plugins are in the sandbox. * A Java API to parse/create/merge J2EE Modules [Less]

5USERS
 

Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...). The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-container strategy, meaning that tests are executed inside the container.