Slide 33
Slide 33 text
Summary: My new Live Project series
teaches you how to develop a service
template and chassis
The service template pattern:
Runnable source template
for a service
Accelerates the creation of
a new service
Implements plumbing,
build logic, ….
Built on a Microservice
chassis
The Microservice chassis
pattern
Contains the bulk of the
plumbing, build logic, ….
Minimizes copy/paste
duplication in the service
template
Simplifies maintenance of
services