Sistemas de Informação
URI Permanente para esta coleção
Navegar
Navegando Sistemas de Informação por Autor "Batista, Mateus Alfredo"
Agora exibindo 1 - 1 de 1
Resultados por página
Opções de Ordenação
Monografia Acesso aberto Desenvolvendo aplicações web baseadas em microserviço utilizando o framework Spring(2017) Batista, Mateus Alfredo; Bastos, William CarvalhoWith the evolution of software development technologies, many companies begin to build new applications and / or migrate their applications built in monolithic architecture to microservice architecture, a task that can prove difficult without a base of support in the initials steps and configurations. By dividing a large application block into small, isolated blocks, distributing the processing and business rule into tightly coupled and well-defined services, the development of applications with the microservice architecture has been taking the space of monolithic applications in the development market software. However, new challenges will be presented to developers who are starting to develop microservices and a framework that simplifies and accelerates the construction of them, can be the differential for the success of the project. The Spring Framework has proven to be a great facilitator for Java programmers in building applications in the microservice architecture. With this, how to develop applications based on microservices using the Spring framework? This work presents the analysis of the Spring framework and the migration of an existing monolithic application to the microservice architecture based on the use of the Spring Framework. Keywords: Microservice. Spring. Framework.