简体   繁体   中英

How to create RESTful CRUD operations typed web services using Native XML-databases?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM