Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Leandro Vilson Battisti
Título: ELICITAR: PROTÓTIPO DE GERADOR DE CÓDIGO A PARTIR DE ESPECIFICAÇÕES COM PADRÕES DE REQUISITOS
 
Abstract:
This paper presents the specification and implementation of a prototype tool for source code generation for user interfaces from requirements written in Portuguese. The process is divided into four steps: registering the requirements as requirements patterns, use natural language process to identify components interfaces, generate the definition file and generate the source code from this definition file. In the first stage are used requirements patterns data type, data structure and active entity, proposed by withall (2007). The next step is uses the morphological analyzer CoGrOO. The next step generates JSON or XML files that describe a form based on information obtained in the previous step containing identified components interface (edit, checkbox or memo). Finally, HTML forms are generated using Velocity templates.