Recorded at SpringOne2GX 2015
Speakers: Dr. David Syer, Dr. Mark Pollack
Slides: http://www.slideshare.net/SpringCentral/message-driven-microservices-in-the-cloud Do you need to build cloud-native microservices for distributed stream processing and data integration but don't know where to start? All you need is a single annotation in your code and a single dependency in your POM. The new Spring Cloud Stream project combines the power of Spring Boot, Spring Integration, and Spring Cloud to make that a reality. In a nutshell, Spring Cloud Stream provides support for auto-configuration of…
Recorded at SpringOne2GX 2015
Speaker: Dr. Venkat Subramaniam
Slides: No slides, all demo
The new facilities in Java 8 is about the change the way we write code. Our code will become more expressive and concise. But, exactly how?
Recorded at SpringOne2GX 2015
Speakers: Simon Baslé, Laurent Doguin
Slides: http://www.slideshare.net/SpringCentral/practical-rxjava
Web / JavaScript Track
RxJava is an awesome library for async data streams. It is both expressive and powerful but the learning curve can be quite steep at first. So we want to quickstart developers into the world of Reactive eXtensions with more context than just listing operators!
Adapted from a hands-on workshop, this talk will describe how one can migrate code into a fully async and RxJava-based application, built upon Spring Boot and Java 8.
What kind…
Recorded at SpringOne2GX 2015
Track: Data / Integration
Speaker: Christoph Strobl
Slides: http://www.slideshare.net/SpringCentral/boot-your-search-with-spring
Abstract:
Search has become a major part in our applications. We want to find, quick and easy! This session focuses on integrating search solutions like Solr, Elasticsearch as well as MongoDBs full text search into your application. We’ll have a look on Spring Data’s abstraction for those and do some hands on auto configuration using Spring Boot (100% XML free setup guaranteed).
Recorded at SpringOne2GX 2015.
Track: Big Data
Speakers: Sarah Aerni, Srivatsan Ramanujam, Jarrod Vawdrey
Slides: http://www.slideshare.net/SpringCentral/data-driven-action-a-primer-on-data-science
Abstract:
In all industries, as software is eating the world, data is feeding software. However, to truly get value out of the data being generated, it must be analyzed and made actionable. Transformation in many industries actually means precisely this, data-driven action. From creating new television shows, to smart devices that help make your life easy, save precious limited resources, or…
Recorded at SpringOne2GX 2015.
Track: Core Spring
Speakers: Adam Koblentz and Josh Long
Slides: http://www.slideshare.net/SpringCentral/springboot-jrebel-cf
Abstract:
Spring Boot, the new convention-over-configuration centric framework from the Spring team at Pivotal, marries Spring's flexibility with conventional, common sense defaults to make application development not just fly, but pleasant! Spring Boot gives you a huge leg up over normal starter projects, now let's give you another boost by adding JRebel. With JRebel, the average Java developer saves over 1 work-month per year by…
Flo for Batch pipeline builds upon the newly supported Batch DSL in Spring XD that can be used to create composite batch workflows involving sequential, parallel or even the combination of both jobs.
Recorded at SpringOne2GX 2015
Speaker: Matt Stine
Slides: http://www.slideshare.net/SpringCentral/lattice-a-cloud-native-platform-for-your-spring-applications
Lattice is a cloud-native application platform that enables you to run your applications in containers like Docker, on your local machine via Vagrant. Lattice includes features like:
Cluster scheduling
HTTP load balancing
Log aggregation
Health management
Lattice does this by packaging a subset of the components found in the Cloud Foundry elastic runtime. The result is an open, single-tenant environment suitable for rapid…