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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -