I’m going to Mars. Can I use the application?
Disconnected Module is meant to let windows applications run offline by copying a subset of the database and run the server side code locally.
Once the disconnected module is started, a disconnected strategy has to be set for any entity, for example:
All the disconnected strategies guarantee that there will be no conflicts by letting only the disconnected machine, or the server, modify any particular entity instance (but both can create new ones).
The real magic is that all this restrictions are automatically integrated in the user interface using the same extension points that Authorization module uses. This means that, once the Disconnected module is configured, the developers do not need to take disconnected scenarios into account when writing the business logic or user interface of the application.
Technically, Microsoft SQL Server Local DB is used for the disconnected machines. When a client machine decides to go offline, this is basically what happens:
When the client machine turns back to the company headquarters, and wants to work online, a oposite sequence of steps are taken, and finally the two databases are merged.
Turn back to Signum Extensions
© Signum Software. All Rights Reserved.
Powered by Signum Framework