Dynamic Data Site with XML file -
Dynamic Data Site with XML file -
i need create dynamic info site, info stored in xml file rather database. info consists of single series of records, each 2 fields. want create dynamic info site provide ability create new records, delete records, , update records (crud) on internet. know best store records in database, in case that's not alternative - info needs sit down in xml file.
how can generate dynamic info site based on xml file rather sql server database?
there should not difference. need implement 4 dao methods (crud) work xml , else transparent rest of application.
there libraries many languages can convert xml object , need update object properties , serialize xml. java utilize jaxb example.
bad thing have lock file during updates. i.e. if 1 user updates xml file, others must wait. means site not able serve many users @ same time.
xml dynamic-data
Comments
Post a Comment