XML and Java |
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 14, 2008, 06:16:45 PM
|
|
I am looking at using XML as a storage engine for data a Java program I am working on. Can some people give me the pros and cons of using XML with Java and any other information I should know before using the 2.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
September 16, 2008, 04:26:02 AM
|
|
Support for XML is prety good within Java, I can point you to some documentation regarding this if you have any problems.
Depends what your looking to store - there are pros and cons of XML against say a database etc...
|
|
| |
|
|
|
New Poster Posts: 5 Topics: 1
|
|
|
October 11, 2008, 07:25:50 AM
|
|
i will suggest you to not use XML with java but simply use XML and Javascript which means it is better to use AJAX when developing applications. Buy the way AJAX is combination of Javascript and XML.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
October 13, 2008, 04:20:25 AM
|
|
I think it depends on the project as a whole - some projects are better suited to JS, for some projects a more heavy weight language is essential.
|
|
| |