Pieter Humphrey
Alumni
Recent Blog posts by Pieter Humphrey
Spring Roo 1.3.0 introduces JDK 8 support
SpringOne2GX 2014 Replay: What's new in Spring Data?
SpringOne2GX 2014 Replay: Developer Tooling - What’s New and What’s Next
SpringOne2GX 2014 Replay: Java 8 Language Capabilities, What's in it for you?
Building a Spring Integration 4.1 WebSocket Endpoint
By Josh Long Spring Integration 4.1 was just released and it includes a lot of great new features! One of my favorites? Smart integration with the Spring 4 WebSocket support. Now you can compose a integration flow whose final destination is a WebSocket client. There is also support for acting as the client to a WebSocket service. In order to compile it, you will need Java 8 (we make heavy use of lambdas here) and the following Maven dependencies: groupId:org.springframework.integration, artifactId:spring-integration-java-dsl, version: 1.0.0.RC1. groupId:org.springframework.integration…