Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Maicon Klug
Título: Gerador de Código JSP Baseado em Projeto de Banco de Dados
 
Abstract:
This monography presents a solution developed as a tool, to generate JSP pages using the design pattern MVC, from the metadata of a relational database. Through JDBC API, the data dictionary is extracted from the DBMSs Oracle, Microsoft SQL Server and MySQL. Using the extracted information from the metadata, the tool allows the developer to create a project, to configure and to save the form definitions, groups and reports. JSP pages to be generated, using the configured information, are defined through templates and the generation is made by using the engine of templates Velocity. The generated pages have these functionalities: insert, update, remove and query. The tool is applied in a case study that describes a system for a movie rental store.