dependency injection

  • submit to reddit

To Autowire or Not to Autowire, That is the Question

Since using Spring 2.5, I switched from the XML-based application context to the annotations. Although I find those very useful and huge time savers, I’ve...

0 replies - 3419 views - 09/25/12 by Damien Lepage in Articles

I Can Haz Dependencies?

I hate IoC containers. Spring? Evil. Guice? The devil’s own work. Why? Because it leads to such slack, lazy, thoughtless programming. Why the hate? Ok,...

7 replies - 6077 views - 09/09/12 by David Green in Articles

An Inversion of Control Container in Dojo Javascript Framework

IntroductionThe software community is no stranger to the concept of inversion of control and dependency injection particularly after the popularity of the...

0 replies - 3778 views - 06/20/12 by Archanaa Panda in Articles

How I Explained Dependency Injection to My Team

Recently our company started developing a new java based web application and after some evaluation process we decided to use Spring. But many of the team...

0 replies - 8397 views - 06/19/12 by Sivaprasadreddy... in Articles

Why I Wrote Yet Another Java Bean Framework

With so many Java Bean XML and dependency injection frameworks out there – did I really need to write another? Am I suffering from some terrible ‘Not...

1 replies - 5228 views - 02/08/12 by Rob Gordon in News

C3 component framework released by CapCaval.org!

 CapCaval.org releases a new java component framework named C3 (CapCaval Component).   C3 allows Service and Events oriented software...

1 replies - 1095 views - 11/02/11 by Christophe Hunt... in Announcements

Secure SSL EJB Communication with GlassFish

The purpose of this article is to document how to establish secure SSL communication between a GlassFish EJB server and a GlassFish WEB server using...

0 replies - 5194 views - 06/09/11 by Michael Remijan in Articles

Dependency Injection with Play Framework and Google Guice

[img_assist|nid=41705|title=|desc=|link=none|align=left|width=80|height=100] Guice is a lightweight dependency injection framework developed by Google...

0 replies - 8080 views - 06/08/11 by Felipe Oliveira in Articles

KouInject v1.2 has been released (JSR-330)

KouInject v1.2 has been released.KouInject is an open source dependency injection framework for Java, based on JSR-330, a specification also implemented by...

0 replies - 1235 views - 04/26/11 by Christian Ihle in Announcements

Unit Testing Fundamentals

This article describes the principles of unit testing, rather than the technical details. It's aimed at beginners. Experienced unit-testers will get little...

8 replies - 10941 views - 02/08/11 by Andrew Spencer in Articles

KouInject v1.0

KouInject v1.0 is now released. KouInject is an open source dependency injection framework for Java, based on JSR 330, a specification also implemented by...

0 replies - 1013 views - 12/21/10 by Christian Ihle in Announcements

Evolve - a powerful, UML-based alternative to dependency injection

Phew - I've just gone into public beta with my new UML-based tool after many years of work. It builds on the research that I did for my PhD at Imperial...

16 replies - 8102 views - 10/04/10 by Andrew McVeigh in Articles

Evolve - a powerful, UML-based alternative to dependency injection

 Evolve is a revolutionary new UML-based tool for creating, wiring up and executing components. It currently supports Java.It has just gone into public beta,...

2 replies - 1480 views - 10/04/10 by Andrew McVeigh in Announcements

Q&A with Ashish Sarin: Portlets in Action

Ashish Sarin is the author of Portlets in Action, published by Manning Publications. Ashish has over 10 years of experience designing and developing web...

0 replies - 7483 views - 05/12/10 by Lyndsey Clevesy in Articles

When to Choose Spring with Willie Wheeler

DZone recently caught up with Willie Wheeler, author of Spring in Practice (Manning) and long time Java consultant.  In this interview, Willie provides an...

0 replies - 13808 views - 11/18/09 by James Sugrue in Articles