Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.28 KB

README.md

File metadata and controls

10 lines (7 loc) · 1.28 KB

Java Microservices MOOC

Microservice applications take the concept of distributed system applications further by completely decoupling application services. Each microservice is a fully independent application, with well defined input and output that is exposed only through RESTful endpoints. The result is a system where any single service can be scaled, replaced, and linked to additional services, such as caching, without any architectural changes.

In this course you will learn to create RESTful Java microservice applications that can be deployed to Oracle Cloud Service. You will configure Oracle Developer Cloud Service to automatically build and deploy your application to Oracle Application Container Cloud Service.

The Course Announcements section contains a course overview. Please read the overview before you get started. It describes what you can expect from this course and how it differs from traditional classroom training. You're welcome to explore and join the forum at any time. We post information and clarifications to the forum throughout the original delivery the course. The forum is where you can ask questions and meet your fellow students. Choose a lesson to get started! The Suggested Software section includes download links to suggested software to use with the course.