Projects on Google Code Results 1 - 10 of 65
=Guice= 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...
Java, DependencyInjection, InversionOfControl, Google, Testability, UnitTesting, LooseCoupling, Components, IOC, Guice
[http://autofac.googlecode.com/ http://autofac.googlecode.com/svn/site/autofac-100.png] Autofac is a fresh approach to [http://martinfowler.com/articles/injection.html IoC] in .NET that fits well with C# 3.0: {{{ var builder = new ContainerBuilder(); builder.Register<Straight6TwinTurbo>()....
*[http://peaberry.googlecode.com/files/peaberry-1.0-beta.zip peaberry 1.0 beta]* is now available for testing and feedback. The peaberry project is an extension library for Google-Guice that supports dependency injection of dynamic services. It provides OSGi integration out of the box, and has pl...
[http://autofac-contrib.googlecode.com/ http://autofac-contrib.googlecode.com/svn/site/autofac-contrib-100.png] This project's goal is to make a wide array of extensions and integration libraries for [http://autofac.org Autofac] available. If you've got code to contribute, please post it to th...
=ROCKET GWT FRAMEWORK= The Rocket GWT library/framework consists of a number of components that can assist developers get more out of GWT. A variety of modules exist each performing a specialised task. Each module contains many tests that not only make sure it works but also provide a value so...
GWT, Widgets, Logging, Ioc, DependencyInjection, Widgets, Comet, Json, Dragndrop, Serialization, Remoting
Salve solves the problems that cause anemic domain model anti-pattern [[http://www.martinfowler.com/bliki/AnemicDomainModel.html 1]] [[http://www.theserverside.com/patterns/thread.tss?thread_id=31010#172016 2]] and brings back object oriented programming to the business tier. It allows POJOs to refe...
java, dependencyinjection, domainmodel, anemicdomainmodel, inversionofcontrol, ioc, testability, unittesting, loosecoupling
=!AtUnit= !AtUnit *minimizes boilerplate code* in unit tests and *guides test development* by enforcing good practices. * mark exactly one field with `@Unit` to indicate the object under test. * mark fields with `@Mock` or `@Stub` to obtain mock objects * inject your tests, and your ...
Java, JUnit, JMock, EasyMock, Guice, InversionOfControl, DependencyInjection, UnitTesting, Annotations, IOC, Testing, Spring
Lightweight Inversion of control and Dependency Injection container compatible with .NET Compact Framework.
PocoCapsule is an _[IoC_containers_vs_DI_pattern inversion of control]_ (IoC), a.k.a _[IoC_containers_vs_DI_pattern dependency injection]_ (DI), framework as well as a _domain specific modeling_ (DSM) engine. The main goals of PocoCapsule are to support declarative assemblying/deploying/configuring ...
=Pxbioc= 是一个类似于[http://code.google.com/p/google-guice/ google-guice]çš„ioc容器 ==优势== # è‡ªèº«ä½Žè€¦åˆ * 使用一个内部iocå®¹å™¨æž„é€ è‡ªå·±(MiniContainer). # 高效 * 使用动æ€ç”Ÿæˆå—èŠ‚ç æ–¹å¼æ›¿ä»£java reflection api.比guiceå¿«,spring更别æäº† # è½»é‡çº§ * 包大å°<200k == 0.0.2版新功能== # maven2 ç®¡ç† # å¢žåŠ äº†lifeCycle机制 # 完善了MiniContainer,使其å¯ä»¥è„±...
In order to show you the most useful results, we have omitted inactive projects.
If you like, you can repeat the search with the omitted results included.
