Project Description Domain Management is a Simple lightweight framework that's used to create Domain Installation Packages (.dipx files) that are installed at application run time. The purpose of these packages are to ensure common and required domain entities (such as administrator accounts, supported countries/states, and languages) are installed, present and ready within the application domain when the application starts up.
This is basically a replacement for SQL scripts. The entity data can come from anywhere: local xml files, web services, etc. Just say NO to SQL Scripts! ;)
|