SpringOne2GX 2015 replay: Applied Spring Integration, Spring AMQP and RabbitMQ in Spring XD

News | Pieter Humphrey | March 08, 2016 | ...

Recorded at SpringOne2GX 2015 Presenter: Gary Russell Data / Integration Track Slides: http://www.slideshare.net/SpringCentral/applied-spring-integration-spring-amqp-rabbitmq-in-spring-xd

In this session we will discuss how Spring Integration and Spring AMQP are used as two of the underlying technologies in Spring XD.

The RabbitMQ message bus is used to dynamically create and bind queues and exchanges at runtime when modules are deployed. Items of particular interest include the provision of taps using fanout exchanges, use of the RabbitMQ REST API and spring-retry within the message bus…

SpringOne2GX 2015 replay: Building a next-generation cloud e-commerce platform with Spring

News | Pieter Humphrey | March 08, 2016 | ...

Recorded at SpringOne2GX 2015 Presenter: Petar Tahchiev Core Spring Track Slides: http://www.slideshare.net/SpringCentral/boost-your-ecommerce-with-spring

What are the common pitfalls we need to be aware of when building an e-commerce application? How do we leverage Spring to tackle the complexity of the project and speed up the development time? How do we scale our spring application in order to support huge amounts of requests? Is it possible to bootstrap an e-commerce website in less than 5 minutes and deploy a production-ready instance to Cloud Foundry? What makes spring the perfect…

Core container refinements in Spring Framework 4.3

Engineering | Stéphane Nicoll | March 04, 2016 | ...

Spring Framework 4.3.RC1 is around the corner and brings nice core container refinements which we are going to explore in this post...

Implicit constructor injection for single-constructor scenarios

Consider the following service class:

@Service
public class FooService {

    private final FooRepository repository;

    @Autowired
    public FooService(FooRepository repository) {
        this.repository = repository
    }
}

Quite a common use case but if you forget the @Autowired annotation on the constructor, the container will throw an exception looking for a default constructor, unless you explicitly indicate autowire mode 'constructor' in your bean definition setup (e.g. in an XML <bean>

Webinar: Spring Security Authentication... with Spring Boot and More!

News | Pieter Humphrey | March 03, 2016 | ...

Guest Speaker: Micah Silverman, Stormpath

In this presentation, Java Developer Evangelist Micah Silverman will go over common pain points with Java authentication and how to solve them using Stormpath, Spring Boot, and Spring Security! By the end of this webinar, you’ll be on your way to a fully functioning Spring Boot app with Spring Security and backed by Stormpath. Topics Covered: * Stormpath Identity Management * Authentication Pain Points in Java * Stormpath + Spring Security + Spring Boot and Your Application * Quickstart on setting up Spring Security and Spring Boot with a complete user registration and login system * Advanced Spring Security with Stormpath * Single Sign-On with Spring Security and Stormpath's IDSite service * Technical Q&A*

Thursday, March 10th, 2016 3:00PM London GMT Register

Thursday, March 10th, 2016 10:00AM PST (San Francisco GMT-08:00) Register

Spring IO Platform 2.0.3.RELEASE

Releases | Andy Wilkinson | March 02, 2016 | ...

Spring IO Platform 2.0.3.RELEASE is now available from both repo.spring.io and Maven Central.

This maintenance release upgrades the versions of a number of the projects in the Platform to pick up their latest maintenance releases:

  • Spring AMQP 1.5.4.RELEASE
  • Spring Boot 1.3.3.RELEASE
  • Spring Data Gosling SR4
  • Spring Framework 4.2.5.RELEASE
  • Spring Integration 4.2.5.RELEASE
  • Spring Security OAuth 2.0.9.RELEASE

The versions of several third-party dependencies have also been updated.

Project Page | GitHub | Issues | Documentation

This Week in Spring - March 1, 2016

Engineering | Josh Long | March 01, 2016 | ...

Welcome to another installment of This Week in Spring! This week, I'm in Shenzhen, China and Zurich, Switzerland for Voxxed Days Zurich. It's going to be a busy week indeed though I sure hope to see you there! Anyway, we've got a lot to cover this week so let's get to it!

SpringOne2GX 2015 replay: Spring MVC 4.2, New and Noteworthy

News | Pieter Humphrey | March 01, 2016 | ...

Recorded at SpringOne2GX 2015 Presenter: Rossen Stoyanchev Web / Javascript Track Slides: http://www.slideshare.net/SpringCentral/spring-mvc-42-new-and-noteworthy-53171347

This talk provides a practical overview of new features for web applications in Spring Framework 4.2 including the addition of HTTP streaming, Server-Sent Events, a fine-grained model for cross-origin requests, comprehensive HTTP caching updates, and more. There are also plenty of updates for WebSocket-style messaging which this talk will cover.

SpringOne2GX 2015 replay: Who needs batch these days?

News | Pieter Humphrey | March 01, 2016 | ...

Recorded at SpringOne2GX 2015. Speakers: Gunnar Hillert, Michael Minella Data / Integration Track Slides: http://www.slideshare.net/SpringCentral/who-needs-batch Stream processing gets quite a bit of the press these days. Projects like Spark, Samza/Kafka, Google Cloud Dataflow, Apache Flink, and Amazon Kinesis bring the question of can we accomplish what we need without a batch component. This talk will take a hard look at if we still need batch these days, what that might look like in a modern development platform, and where Spring fits into it all.

SpringOne2GX 2015 replay: Spring Framework - the ultimate configuration battle

News | Pieter Humphrey | March 01, 2016 | ...

Recorded at SpringOne2GX 2015. Speakers: Viktor Gamov, Leonid Igolnik, Baruch Sadogursky Core Spring Track Slides: No slides all demo

Almost every major version of Spring framework introduced a new way to configure the context: XML, Annotations, Java Config, Groovy... What's next, and, more important - why so many?! And how to know what to use and when? In this session Baruch, Viktor and Leonid will try to find the silver bullet, and you will have a chance to vote for the best feature implementations or even make a bet of the winner!

SpringOne2GX 2015 replay: Cloud Native Dataflow Orchestration

News | Pieter Humphrey | March 01, 2016 | ...

Recorded at SpringOne2GX 2015. Speakers: Mark Fisher & Patrick Peralta Big Data Track Slides: http://www.slideshare.net/SpringCentral/cloud-native-data-flow-orchestration

The Spring Cloud Stream and Spring Cloud Task projects provide a simple and powerful framework for creating cloud native data microservices for stream and batch processing. Each microservice in these distributed systems consists of a stand-alone Spring Boot application.

While it is possible to define data pipelines across these microservice apps manually, Spring Cloud Data Flow is an integrated orchestration layer that…

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all