Recorded at SpringOne2GX 2015.
Speaker: Joseph Paulchell, CapitalOne
Big Data Track
Slides: http://www.slideshare.net/SpringCentral/supercharging-operations-analysis-using-spring-xd-to-support-analytics-and-cep
Operations, analytics, and business teams are requesting ever increasing amounts of data delivered to Big Data analysis platforms and tools. This demand is driven by the desire to better understand user experience, quality of service, real time performance of systems, and the undiscovered patterns and opportunities that exist to improve service, sell products, and delight users…
Stream Processing in the Cloud with Data Microservices
Speakers: Marius Bogoevici, Pivotal The future of scalable data processing is event-driven microservices! They provide a powerful paradigm that solves issues typically associated with distributed applications such as availability, data consistency, or communication complexity, and allows the creation of sophisticated and extensible data processing pipelines. Building on the ease of development and deployment provided by Spring Boot and the cloud native capabilities of Spring Cloud, the Spring Cloud Stream project provides a simple and…
Speaker: Danny Hyun
With the advent of Ratpack and Spring Boot, people think you need to choose between one or the other. That couldn't be further from the truth. The only place where they overlap is in serving web requests. Spring Framework is a very rich ecosystem including but not limited to DI, web mvc, data, security, etc.
Ratpack focuses on rapid web app prototyping and iteration balancing low resource utilization, high performance and developer friendliness. We'll explore the ways in which Ratpack and Spring Boot work in harmony. Thursday, March 31st, 2016 3:00PM London GMT Register
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…
Recorded at SpringOne2GX 2015
Presenter: Thomas Risberg
Big Data Track
Slides: http://www.slideshare.net/SpringCentral/hadoop-workflows-using-spring-technologies The Hadoop ecosystem is getting bigger and more complex. Using multiple projects from this ecosystem, you will have to deal with the difference in philosophy and usage patterns that these project promote. The "Spring for Apache Hadoop" project uses many Spring projects like Data, Integration, Batch and Boot to resolve many of these issues. It simplifies developing for Apache Hadoop by providing a unified configuration model and…
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…
Thursday, March 10th, 2016 3:00PM London GMT Register
Guest Speaker: Micah Silverman, Java Developer Evangelist, Stormpath
Slides: http://www.slideshare.net/stormpath/spring-boot-authenticationand-more
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…
Speaker: Kenny Bastani
Slides: https://speakerdeck.com/kbastani/creating-a-pagerank-analytics-platform-using-spring-boot-microservices
Guided Tutorial from webinar content: http://www.kennybastani.com/2016/01/spring-boot-graph-processing-microservices.html
Reference Application from Webinar: https://github.com/kbastani/spring-boot-graph-processing-example
Graph processing platform: https://github.com/neo4j-contrib/neo4j-mazerunner This webinar introduces you to a sample application that combines multiple microservices with a graph processing platform to rank communities of users on Twitter…
Recorded at SpringOne2GX 2015.
Presenter: Artem Bilan
Data & Integration
Slides: http://www.slideshare.net/SpringCentral/spring-integration-java-dsl Spring Integration Java DSL is an organic extension of the Spring Integration programming model providing an alternative to XML configuration with the fusion of Spring Framework Java & Annotation configuration support, Spring Integration EIP implementation and the Builder pattern. In this session we will talk about the Spring Integration Java DSL fluent API and how it allows you to easily and quickly add integration capabilities to your…