felipersdf / distributed-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IFPB CSTSI

Distributed Programming - 2020.1

GitHub language count Made by Felipe Rodrigues Repo Size Last commit


📓 About

This repository consists of storing the codes produced by the practical exercises in the discipline of Distributed Programming 2020.1


📎 Exercises

Exercise Description Link
Hello World A simple hello world using spring boot Link
API Rest + Scale Lab 1 An example using API Rest with spring boot and checking the scale of the program Link
Scale Lab 2 An example that increases the scale App developed in the Scale Lab - 1, replicating the resource. Link
Socket An example about interprocess communication with Socket. Link
Socket com Threads An example about interprocess communication with Socket using Threads. Link
Sistema-NFS An example of a NFS system Link
BancoRPC An example that aims to show the way of communication between different processes using RPC with RMI. Link
pratica-ejb An example that aims to to demonstrate the use of EJB as well as the ease of use of transactions controlled by the container (CMT) and practice the construction of an EJB Link
helloworld-rabbitmq An example that aims to understand how the main components of a messaging framework work. It is not an objective to understand the entire RabbitMQ api and all its potential. Link
pratica-workers An example that create works queues, queues with persistence and use acks to confirm message deliveries Link

About


Languages

Language:Java 97.6%Language:HTML 2.4%