简体   繁体   English

如何使用本机XML数据库创建RESTful CRUD操作类型的Web服务?

[英]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). 我必须创建一个执行CRUD操作的RESTful Web应用程序/ Web服务,其中必须使用XML本机数据库(eXist,BaseX)。

Can anybody help me to how to make a Native Xml database connection with netbeans/eclipes or anyother IDE? 有人可以帮助我如何使用netbeans / eclipes或任何其他IDE建立本机Xml数据库连接吗?

Is there any specific JDBC/ODBC driver or method to connect such XML databases? 是否有任何特定的JDBC / ODBC驱动程序或方法来连接此类XML数据库?

If you are planning to eXist then you need to place a conf.xml in the app server to help setting up the connection. 如果您打算使用eXist,则需要在应用服务器中放置conf.xml来帮助建立连接。

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. 对于编辑器,我使用的是Vim,而eXist甚至为您提供了对Vim的调试器支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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