Recorded at SpringOne Platform 2016.
Speaker: Phil Webb
Slides: none, all live coding
In this talk we'll cover the host of new features that have been added to Spring Boot 1.4 to help with testing. We'll discuss how to unit test your code, how (and when) to involve Spring in your tests, and talk about the various tools and libraries that you should be using. Taking a simple application, we're going to add: Unit tests for basic components Integration Tests for JPA entities and queries Tests for JSON marshalling and unmarshalling Tests for Spring MVC controllers Tests for remote RestTemplate…
Recorded at SpringOne Platform 2016.
Speaker: Rob Harrop, Skipjaq
Slides: http://www.slideshare.net/SpringCentral/going-reactive-building-better-microservices-rob-harrop Reactive provides developers with an elegant model for constructing applications out of communicating components that improves code readability, eases concurrent programming and supports fine-grained unit testing. In this talk, we'll see how this model is a natural fit for building resilient microservices. Specifically, we'll see how to: Abstract the outside world behind Reactive interfaces
Split a microservice into…
Recorded at SpringOne Platform 2016.
Speaker: Sam Brannen, Swiftmind
Slides: http://www.slideshare.net/SpringCentral/testing-with-spring-43-junit-5-and-beyond Curious about what's new in Spring's testing support in 4.3 or what's on the horizon in Spring 5 and JUnit 5? Then join Sam Brannen, Spring Test component lead and JUnit 5 core committer, to find out! The first part of this session will give attendees an overview of the latest core integration testing improvements in Spring 4.3 such as the new SpringRunner alias for the SpringJUnit4ClassRunner, the omission of @ContextConfiguration…
Speakers: Josh Long, Allard Buijze We get it already! Microservices let you decompose your application into small, singly-focused, reusable and internally consistent bounded contexts - services - deployed over a network. Great, but that still doesn’t help me get these systems to agree on the worldview of my domain! And that’s because…there is no world view of the model that is correct for all services involved. Join Axon framework founder and lead, Allard Buijze at Trifork and Spring Developer Advocate Josh Long, for a look at how to integrate different systems with different read and write…
Recorded at SpringOne Platform 2016.
Speaker: Mikey Cohen, Netflix
Slides: http://www.slideshare.net/SpringCentral/netflixs-edge-gateway-using-zuul An edge gateway is an essential piece of infrastructure for large scale cloud based services. This presentation details the purpose, benefits and use cases for an edge gateway to provide security, traffic management and cloud cross region resiliency. How a gateway can be used to enhance continuous deployment, and help testing of new service versions and get service insights and more are discussed. Philosophical and architectural approaches to…
Recorded at SpringOne Platform 2016.
Speaker: Sergi Almar
Slides: http://www.slideshare.net/SpringCentral/building-modern-web-applications-with-angular2 Web development has become more complex in the last few years with a plethora of frameworks to choose from and no clear direction. Join Sergi Almar in this presentation to learn why Angular2 is a good fit for Spring developers. We'll review the Angular2 architecture and see how TypeScript allows us to build more maintable and clean applications having the benefits of a typed language. We'll look at the Angular2 component based model…
Getting up and running with Spring Cloud is a breeze. But once the initial setup is done, it needs to be complemented with an ecosystem that can cope with the extra operational complexity and quality concerns. While running Spring Cloud in production for over a year, Pivotal has integrated some interesting tools for documentation, operations and testing. During this talk you will see a demo of an integrated platform based on Spring Cloud, including tools like Spring Cloud Contract, wiremock, saboteur, ELK, Spinnaker, Spring Boot Admin and more. One of these tools is a dashboard for visualising…
Recorded at SpringOne Platform 2016.
Speaker: Eddú Meléndez Gonzales
Slides: http://www.slideshare.net/SpringCentral/intro-to-spring-boot 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 move swiftly and enjoyable. It's ideally suited for building microservices and distributed systems and makes streamlining devops practices simple. Join Spring Boot contributor Eddú Meléndez Gonzales for a look at what Spring Boot is, why it's turning…
Recorded at SpringOne Platform 2016.
Speaker: Dr. David Syer
Slides: http://www.slideshare.net/SpringCentral/leadership-election-with-spring-cloud-cluster Leader election allows application to work together with other applications to coordinate a cluster leadership via a third party system. A leader can then be used to provide global state or global ordering, generally without sacrificing availability. In this presentation we show how Spring Cloud Cluster provides a simple abstraction for leader election and how it is implemented using zookeeper, hazelcast and etcd. Note that 1.0.1 release…
Recorded at SpringOne Platform 2016.
Speaker: Dr. David Syer
Slides: http://www.slideshare.net/SpringCentral/building-applications-with-angular-js-and-spring-security In this presentation we show some nice features of Spring Security, Spring Boot and Angular JS working together to provide a pleasant and secure user experience. Things to consider are cookies, headers, native clients, various security vulnerabilities and how modern browser technology can help us to avoid them. In this series we show how nicely features of the component frameworks can be integrated simply to provide a pleasant…