Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Module Java API: A Java API to parse/create/merge J2EE Modules (WAR, EAR, etc)
  • Container Java API: A Java API to start/stop/configure Java Containers and deploy modules into them.
  • Generic Java API: A Java API that sits on top of the Container API but allows writing generic code that works with any container. It consists mostly in a set of Factory classes to instantiate Container API objects by name.
  • Build and IDE plugins
    • Ant tasks: A set of Ant tasks that wrap the Generic Java API
    • Maven 3: A Maven 3 plugin

...