Changes

Jump to navigation Jump to search
31 bytes removed ,  13:37, 1 April 2019
no edit summary
BaseX is very light-weight. It can be run and used in lots of different ways, such as
* standalone application[[Standalone Application]], using the [[#Graphical User Interface|Graphical User Interface]] or the [[#Standalone ModeCommand-Line Client|Standalone ModeCommand-Line Client]];
* [[#Database Server|Database Server]] in a client/server architecture; or
* [[#Web Application|Web Application]] called from a web server.
More details on concurrency can be found on the [[Transaction Management]] page.
=Standalone ModeApplication=
The [[Standalone Mode]] can be used to execute XQuery expressions or run database commands on the command line. It can also be used for both scripting and batch processing your XML data. It can be started as follows:==Graphical User Interface==
* Run one of the {{Code|[[Start_Scripts#Linux.2FMac:_basex|basex]]}} or {{Code|[[Start Scripts#Windows: basex.bat|basex.bat]]}} scripts.* Execute the following command: {{Code|java -cp BaseX.jar org.basex.BaseX}}* On ''Windows'': Double click on the '''BaseX''' icon. It is important to remember that the standalone mode does ''not'' interact with the client/server architecture. More information on the standalone mode's command-line options can be found [[Command-Line Options#Standalone|here]]. =Graphical User Interface= The [[GUI]] is the visual interface to the features of BaseX.It is a fully fledged XML editor and can be used to create new databases,perform queries or interactively explore your XML data. It can be startedas follows:
* Double click on the {{Code|BaseX.jar}} file.
* For [[Maven]] users: type in {{Code|mvn exec:java}} in the main directory of the {{Code|basex}} project.
Note More information on the GUI's command-line options can be found [[Command-Line Options#GUI|here]]. ==Command-Line Client== The [[Standalone Mode]] can be used to execute XQuery expressions or run database commands on the command line. It can also be used for both scripting and batch processing your XML data. It can be started as follows: * Run one of the {{Code|[[Start_Scripts#Linux.2FMac:_basex|basex]]}} or {{Code|[[Start Scripts#Windows: basex.bat|basex.bat]]}} scripts.* Execute the following command: {{Code|java -cp BaseX.jar org.basex.BaseX}}* On ''Windows'': Double click on the '''BaseX''' icon. It is important to remember that the GUI standalone mode does ''not'' interact with the client/server architecture. More information on the GUIstandalone mode's command-line options can be found [[Command-Line Options#GUIStandalone|here]].
=Database Server=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu