Purchase Solution

disconnected data model

Not what you're looking for?

Ask Custom Question

What is the disconnected data model? How does this method for storing data improve the performance of a web application?

Purchase this Solution

Solution Summary

The disconnected data model is demonstrated.

Solution Preview

disconnected datamodel is based on data reperesented in XML format.
User will have thier own copy data local machine and not connected to main databases.
Web pages read and write in XML format. once after done changes made locally use can upload (synchronize) with main database by clicking on sysc on webpage so that other users also can use
that data.

This improves the performance of a web application to great extent. given time user will be working on data he downloaded from server and keep working disconnected.all ever the changes he makes will be very fast and less time data retrieval ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.