1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: plexus-container-default
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Paul Cager <paul-debian@home.paulcager.org>
Build-Depends-Indep: ant-optional,
java-gcj-compat-dev (>=1.0.65),
junit,
junit-doc,
libclassworlds-java (>=1.1-alpha-2),
libplexus-utils-java (>=1:1),
libplexus-utils-java-doc (>=1:1),
libxalan2-java,
maven-ant-helper (>=3)
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
Standards-Version: 3.7.2
Package: libplexus-container-default-java
Architecture: all
Section: libs
Depends: libplexus-utils-java,
libclassworlds-java (>=1.1-alpha-2)
Suggests: libplexus-container-default-java-doc
Description: utilities for the Plexus framework
The Plexus project provides a full software stack for creating and executing
software projects. Based on the Plexus container, the applications can
utilise component-oriented programming to build modular, reusable components
that can easily be assembled and reused.
.
While Plexus is similar to other inversion-of-control (IoC) or dependency
injection frameworks such as the Spring Framework, it is a full-fledged
container that supports many more features such as:
.
* Component lifecycles
* Component instantiation strategies
* Nested containers
* Component configuration
* Auto-wiring
* Component dependencies, and
* Various dependency injection techniques including constructor injection,
setter injection, and private field injection.
.
This package contains the API documentation for plexus-container-default
.
Homepage: http://plexus.codehaus.org/
Package: libplexus-container-default-java-doc
Architecture: all
Section: doc
Depends: classpath-doc, libclassworlds-java-doc,
libplexus-utils-java-doc
Suggests: libplexus-container-default-java
Description: API Documentation for plexus-container-default
The Plexus project provides a full software stack for creating and executing
software projects. Based on the Plexus container, the applications can
utilise component-oriented programming to build modular, reusable components
that can easily be assembled and reused.
.
While Plexus is similar to other inversion-of-control (IoC) or dependency
injection frameworks such as the Spring Framework, it is a full-fledged
container that supports many more features such as:
.
* Component lifecycles
* Component instantiation strategies
* Nested containers
* Component configuration
* Auto-wiring
* Component dependencies, and
* Various dependency injection techniques including constructor injection,
setter injection, and private field injection.
.
This package contains the API documentation for plexus-container-default
.
Homepage: http://plexus.codehaus.org/
|