Experimenting With Offline Data Synchronization Using jQuery And ColdFusion
As a reader of this blog you will know that we have become very interested in the issue of mobile business apps and how they can be designed to work without an internet connection or cell signal.
We came across the article "Experimenting With Offline Data Synchronization Using jQuery And ColdFusion" on Ben Nadel's blog. Ben is a very well respected developer in New York City. It is worth checking out the article that Ben wrote and his related code on GitHub. Itt does lay out some of the challenges involved in solving the issues of building mobile apps that can keep on working when the device does not have good connectivity.
Ben concludes his article by saying:
"This was my first exploration of this concept and all in all, I found this whole process to be very complicated. But, at the same time, I cannot really think of ways to make offline data synchronization all that much easier. I know that FLEX uses LCDS for this kind of stuff, but is that what people are using for Javascript-based synchronization?"
Alpha Software has written a lot about offline apps and data synchronization. Some related articles you might enjoy reading include:
Comment