Changes

Jump to navigation Jump to search
166 bytes added ,  13:07, 23 August 2012
no edit summary
====Synchronization====
 If you plan to concurrently read and write your data, you need to should resortto the client/server architecture. This is because the GUI, the standalone client
and the client/server architecture of BaseX all work in different JVMs (Java
virtual machines) and are not synchronized among each other. You should be aware
* On ''Windows'': Double click on the '''BaseX GUI''' icon.
* For [[Maven]] users: type in {{Code|mvn exec:java}} in the main directory of the {{Code|basex}} project.
 
Note that the GUI does ''not'' interact with the client/server architecture.
==BaseX Standalone==
* Execute the following command: {{Code|java -cp BaseX.jar org.basex.BaseX}}
* On ''Windows'': Double click on the '''BaseX''' icon.
 
Note that the standalone mode does ''not'' interact with the client/server architecture.
==BaseX Server==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu