InfoQ

InfoQ

Topic/Tag specific view

Spring Content on InfoQ


Latest featured content about Spring

CoffeeScript: JavaScript Evolved

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

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 Spring

VMware Introduces Spring Hadoop

Topics
Spring Data,
Spring,
Dependency Injection,
SpringSource,
Big Data,
Java,
Design Pattern,
VMWare,
Languages,
Database Design,
NoSQL,
Patterns,
Object Oriented Design,
Design,
Database,
Companies,
Hadoop,
Programming,
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,
VMWare,
Design Pattern,
Languages,
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,
Java,
Dependency Injection,
SpringSource,
Languages,
Design Pattern,
VMWare,
Programming,
Companies,
Patterns,
Design,
Object Oriented Design

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 Spring

Hades - JPA Repositories Done Right

Topics
Spring,
SpringSource,
Dependency Injection,
Java,
Domain-Driven Design,
Languages,
Design Pattern,
Design,
Methodologies,
VMWare,
Programming,
Object Oriented Design,
Patterns,
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.

An Introduction to SpringSource's Advanced Message Queuing Protocol Support

Topics
JMS,
Messaging,
Spring,
Java EE,
Dependency Injection,
Web Services,
Java,
SpringSource,
Languages,
SOA,
Design Pattern,
Enterprise Architecture,
VMWare,
Architecture,
Programming,
Object Oriented Design,
Design,
Patterns,
Companies,
Spring Integration

This article looks at the problems AMQP is aiming to address, exploring some of the debate and controversy that the draft specification has generated. We talk to SpringSource's Mark Pollack and Mark Fisher, to find out more about their AMQP-based products, and iMatix's Pieter Hintjens about his work on the specification and his concerns around the direction it has taken.

Scala & Spring: Combine the best of both worlds

Topics
JCP Standards,
JPA,
JCP,
Scala,
Spring,
Java EE,
Java,
Dependency Injection,
SpringSource,
JVM Languages,
Functional Programming,
Languages,
Open Source,
Design Pattern,
VMWare,
Patterns,
Programming,
Language,
Enterprise Architecture,
Design,
Object Oriented Design,
Companies

Based on a concrete example with Scala, Spring and JPA the article explains how to enhance Spring with Scala’s powerful concepts such as implicit conversions and traits. Moreover, it shows how the gap between a Java based framework and Scala can smoothly be bridged.

Presentations about Spring

Cloud Foundry Boot Camp

Topics
SpringOne 2GX 2011,
SpringOne,
Spring,
Conferences,
Cloud Foundry,
Virtualization,
Dependency Injection,
SpringSource,
Java,
Design Pattern,
VMWare,
IaaS,
Languages,
Infrastructure,
Cloud Computing,
Companies,
Patterns,
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,
Domain-Driven Design,
Java,
Dependency Injection,
SpringSource,
Languages,
Design Pattern,
VMWare,
Methodologies,
Data Access,
Patterns,
Programming,
Object Oriented Design,
Design,
Companies,
Database

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

Interviews about Spring

Oleg Zhurakousky on Messaging, Spring Integration, and Cloud Architectures

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

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,
Java One,
Spring,
Dependency Injection,
Big Data,
SpringSource,
Java,
NoSQL,
Clustering & Caching,
Persistence,
Database Design,
Design Pattern,
VMWare,
Data Access,
Languages,
Database,
Object Oriented Design,
Infrastructure,
Performance & Scalability,
Architecture,
Design,
Patterns,
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 Spring

Good Relationships

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

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,
Design Pattern,
VMWare,
Languages,
Transactions Processing,
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.