English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm trying to design a simple ajax based to-do list web app.. is a database good for this type of application, or xml files better for storing data from the app?

Any tips would be helpful.

2007-07-25 19:22:11 · 3 answers · asked by Novaman 3 in Computers & Internet Programming & Design

3 answers

Although XML is very handy for small sum of datas, it is not intended to replacing database.

How big your datas gonna be? do you want to delete old to-do list or keep it? cause you can't feel too much different in performance between XML and database for just one thousand records. for more than 10.000 records, choose database.
database is more easy for adding or deleting records, filter and find some record than XML.

In the AJAX world, I use database for storing my data, convert it to XML and display it with XSLT spice.

2007-07-26 00:32:05 · answer #1 · answered by Manzana verde 5 · 0 0

I'm pretty sure a database would be better, if you have one to spare. Getting things out of a database seems much easier than reading files for everything, and it's probably no slower. Good night!

2007-07-25 19:31:13 · answer #2 · answered by anonymous 7 · 0 0

while you're doing this to maintain your qualifications cutting-edge, then use whichever technologies you're least attentive to. while you're at it, evaluate SQLite. that's a superbly small relational DB that's attainable for many systems, and the source code is freely attainable.

2016-10-09 09:47:08 · answer #3 · answered by hamb 4 · 0 0

fedest.com, questions and answers