Publication: AnyDbMobileSync : Database Agnostic Synchronization Framework for Mobile Application
DOI
Type:
Thesis
Date
2014-12
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
Implement database independent data synchronization middleware framework
(AnyDBMobileSync) for Server side SQL server/oracle database/my s Ietc. and
client side any data store (HTML5 local store/websql/sqllite etc).
If an offline mobile application used this middleware sync framework then
their backend Database can change without mobile application extra
development.
Framework handled different database type (Sql server/oracle/my QL) that
communicates mobile clients' offline data.
Framework and Mobile Client communicate using Rest-full service. because of
that mobile client-side doesn't need to install extra API. Communicate data
object type is JSON and JSON can use any application language to e tract data
from JSON object.
