Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Silvio Gonçalves Neto
Título: FERRAMENTA PARA CONVERSÃO DE INTERFACES JAVA SWING PARA INTERFACES WEB
 
Abstract:
This paper presents the development of SwingToWeb’s tool that assists in the process of converting Java Swing interfaces for web interfaces. This tool uses as input a Java project containing the .java files to be converted to HTML, CSS and JavaScript. The development of SwingToWeb it was carried out by using the tool MoDisco to perform the lexical/syntax analysis of the files found into the Java Project, and the transformation engine Acceleo, to build a web code generator based on templates. As SwingToWeb works as an Eclipse IDE plug-in, after the conversion of Java code for the web, the developer can continue the web system development using the other features of the IDE.