Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Inside http://spring.io Brian Clozel @brianclozel
Slide 2
Slide 2 text
Chris Beams - spring.io is live!
Slide 3
Slide 3 text
No content
Slide 4
Slide 4 text
No content
Slide 5
Slide 5 text
No content
Slide 6
Slide 6 text
No content
Slide 7
Slide 7 text
No content
Slide 8
Slide 8 text
Brian Clozel @brianclozel http://spring.io/team/bclozel
Slide 9
Slide 9 text
1. Open Sourcing 2. Evolving 3. Latest improvements
Slide 10
Slide 10 text
Sagan application 10 Open sourcing Sagan
Slide 11
Slide 11 text
Example/Sample Application
Slide 12
Slide 12 text
Reference Application
Slide 13
Slide 13 text
Reference Application + live in production + open source
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
15
Slide 16
Slide 16 text
16 github.com/spring-io/sagan
Slide 17
Slide 17 text
17 BSD 3 License master branch == production
Slide 18
Slide 18 text
Sagan project layout 18
Slide 19
Slide 19 text
19 Resource Handling with Spring 4.1 workshop Missed it? http://bit.ly/resourcehandling
Slide 20
Slide 20 text
20 Spring Boot \o/
Slide 21
Slide 21 text
21 @EnableAutoConfiguration // <- THIS! @Configuration @ComponentScan public class AppConfiguration { }
Slide 22
Slide 22 text
22 curl spring.io/info curl spring.io/autoconfig curl spring.io/health curl spring.io/beans * some endpoints are protected!
Slide 23
Slide 23 text
Evolving Sagan 23 while still being live in production
Slide 24
Slide 24 text
24 // JDK8 streams! List projectVersions = project.getProjectReleases().stream() .map(ProjectRelease::getVersion) .collect(Collectors.toList());
Slide 25
Slide 25 text
25 Spring IO Platform dependencies { versionManagement 'io.spring.platform:platform-versions: 1.1.2.RELEASE@properties' }
Slide 26
Slide 26 text
26 io.spring.platform platform-bom 1.1.2.RELEASE pom import
Slide 27
Slide 27 text
27 Distributed team
Slide 28
Slide 28 text
28
Slide 29
Slide 29 text
29
Slide 30
Slide 30 text
30
Slide 31
Slide 31 text
31 Blue/Green deployments
Slide 32
Slide 32 text
32 Sagan Blue instances CF Router (golang) Sagan Green instances
Slide 33
Slide 33 text
Latest improvements 33 …and what’s next?
Slide 34
Slide 34 text
34 Refactoring, Maintenance, Production issues…
Slide 35
Slide 35 text
35
Slide 36
Slide 36 text
36
Slide 37
Slide 37 text
37
Slide 38
Slide 38 text
No content
Slide 39
Slide 39 text
No content
Slide 40
Slide 40 text
No content
Slide 41
Slide 41 text
No content
Slide 42
Slide 42 text
No content
Slide 43
Slide 43 text
43
Slide 44
Slide 44 text
44 Asciidoctor documents
Slide 45
Slide 45 text
No content
Slide 46
Slide 46 text
46 spring-data-redis + @Cacheable annotations
Slide 47
Slide 47 text
sagan-site hosted on PWS GET http://spring.io search - get raw guides - webhooks ElephantSQL redis
Slide 48
Slide 48 text
Q&A 48 …and what’s next?
Slide 49
Slide 49 text
One more thing 49 a.k.a « we have some time left »
Slide 50
Slide 50 text
50 Database Migration
Slide 51
Slide 51 text
51 Session Management
Slide 52
Slide 52 text
52 Search Improvements
Slide 53
Slide 53 text
53 SPRING CLOUD
Slide 54
Slide 54 text
service B Cascading Faults service A
Slide 55
Slide 55 text
service B service A Circuit breaker Hystrix Fallback
Slide 56
Slide 56 text
Q&A 56 #springio15