Hi,

 

I’m working on this POC of a XML-database application with a web based frontend in Basex.

I have a few questions:

 

- what is the difference between the rest- and the restxq- prefix? Do they refer to different namespaces?

- should I call database-functions in the backend- server through a client-server connection? If I call the database functions directly from my restxq-functions it just works. But is this a correct configuration in a multi-user environment?

- in case of adding or changing data in the database, is it possible to retrieve the saved data form the dababase in the same session and return it to the webpage? The saved data is enriched with f.e. an unique identification that I want to return to the webpage.

 

TIA for yout reply.

 

Rob Stapper