DEV Community

Angela
Angela

Posted on

Bootcamp Java Developer Day #2

Day 2:

Day 2 continued with basic content to prepare for learning Java. And instead of java I actually used python today.

5) Started: Fundaments of Systems Architecture

This course is divided in four sections. I finished the first two.

  • First section: Web Services and APIs

The first section one presents web services and APIs. It shows the SOAP (Simple Object Access Protocol) and its architecture. It showed how to access a public service using a WSDL address using the python package Zeep and SoapUI.

It also presented the XML and JSON formats and the REST architecture. It showed the HTTP methods (GET, POST, PUT, DELETE) and status codes. We used Postman and the python package Requests.

  • Second section: Architectural Concepts for Internet Applications

This section is theoretical only. It presents four architectures:

1- Monolithic
2- Microservices
3- Microservices with Message Broker
4- Microservices with pipeline manager

Top comments (0)