|
This application primarily uses generic datasets to organize data, retrieved from parameterized sql. Data is also saved as xml.
XML is used to store page information, control lists, user information and application data as xml datasets for processing and basic system restore. User xml files are saved to unique user directories created during registration and backup data is saved in a recovery folder. Saving page data as xml adds flexibility to the application and lightens the load on the server, in addition to providing a resource for data distribution and systems backup.
Enhancements to this application could easily include a way to distribute page data as xml across the internet or provide links to existing resources in addition to a conversion of application classes to web services with a public interface, even though a basic web service is supplied.
|
|