SpringOne2GX 2015 replay: From Zero to Hero with Spring WebSocket

News | Pieter Humphrey | February 23, 2016 | ...

Recorded at SpringOne2GX 2015 Presenter: Sergi Almar Web /Javascript Track Slides: http://www.slideshare.net/SpringCentral/from-zero-to-hero-with-spring-websocket

Real-time has changed the way we interact with the web, we demand information in real-time. Join Sergi Almar in this presentation to learn how to progressively enhance your traditional Spring MVC application with real-time functionalities for a more interactive and engaging user experience. Starting by adding server push notifications with Server-sent Events (supported in the new Spring 4.2) we will move to a bidirectional…

Webinar replay: What's new in Spring Data Gosling-Fowler

News | Pieter Humphrey | February 18, 2016 | ...

Speaker: Oliver Gierke Slides: http://www.slideshare.net/SpringCentral/whats-new-in-spring-data-53300373 A year has passed and the Spring Data shipped two release train iterations packed with interesting features. This talk will give a broad overview of the most important introduced in the Fowler and Gosling release trains. We will cover recent additions and improvements in Spring Data Commons - the module that's shared amongst the store specific ones. We'll then delve into the latest and greatest features of individual store modules, like JPA, MongoDB and the community ones as well.

Discount on Spring Boot in Action from Craig Walls

News | Pieter Humphrey | February 18, 2016 | ...
Save 39% on Craig Walls's epic book with this new promotion from Manning!

"It's with equal parts excitement and passion that I absolutely endorse Spring Boot in Action as the easy-to-digest and fun-to-read Spring Boot documentation the Java community has been waiting for. Craig's accessible writing style and sweeping analysis of Boot's core features and functionality will surely leave readers with a solid grasp of Boot (along with a joyful sense of awe for it)."

  • Andrew Glover, Manager, Delivery Engineering at Netflix

Spring Boot in Action is a developer-focused guide to writing applications using Spring Boot. You’ll learn how to bypass configuration steps so you…

Spring Integration 4.3 M1 is Available

Releases | Artem Bilan | February 16, 2016 | ...

On behalf of the Spring Integration team I’m happy to announce the First Milestone of the Spring Integration 4.3 release.

4.3 is planned to be only a minor release with a few new features and improvements over 4.2 and will close out the 4.x line. Meanwhile we are looking forward to embrace the Reactive Foundation for the JVM in Spring Integration 5.0. We have yet to determine exactly what that means, so stay tuned! In addition, 5.0 (2017) will include the (currently separate) Spring Integration Java DSL.

We plan on finalizing 4.3 over the next few months before switching our attention full-time to 5.0 so, if there is some must have feature you need before next year…

This Week in Spring - February 16th, 2016

Engineering | Josh Long | February 16, 2016 | ...

Welcome to another installment of This Week in Spring! It's been a busy week for all of us on the Spring team, as you're about to see! I've just finished my presentation at the epic DevNexus show and now I'm off to visit customers in Hartford and Los Angeles before making my way to the epic ConFoo conference in Montreal, Canada. If you're in the area, be sure to ping me and say hi!

We've got a lot to cover, so let's get to it!

Webinar: Up and Running with Spring Boot in NetBeans IDE

News | Pieter Humphrey | February 16, 2016 | ...

Guest Speaker: Geertjan Wielenga, Principal Product Manager, Oracle

NetBeans IDE is the official IDE of the Java platform. Focused on rapid out-of-the-box development of all kinds of Java applications, NetBeans is comprehensive and easy to use. In particular, its free and open source tooling for end-to-end development is much admired. Over recent years, many developers have added NetBeans to their toolbox because of its intuitive and powerful integration with Maven and Gradle. During this session you will see how NetBeans is well suited for setting up and developing applications that make use of Spring Boot. You will also learn about the many new features that have been added in NetBeans IDE 8.0 and 8.1, helping you working quickly and effectively with Java and Maven in the context of Spring Boot. By the end of this session, you'll have a better grasp of Spring Boot, as well as a thorough understanding of the range of features that NetBeans provides for working with it!

Thursday, Feb 25th, 2016 3:00PM London GMT Register

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

Webinar: Spring Boot Authentication... and More!

News | Pieter Humphrey | February 16, 2016 | ...

Guest Speaker: Micah Silverman, Java Developer Evangelist, Stormpath

Join Stormpath Java Developer Evangelist Micah Silverman for a technical overview of the common pain points with Java authentication. We'll cover how to solve them with Stormpath in a Spring Boot application, and demonstrate how to quickly add a complete user management system to your Spring Boot app.

By the end of this webinar, you’ll be on your way to a fully functioning Spring Boot app backed by Stormpath.

Topics Covered:

Authentication Pain Points in Java Stormpath, Spring Boot, and Your Architecture Demo: Auth in Spring Boot, with these features: A complete user registration and login system Pre-built login screens Password reset workflows Group-based authorization Advanced user features: API authentication, Single Sign-On, social login, and more Technical Q&A

Thursday, Feb 18th, 2016 3:00PM London GMT Register

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

Spring AMQP 1.6.0 Milestone 1 (and 1.5.4) Available

Engineering | Gary Russell | February 16, 2016 | ...

We are pleased to announce the availability of the first milestone of the 1.6 version of Spring AMQP.

Some highlights of this release:

  • A new jar spring-rabbit-test containing a test harness to help with testing @RabbitListener methods; see the testing chapter.

  • Multiple @RabbitListener annotations on a method (when using Java 8) and the @RabbitListeners annotation (for pre-Java 8), each allowing the same method to be the listener method for multiple listener containers.

  • Full support for the Delayed Message Exchange RabbitMQ plugin.

  • An AsyncRabbitTemplate returning ListenableFuture<?> for request/reply messaging.

  • An option to publish ApplicationEvents when listener containers go idle.

SpringOne2GX 2015 replay: Federated Queries with HAWQ - SQL on Hadoop and Beyond

News | Pieter Humphrey | February 16, 2016 | ...

Recorded at SpringOne2GX 2015 Presenter: Christian Tzolov Big Data Track Slides: http://www.slideshare.net/SpringCentral/federated-queries-with-hawq-sql-on-hadoop-and-beyond-53208753

In the space of Big Data, Pivotal offers two powerful data processing tools namely HAWQ and GemFire. HAWQ is a scalable OLAP SQL-on-Hadoop system, while GemFire is OLTP like, in-memory data grid and event processing system. This presentation will show different integration approaches that allow integration and data exchange between HAWQ and GemFire. The practical experience in applying Spring Boot and Spring XD…

SpringOne2GX 2015 replay: Intro to Spring Boot for the Web Teir

News | Pieter Humphrey | February 16, 2016 | ...

Recorded at SpringOne2GX Presenters: Stephané Nicoll & Brian Clozel Web / Javascript Track Slides: http://www.slideshare.net/SpringCentral/spring-boot-for-the-web-tier-53204645

Only 2 years after its inception, Spring Boot is already very popular amongst Spring developers. If you’re familiar with Spring MVC, you may wonder how Spring Boot can improve your web development experience and how its internals work.

First we’ll go over the basics of a REST service powered by Boot. We’ll then gradually add more features that are typical to modern web applications. Along the way, we’ll see how Boot…

Get the Spring newsletter

Thank you!

Get ahead

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

Learn more

Get support

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