IBM developerWorks > Search results
Skip to main content
developerWorks > developerWorks
developerWorks search results
Search for:   within 
179 results for dependency injection within All of dW
Show me dW forum search results
Search help   |   Feedback

1 - 20 of 179 results        Next    
     Sort by relevance Sorted by RelevanceSort by date 
1.    AOP@Work: Dependency injection with AspectJ and Spring
Dependency injection and aspect-oriented programming are complementary techniques, so it's natural to want to use ... relationship between the two and shows you how you can combine them to facilitate advanced dependency injection scenarios. ... Related links AOP@Work: Dependency injection with AspectJ and Spring Advanced ... Intermediate 13 Dec 2005 Dependency injection and aspect-oriented programming ... them to facilitate advanced dependency injection scenarios. Dependency injection ...
 13 Dec 2005
2.    Dependency injection in Apache Geronimo, Part 2: The next generation
Continue the exploration of dependency injection (DI) in Apache Geronimo that began in Part 1 of this two-part article series. Get an overview ... article also covers how GBeans work and how Geronimo handles both constructor and setter injection. ... Related links Dependency injection in Apache Geronimo, Part 2 ... Continue the exploration of dependency injection (DI) in Apache Geronimo that ... Geronimo works and how it leverages dependency injection. Get products and technologies ...
 14 Feb 2006
3.    Dependency injection in Apache Geronimo, Part 1: A new way to look at decoupling in J2EE applications
Get familiar with how dependency injection (DI) works in Apache Geronimo in this article, the first in a two-part series. Through a simple example using the lightest-weight ... Country/region Related links Dependency injection in Apache Geronimo, Part ... 2006 Get familiar with how dependency injection (DI) works in Apache Geronimo ... latest round of decoupling, dependency injection , reflects the ideals stated ...
 07 Feb 2006
4.    Dependency injection with Guice
Guice is Google's open source dependency injection framework for Java development. It enables better testing and modularity by taking away the pain of writing your own factories ... Country/region Related links Dependency injection with Guice Testable code ... Guice is Google's open source dependency injection framework for Java™ development ... applications. Guice is a dependency injection (DI) framework. I've suggested ...
 09 Dec 2008
5.    Extending Spring JMX support
application code. IOC (inversion of control) is a key strategy for reducing coupling. Spring's IOC implementation uses dependency injection to effectively "invert control" from your application code to the Spring container. Rather than coupling your ...
 01 Nov 2005
6.    Secrets of lightweight development success, Part 2: How to lighten up your containers
support a strategy called dependency injection . Some support a Java 2 Platform ... in a test case. Through dependency injection, lightweight containers reduce ... manage dependencies with dependency injection. However, resolving dependencies ...
 07 Jun 2005
7.    Comment lines: Roland Barcia: Examining the EJB 3.0 Simplified API specification
defined in the Bean class. Dependency injection What makes EJB development ... specification introduces dependency injection as a mechanism to alleviate ... data source to do JDBC work: Dependency injection can occur in a variety of ...
 23 Feb 2005
8.    Use Inversion of Control in method signatures
Inversion of Control (IoC) and Dependency Injection (DI) are patterns that draw ... don't define the design of these dependency components' methods. In a classic ... provides. Take a look at the dependency graph for a typical setup of ...
 30 Jan 2007
9.    Get to know Java EE 5
cutting concerns to beans. Dependency injection EJB code dependencies (on ... specification introduces dependency injection as a mechanism to alleviate ... do JDBC work: Listing 11 Dependency injection can occur in a variety of ...
 25 Oct 2009
10.    The Spring series, Part 1: Introduction to the Spring framework
application's configuration and dependency specification from the actual ... Control pattern (also known as dependency injection) is that you do not create your ... Spring framework and all its dependency files. Next, extract the framework ...
 21 Jun 2005
11.    Understand Geronimo's deployment architecture
started GBean is automatically injected into the GBean that registered the interest. This is called dependency injection . Dependency injection makes GBeans a powerful tool for building loosely coupled systems. For example, the GBean that represents ...
 09 Aug 2005
12.    Secrets of lightweight development success, Part 3: The emergence of Spring
dependencies between them with dependency injection, and attach services to them ... instead of my own, I do build a dependency on the Spring framework. Most ... With Spring, you can use dependency injection to work mock objects into ...
 14 Jun 2005
13.    Seamless JSF, Part 1: An application framework tailor-made for JSF
called bijection , short for bidirectional injection. When property data is outjected , it ... Listing 4. A typical Seam POJO bean An injection of Spring To leverage your investment ... the Seam component should receive an injection of a Spring bean, as shown in Listing ...
 17 Apr 2007
14.    Get a better handle on Struts actions, with Spring
strategic use of the IOC pattern, also known as dependency injection. When Rod and a dedicated team of open-source ... wiring them up" in an XML configuration file. Dependency injection is a powerful feature, but the Spring framework ...
 11 Oct 2005
15.    The Spring series, Part 3: Swing into Spring MVC
simple application. The example application will encompass some of the techniques you've already learned -- such as dependency injection -- but will primarily demonstrate features of Spring MVC. The Spring MVC framework The Spring framework provides ...
 06 Sep 2005
16.    Secrets of lightweight development success, Part 6: Persistence strategies
Velocity and MiddleGen, generate data access objects, given a description of the database tables. Spring provides dependency injection and aspect-oriented programming to make it easier to integrate services and dependencies. Overall, though, the ...
 06 Sep 2005
17.    AOP@Work: Unit test your aspects
HighlightUtil. That's because the aspect, like most, is a singleton. Because of this, it's important to undo the effects of the mock injection during tear down; otherwise, the mock could persist in the aspect and affect other tests. The correct tear down for this aspect ...
 01 Nov 2005
18.    Secrets of lightweight development success, Part 7: Java alternatives
class: You can use the same techniques to introduce new methods or change the behavior of old methods. AOP and dependency injection haven't received as much attention in dynamic languages like Ruby, mostly because they're not as necessary. Other ...
 20 Sep 2005
19.    Getting started with JavaServer Faces 1.2, Part 1: Building basic applications
Build a simple calculator application. Improve the look and feel of the application. Modify its structure to add dependency injection. Implement JSF's navigation mechanism. Prerequisites This tutorial is written for Java developers whose experience ...
 18 Dec 2007
20.    AOP@Work: Performance monitoring with AspectJ, Part 1
Say goodbye to scattered and tangled monitoring code, as Ron Bodkin shows you how to combine AspectJ and JMX for a flexible, modular approach to performance monitoring. In this first of two parts, Ron uses source code and ideas from the Glassbox ...
 13 Sep 2005
1 - 20 of 179 results        Next    
Search for:   within 
Show me dW forum search results