Changes

Jump to navigation Jump to search
1,354 bytes added ,  22:43, 28 February 2017
update Setting Up section
=Setting Up=
 
==File Extensions and XQuery Flavor==
* Start IDEA and navigate to ''Settings'' (OS dependent).
* In the Settings window select ''Other Settings''→''XQuery'' and choose which XQuery flavor you would like to use, as well as new file extensions. (see attached screenshot)
 
==Configuring The Processor==
You can set up the plugin as a standalone processor or client.
 
===Standalone===
# Start IDEA and navigate to ''Settings'' (OS dependent).
# In the settings window select ''Other Settings''→''XQuery Data Sources''
# Select ''BaseX (native embedded)''.
# Check the ''User defined XQJ Driver'' radio box.
# Using the '''+''', add the following {{code|jars}}: BaseX.jar, basex-api-8.6.1.jar, basex-xqj-8.6.jar, and xqj2-0.2.0.jar from your BaseX distribution.
 
===Client===
This assumes that you already have a database named {{code|factbook}}.
# Start IDEA and navigate to ''Settings'' (OS dependent).
# In the settings window select ''Other Settings''→''XQuery Data Sources''
# Using the '''+''', select ''BaseX'' as your data source
# Fill in the appropriate connection details; e.g. default values:
* {{code|Host = localhost}}
* {{code|Port = 1984}}
* {{code|Database name = factbook}}
* {{code|Username = admin}}
* {{code|Password = admin}}
# Select ''Apply'', then ''OK'' and your BaseX {{code|factbook}} database is ready to query.
administrator, editor
12

edits

Navigation menu