Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Gabriel Felipe Cristofolini
Título: Framework para replicação de dados em dispositivos móveis
 
Abstract:
This paper presents the specification and implementation of a framework that enables the
replication of data between the mobile devices and the maintaining of the global state of
database involved in this process. The paper aims to provide a series of classes and interfaces
so the developer can replicate his data in the most abstract way, focusing in his business rules,
but not in the method that the replication should be made. The framework works with the star
topology, that means that all the devices connect to a central node to transmit its changes. For
the communication between the devices and the central node is used SOAP webservice.
Eventually was made an application, for example, an agenda that uses a technology defined
and implemented by this project. The basic operations were implanted in this agenda by the
framework.