Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Marciele Fernanda Severo
Título: Ferramenta para Conversão de Interfaces Java Swing em HTML e Javascript
 
Abstract:
This work presents the development of the tool for conversion of components of interfaces
Java Swing in components equivalents in HTML. The tool does not convert all the existing
components, only the most used ones. It is also converted some events handling for
JavaScript. It has as an entrance of tool a file with extension .java, containing all the necessary
information for the conversion in HTML and JavaScript. In the development of the tool it was
used lexica, syntactic and semantic analysis for identification of the tokens, of the syntactic
structures and of the informations that must be extracted to generates the exiting code. The
exit is generated of templates, interpreted by the engine of templates Velocity.