Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

xml embeded

  Asked By: Joel    Date: Nov 11    Category: Java    Views: 428
  

I want to Using Embedded XML Databases to Process Large xml Documents but I don't know anything about it. I think I must download eXist software(which version 1.0 or 1.1?). what is the difference between jar and war files (for download) and how can i work with it?

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Blandina Garcia     Answered On: Nov 11

DB XML and eXist are two major options

of course, you had better to download  latest version, which fixes many bugs from the last version
and about jar  and war  files, as stated in their web site you can download jar file and install the DB using the command line java -jar eXist-1.0.2-rev5396.jar

and war file contains a web application, perhaps some example

 
Answer #2    Answered By: Addison Campbell     Answered On: Nov 11

you can gain this with Oracle 9i or 10g as well which are free for download.

 
Answer #3    Answered By: Aaleyah Khan     Answered On: Nov 11

Oracle XML DB is a good choice.......................

 
Answer #4    Answered By: Marta Kim     Answered On: Nov 11

take a look at this list:
http://en.wikipedia.org/wiki/XML_database

it has listed lots of embeded databases  that all support XML:DB API (XAPI) standard.
there Apache XIndice and many other products are also in this list.

jar is general java archive.
war is archive for web applications.
war files  can be deployed to java web containers.

 
Didn't find what you were looking for? Find more on xml embeded Or get search suggestion and latest updates.




Tagged: