Projects
Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution.
First created in 1995, Jetty has benefitted from input from a vast user community and consistent and focused development by a stable core of lead developers. There are many more examples of Jetty in action on the "Jetty Powered Page":http://docs.codehaus.org/display/JETTY/Jetty+Powered that has selections from among the tens of thousands of production Jetty instances. However, as Jetty aims to be as unobtrusive as possible, countless websites and products are based around Jetty, but Jetty is invisible!
The scope of the NanoContainer project is to complement the PicoContainer project, providing it with additional functionality. The project comprises of several components which can either be adaptions in various guises of PicoContainer (eg composition by-class-name rather than by-class), or adaptations to external components bringing them closer to the Dependency Injection ideal - particularly Constructor Injection
PicoContainer is a lightweight and highly embeddable container for components that honour Dependency Injection. Dependency Injection is a type of Inversion of Control.
The Plexus project provides a full software stack for creating and executing software projects. Founded on the Plexus container, applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused.
Yan Container mandates no contract between container and your components.
Design your IoC components at will and forget about what's so called "container".
Yan is able to manage java component designed in any fashion (be it Java Bean, Constructor, Static Factory, Abstract Factory, Singleton, Object Pool or any combination.) _declaratively_.
All features in Yan are provided with no intrusion needed. You will never end up being locked up in Yan as you might be with the funny BlahBlahAware interfaces.
And there will be nothing that you can do in Java but can't in Yan.
Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers. Cargo provides a Java API to start/stop/configure Java Containers and deploy modules into them. It also offers Ant tasks, Maven 1, Maven 2, Intellij IDEA and Netbeans plugins. There's also a Java API to parse/create/merge J2EE Modules and deployment descriptors.
