Desenvolvimento de aplicação para o controle de Scrum utilizando Google Web Toolkit

Google Web Toolkit is an open source framework that allows developers to easily create applications with AJAX technology in Java programming language. GWT emphasizes code reuse and the use of asynchronous calls. GWT-Platform is a framework created in order to optimize the development of GWT applicat...

ver descrição completa

Autor principal: Becker, Carlos Alexandro
Formato: Trabalho de Conclusão de Curso (Graduação)
Idioma: Português
Publicado em: Universidade Tecnológica Federal do Paraná 2020
Assuntos:
Acesso em linha: http://repositorio.utfpr.edu.br/jspui/handle/1/13430
Tags: Adicionar Tag
Sem tags, seja o primeiro a adicionar uma tag!
Resumo: Google Web Toolkit is an open source framework that allows developers to easily create applications with AJAX technology in Java programming language. GWT emphasizes code reuse and the use of asynchronous calls. GWT-Platform is a framework created in order to optimize the development of GWT applications, and especially to maintain solid standards for this using dependency injection, the MVP model and several design patterns. This work aims to demonstrate the use of GWT and GWT-Platform for building Web applications in an agile, practical and simplified way, also focusing on the use of Dependency Injection and modularization of code.