InfoQ

InfoQ

Topic/Tag specific view

Dependency Injection Content on InfoQ


Latest featured content about Dependency Injection

CoffeeScript: JavaScript Evolved

Topics
SpringOne 2GX 2011,
SpringOne,
Javascript,
Spring,
Conferences,
Web Development,
Dynamic Languages,
Dependency Injection,
SpringSource,
Java,
Languages,
Design Pattern,
VMWare,
CoffeeScript,
Patterns,
Object Oriented Design,
Design,
Programming,
Companies,
Demo

Scott Davis introduces CoffeeScript through a demo, showing how to create a Hello World application and why it is an improvement over JavaScript.

News about Dependency Injection

VMware Introduces Spring Hadoop

Topics
Spring Data,
Spring,
Dependency Injection,
Big Data,
SpringSource,
Java,
Design Pattern,
VMWare,
Database Design,
Languages,
NoSQL,
Object Oriented Design,
Programming,
Patterns,
Design,
Companies,
Database,
Hadoop,
Spring Hadoop

VMware have announced the availability of Spring Hadoop, which integrates the Spring Framework and the Apache Hadoop platform.

Spring Security 3.1: Multiple http, Stateless, Debug, Crypto, HttpOnly, Custom form-login Params

Topics
Spring,
Java,
Dependency Injection,
SpringSource,
Languages,
Design Pattern,
VMWare,
Programming,
Security,
Patterns,
Object Oriented Design,
Design,
Companies,
Spring Security

SpringSource has released Spring Security 3.1.0. New features include multiple http elements, stateless option, debug element, Crypto module, HttpOnly, secure cookies, delete cookies on logout, CAS tickets, JAAS configuration, authentication-manager-ref, request-matcher-ref, authentication-details-source-ref, form-login username-parameter and password-parameter, and more.

Spring 3.1 is GA Today - Adds Java 7 Support, Environment Abstraction and Cache Abstraction

Topics
Spring,
Dependency Injection,
Java,
SpringSource,
Languages,
Design Pattern,
VMWare,
Programming,
Design,
Patterns,
Object Oriented Design,
Companies

SpringSource have announced the general availability of Spring 3.1 today. InfoQ spoke to Chris Beams, a core committer on the Spring framework, to find out more about the release, and plans for Spring 3.2.

Articles about Dependency Injection

Succeeding with Dependency Injection

Topics
Dependency Injection,
Design Pattern,
.NET,
Patterns,
Design,
Object Oriented Design,
Programming

While the principal pattern is easy to understand it can be difficult to succeed with Dependency Injection without considering the larger context. DI is an application of the principle of Inversion of Control and to succeed with IoC you’ll also need to invert your thinking. This article provides a sketch of the mental model you need to adopt to succeed with DI.

Dependency Injection with Mark Seemann

Topics
.NET Framework,
Dependency Injection,
.NET,
Design Pattern,
API,
Programming,
Object Oriented Design,
Patterns,
Design

Mark Seemann, author of Dependency Injection in .NET, talks to us about the differences between DI and Service Locators and the importance of having a Composite Root. He also touches on how these all relate back to the SOLID principals of object oriented design.

Hades - JPA Repositories Done Right

Topics
Spring,
Java,
Dependency Injection,
Domain-Driven Design,
SpringSource,
Languages,
Design Pattern,
Design,
Methodologies,
VMWare,
Programming,
Patterns,
Object Oriented Design,
Companies

Almost every application has to access data to do its work. In a domain driven design approach one defines repositories for the entities that make up the domain. Java developers often use JPA to implement these repositories. Hades is an open source library that's built on top of JPA and Spring to significantly improve the implementation of data access layers by reducing the effort required.

Presentations about Dependency Injection

Cloud Foundry Boot Camp

Topics
SpringOne 2GX 2011,
SpringOne,
Spring,
Conferences,
Dependency Injection,
Cloud Foundry,
SpringSource,
Virtualization,
Java,
VMWare,
IaaS,
Design Pattern,
Infrastructure,
Languages,
Patterns,
Cloud Computing,
Companies,
Design,
Object Oriented Design,
Programming

Dave McCrory explains how Cloud Foundry works, demoing setting up and running an application on it and Micro Cloud Foundry, and using the services available in VMware’s cloud.

Spring Data JPA – Repositories Done Right

Topics
SpringOne 2GX 2011,
JPA,
SpringOne,
Java EE,
Spring,
Conferences,
Java,
Dependency Injection,
Domain-Driven Design,
SpringSource,
Languages,
Methodologies,
Data Access,
Design Pattern,
VMWare,
Programming,
Object Oriented Design,
Patterns,
Database,
Design,
Companies

Oliver Gierke demoes using Spring Data JPA to create repositories using a Domain-driven Design approach.

Interviews about Dependency Injection

Oleg Zhurakousky on Messaging, Spring Integration, and Cloud Architectures

Topics
Spring Integration,
JavaOne2011,
Messaging,
Spring,
Scala,
Java One,
DSLs,
JVM Languages,
Functional Programming,
Domain Specific Languages,
Web Services,
Dependency Injection,
SpringSource,
Java,
SOA,
Cloud Adoption,
Enterprise Architecture,
Design Pattern,
Languages,
VMWare,
Cloud Computing,
Architecture,
Companies,
Object Oriented Design,
Spring Roo,
Patterns,
Design,
Programming

In this interview done by InfoQ's Srini Penchikala, Oleg Zhurakousky talks about the cloud architectures with messaging as the core part of the cloud solutions. He also discusses the Spring Integration and other Spring projects like Spring Roo and Cloud Foundry.

Costin Leau on Spring Data, Spring Hadoop and Data Grid Patterns

Topics
Spring Data,
JavaOne2011,
Spring,
Java One,
Big Data,
Java,
Dependency Injection,
SpringSource,
Database Design,
NoSQL,
Data Access,
Clustering & Caching,
Persistence,
VMWare,
Design Pattern,
Languages,
Database,
Patterns,
Architecture,
Performance & Scalability,
Infrastructure,
Object Oriented Design,
Design,
Companies,
Programming,
Spring Hadoop

In this interview recorded at JavaOne 2011 Conference, Spring Hadoop project lead Costin Leau talks about the current state and upcoming features of Spring Data and Spring Hadoop projects. He also talks about the Caching and Data Grid architecture patterns.

Books about Dependency Injection

Good Relationships

Topics
Neo4j,
Spring Data,
Spring,
Neo,
Graph Database,
Dependency Injection,
Java,
SpringSource,
NoSQL,
Design Pattern,
VMWare,
Languages,
Database,
Object Oriented Design,
Patterns,
Design,
Companies,
Programming,
Enterprise

With Spring Data, the ever popular Spring Framework has cultivated a new patch of ground, bringing Big Data and NOSQL technology like Neo4j to enterprise developers. This guide introduces you to Spring Data Neo4j, using the fast, powerful and scalable graph database Neo4j to enjoy the benefits of having good relationships in your data.

Java Transaction Design Strategies

Topics
EJB,
Spring,
JDBC,
Dependency Injection,
Java EE,
SpringSource,
Java,
Transactions Processing,
VMWare,
Design Pattern,
Languages,
Patterns,
Object Oriented Design,
Design,
Design Patterns,
Companies,
Programming,
Database

Java Transaction Design Strategies shows how to design an effective transaction management strategy using the transaction models provided by Java-based frameworks such as EJB and Spring. Local, programmatic, declarative, and XA models are explained; the book concludes with a set of design patterns show how to effecitvely use these models.