development/libraries

google-guice - Dependency Injection Framework

Website: http://code.google.com/p/google-guice/
License: ASL 2.0
Vendor: JPackage Project
Description:
Put simply, Guice alleviates the need for factories and the
use of new in your Java code. Think of Guice's @Inject as
the new new. You will still need to write factories in some
cases, but your code will not depend directly on them. Your
code will be easier to change, unit test and reuse in other
contexts.

Guice embraces Java's type safe nature, especially when it
comes to features introduced in Java 5 such as generics and
annotations. You might think of Guice as filling in missing
features for core Java. Ideally, the language itself would
provide most of the same features, but until such a
language comes along, we have Guice.

Packages

google-guice-2.0-2.jpp6.src [15.4 MiB] Changelog by Ralph Apel (2011-05-26):
- Add -servlet and -spring artifacts
google-guice-2.0-2.jpp6.noarch [458 KiB] Changelog by Ralph Apel (2011-05-26):
- Add -servlet and -spring artifacts

Listing created by Repoview-0.6.6-5.mga4.tainted