Changes

Jump to navigation Jump to search
656 bytes removed ,  16:54, 29 September 2011
no edit summary
BaseX has been tested on Windows (2000, XP, Vista, 7), Max OS X (10.x),
Linux(SuSE xxx, Debian, Ubuntu) and OpenBSD (4.x).
 
===GUI/Standalone vs. Client/Server===
 
The standalone client and the GUI of BaseX are not synchronized
with other BaseX instances. If you plan to concurrently write to the same database
instances, the client/server architecture is mandatory! You may encounter unexpected
behavior, and your databases might even get corrupt, if you use BaseX instances
that run in different Java VMs.
==BaseX GUI==
* On ''Windows'': Double click on the '''BaseX GUI''' start icon.
* For [[Maven]] users: type in <code>mvn exec:java</code> in the main directory of the <code>basex</code> project.
 
'''Important''': The BaseX GUI is not synchronized with other BaseX instances. You should avoid accessing the same database
from the GUI and the server, esp. if updates are performed.
==BaseX Standalone==
*Execute the command <code>java -cp BaseX.jar org.basex.BaseX</code>
* On ''Windows'': Double click on the '''BaseX''' start icon
 
<b>Important</b>: The Standalone client is not synchronized with other BaseX instances.
You should avoid accessing the same database from the standalone client and
the server, esp. if updates are performed.
==BaseX Server==
Pressing <code>Ctrl+c</code> will close all connections and databases and shut down the server process.
 
'''Important''': If you plan to concurrently access your databases (especially for write transactions),
the BaseX Server mode is mandatory. You may encounter unexpected behavior and possibly even corrupt databases
if you use any other standalone/GUI BaseX instances to access databases which are also opened by the server.
==BaseX Client==
Pressing <code>Ctrl+c</code> will close all connections and databases and shut down the server process.
 
'''Important''': If you plan to concurrently access your databases (especially for write transactions),
the BaseX Server mode is mandatory. You may encounter unexpected behavior and possibly even corrupt databases
if you use any other standalone/GUI BaseX instances to access databases which are also opened by the server.
==BaseX JAX-RX Server==
Bureaucrats, editor, reviewer, Administrators
13,551

edits

Navigation menu