Results 1 to 2 of 2
Thread: xml or db?
- 07-09-2007, 01:16 AM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 119
- Rep Power
- 0
- 07-09-2007, 01:20 AM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
mm
It's depends.
1) A file is appropriate for storing settings.
2)XML is suitable for more complex data structures.
The Java platform offers some outstanding XML tools, like JAXB. XML is handy because of these tools, not because the format itself is programmer-friendly.
3)A database is best if you need to support transactions, more than one user or just a lot of data.


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks