HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Accessible from your Account page after purchase. Requires the free QuickTime Player software.
Videos can be viewed on: Windows 8, Windows XP, Vista, 7, and all versions of Macintosh OS X including the iPad, and other platforms that support the industry standard h.264 video codec.
Register your product to gain access to bonus material or receive a coupon.
6+ Hours of Video Instruction
The term “microservices” has gained significant traction over the last few years. Describing a specific style of distributed software architecture, microservices are small, independently deployable units that work together to form a complete system. Microservices live on the web, live in the cloud, and work with all manner of data (SQL, NoSQL, In-Memory). They are production-ready services driven by ever-changing demands and scale.
Java developers looking to adopt microservices need to consider the practical aspects of application development. How can services be developed quickly? How can a broad range of technologies be supported? How can a consistent programming model be kept? For many companies, the answer is Spring Boot and the wider Spring ecosystem.
Description
In this video training, Josh Long and Phil Webb demonstrate how and why Spring and Spring Boot offer the best way to build modern microservice systems. They look at the technologies and use-cases common to cloud-native microservice style applications as part of a larger framework, and then specifically address microservice implementation patterns.
The source code repository for this LiveLesson is located at https://github.com/livelessons-spring/building-microservices.
Skill Level
• Intermediate
What You Will Learn
• Understand the patterns typical of modern application architectures
• Understand how Spring Boot ties together various parts of the Spring platform to make getting results a snap, on par with the agility you might otherwise expect from a Node.js or Ruby on Rails
• Learn how to build microservices with Spring Cloud
Who Should Take This Course
• Existing and new Spring users
• Java developers working with: SQL, NoSQL, mobile, web applications, highly concurrent service backends, etc.
Course Requirements
• Basic Java familiarity. The course uses Java 8, though Spring Boot and most Spring projects support Java 6.
Table of Contents
Introduction
Lesson 1: “Bootstrapping” (Spring Boot 101) provides an introduction to Spring Boot, including how to “bootstrap” a new application, what features Spring Boot provides, and some peeking under the hood to show how things actually work.
Lesson 2: Using “Twelve-Factor App” Style Configuration covers some of the principals behind microservices, discusses “The Twelve Factor App” methodology, and looks at how you can externally configure your Spring Boot microservice applications.
Lesson 3: Reaching for The Clouds discusses what it means to be “cloud native,” and it shows you how easy it is to run Spring Boot microservices in the cloud. The lesson demonstrates how well Spring Boot works with Heroku, Cloud Foundry, and Docker. It also covers some other cloud services you might want to consume.
These first three lessons give you a solid foundation of how to use Spring Boot to write microservices, and what it takes to get them running in the cloud. The remaining lessons look at the technologies needed to write functioning applications.
Lesson 4: Working with Data shows you how to work with data. The lesson covers classic relational databases, newer NoSQL technologies like Redis and MongoDB, and talks about how these technologies fit with microservices.
Lesson 5: Giving Your Microservice a REST provides detailed information about REST architecture, which has become the backbone of microservice communication. The lesson covers not only basic REST principals, but also more advanced techniques such as HATEOAS.
Lesson 6: Dealing with Integration and Batch Processing expands upon microservice communication by covering integration patterns, messaging, and batch processing.
Lesson 7: Creating Operations-Friendly Microservices looks at what it means to actually run microservices. This lesson is all about “operations.” It discusses some of the great features built into Spring Boot, such as monitoring, metrics, and diagnostic tools.
Lesson 8: Choreographing Microservices moves beyond the basics of microservices and covers the real problems you need to solve when you start to coordinate disparate parts of your system. The lesson covers some microservice patterns and tools—such as circuit breakers, edge servers, and service discovery—that are critical in real systems.
Lesson 9: Developing Web Applications covers web application development. The lesson obviously can’t cover all web development techniques, but it does discuss what it means to consume microservices from a web application, along with the web development features that are built into Spring Boot.
Lesson 10: Securing Microservices with Spring Security provides compressive coverage of how to secure your microservices. It covers some advanced topics including: OAuth, “single sign on,” and SSL.
Summary
About LiveLessons Video Training
LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at: http://www.informit.com/livelessons
Video: Bootstrap with the Spring Initializr
Video: Building Microservices with Spring Boot: An Introduction
Video: Monitoring Microservices with Spring
Video: Use SSL/TLS and x509 Mutual Authentication