Geração de código não destrutivo em aplicações
Miniatura indisponível
Data
2023
Autores
Título da revista
ISSN da revista
Título do Volume
Editora
Resumo
De forma a acelerar o processo de desenvolvimento e o aumento da qualidade do código,
ferramentas de geração de código são amplamente usadas por empresas de desenvolvi mento de software.
Foram testadas algumas das ferramentas de geração de código mais utilizadas para
o desenvolvimento de aplicações Web (Spring MVC, MVC.net, PHP, Python), tendo sido
identificado um problema estrutural: quando é necessário alterar uma entidade que leva
a uma segunda geração de código, esta torna-se destrutiva. Acontece que todo o código
é reescrito e as alterações feitas a este são apagadas. No presente momento, nenhuma
destas ferramentas disponibiliza uma solução para resolver esta questão.
Esta dissertação apresenta três abordagens onde, após novas gerações de código, o
novo código gerado possa conviver com o código já desenvolvido pelo programador.
É apresentada a implementação dos algoritmos das abordagens onde primeiramente
é demonstrada uma fase de comparação textual, ou de comparação através de Abstract
Syntax Tree (AST). Após a fase de comparação é demonstrada uma fase de junção inte ligente em que, com base na comparação, é gerado código final que inclui as alterações
efetuadas, tanto pelo utilizador como pelo código gerado.
São apresentados os resultados onde estes algoritmos são submetidos a um conjunto
de testes, envolvendo diferentes cenários de geração, alteração e regeração de código, de
modo a aferir a sua eficácia.
Por último é apresentado um caso real onde foi desenvolvido um gerador de código
na empresa Agap2IT que implementa os algoritmos das abordagens estudadas.
Palavras-chave: Geração de código; Programação Web; Ferramentas de Desenvolvimento
In order to speed up the development process and increase code quality, code generation tools are widely used by software development companies. Some of the most used code generation tools for web application development (Spring MVC, MVC.net, PHP, Python), were tested and a structural problem was identified. When an entity needs to be changed, which leads to a second code generation, it becomes destructive. It turns out that all code is rewritten, and changes made to it are deleted. Currently, none of these tools provides a solution to address this issue. This thesis presents three different approaches. These approaches consist in the fact that new code generations allow the newly generated code to coexist with code already developed by the programmer. The implementation of the algorithms of the approaches is presented where in the first phase a textual comparison or a comparison using AST is demonstrated. After the comparison phase an intelligent join phase is shown, where based on the comparison, the final code is generated including changes made by both the user and the generated code. Results are presented where these algorithms are subjected to a set of tests, involving different scenarios of code generation, change, and regeneration, in order to assess their effectiveness. Lastly, a real case is presented where a code generator was developed within the company Agap2IT, that implements the algorithms of the studied approaches. Keywords: Code Generation; Web Programming; Development Tools
In order to speed up the development process and increase code quality, code generation tools are widely used by software development companies. Some of the most used code generation tools for web application development (Spring MVC, MVC.net, PHP, Python), were tested and a structural problem was identified. When an entity needs to be changed, which leads to a second code generation, it becomes destructive. It turns out that all code is rewritten, and changes made to it are deleted. Currently, none of these tools provides a solution to address this issue. This thesis presents three different approaches. These approaches consist in the fact that new code generations allow the newly generated code to coexist with code already developed by the programmer. The implementation of the algorithms of the approaches is presented where in the first phase a textual comparison or a comparison using AST is demonstrated. After the comparison phase an intelligent join phase is shown, where based on the comparison, the final code is generated including changes made by both the user and the generated code. Results are presented where these algorithms are subjected to a set of tests, involving different scenarios of code generation, change, and regeneration, in order to assess their effectiveness. Lastly, a real case is presented where a code generator was developed within the company Agap2IT, that implements the algorithms of the studied approaches. Keywords: Code Generation; Web Programming; Development Tools
Descrição
Orientação: Pedro Hugo Queirós Alves
Palavras-chave
MESTRADO EM ENGENHARIA INFORMÁTICA E SISTEMAS DE INFORMAÇÃO, INFORMÁTICA, COMPUTER SCIENCE, DESENVOLVIMENTO WEB, WEB DEVELOPMENT, DESENVOLVIMENTO DE SOFTWARE, SOFTWARE DEVELOPMENT, FERRAMENTAS DE GERAÇÃO DE CÓDIGO, CODE GENERATION TOOLS