0

I have to create a RESTful webapplication/Web service which performs CRUD operations where I have to use XML Native databases(eXist,BaseX).

Can anybody help me to how to make a Native Xml database connection with netbeans/eclipes or anyother IDE?

Is there any specific JDBC/ODBC driver or method to connect such XML databases?

1 Answers1

0

If you are planning to eXist then you need to place a conf.xml in the app server to help setting up the connection.

This config page helped me to setUp the DB. And also for editor i was on Vim and eXist even gives you debugger support for Vim.

Prasanna
  • 10,956
  • 2
  • 28
  • 40