5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Java     Spring
Discover the concepts of microservices management using Spring Clou,d and also explore the REST architecture and various REST operations. This course covers a vast range of topics, including the following: how to manage enterprise data in microservices; how to perform various REST operations on JSON; comparing the architectural models of REST and SOAP; and how to send and receive messages from ActiveMQ. You will also learn how to configure a Message-driven Plain Old Java Object (POJO) (MDP), and build and run a microservice. As you progress, you will explore how to construct a discovery server with Eureka for microservices, configure load balancing for microservice clients, and evaluate server-side microservices. As a review exercise, you will code a microservice in Java.

Objectives

Managing Microservices

  • start the course
  • demonstrate the capabilities of Spring Cloud in microservices management
  • describe the approach and patterns for data management in microservices
  • list the Spring Cloud components used to build microservice application frameworks

REST Architecture

  • describe microservices and illustrate the REST architecture
  • describe the principles of RESTful services
  • demonstrate REST create operation
  • demonstrate REST retrieve operation
  • demonstrate REST update operation
  • demonstrate REST delete operation
  • demonstrate the REST approach for interoperable data exchange

Practice: RESTful Services

  • perform RESTFUL services implementing Java