Changes

Jump to navigation Jump to search
485 bytes added ,  13:35, 24 January 2019
no edit summary
[[File:intellij-startbildschirm.png]]
# * Start IntelliJ IDEA and select ''Configure''→''Plugins''.# * In the Plugins window select the tab ''Marketplace''.# * Type "XQuery Support" into the ''Search plugins in marketplace'' field.# * Click the ''Install'' button below the ''XQuery Support + MarkLogic Debugger'' plugin.# * You will be prompted to restart IDEA to load the new plugin.
===From the IntelliJ IDEA Menu===
# * Select ''Settings/Preferences'' in the ''IntelliJ IDEA'' menu.# * In the Settings/Preferences window select ''Plugins''.# * In the Plugins window select the tab ''Marketplace''.# * Type "XQuery Support" into the ''Search plugins in marketplace'' field.# * Click the ''Install'' button below the ''XQuery Support + MarkLogic Debugger'' plugin.# * You will be prompted to restart IDEA to load the new plugin.
==Setting Up==
===Standalone===
# * In the Settings/Preferences window, expand the ''Languages & Frameworks'' item and select ''XQuery Data Sources''.# * Click on the {{Code|+}} button in the middle column, to add a new data source.# * Select ''BaseX (native embedded)'' from the dropdown box.# * In the right-hand column, check the ''User defined XQJ Driver'' check box.# * Use the {{Code|+}} button below the check box to add the following {{code|jars}} from your BaseX distribution:#** {{Code|basex/BaseX.jar}}#** {{Code|basex/lib/basex-apj-9.1.1.jar}}#** {{Code|basex/lib/basex-xqj-9.0.jar}}#** {{Code|basex/lib/xqj2-0.2.0.jar}}# * Click ''Apply'' to store your settings.
===Client===
This assumes that you already have a BaseX database named {{code|factbook}}.
# * In the Settings/Preferences window, expand the ''Languages & Frameworks'' item and select ''XQuery Data Sources''.# * Click on the {{Code|+}} button in the middle column, to add a new data source.# * Select ''BaseX'' from the dropdown box.# * In the right-hand column, fill in the appropriate connection details; e.g. default values:#** <code>Host = localhost</code>#** <code>Port = 1984</code>#** <code>Database name = factbook</code>#** <code>Username = admin</code>#** <code>Password = admin</code># * Select ''Apply'', then ''OK'' and your BaseX {{code|factbook}} database is ready to query.
[[File:Intellij-basex-data-source.png]]
==Querying Your Data==
# * To create a new project, choose the ''Create new project'' option from the start screen or select ''New''→''Project...'' from the ''File'' menu.# * In the ''New Project'' dialog choose ''Empty Project'' from the left-hand column and click the ''Next'' button.# * Enter a name and location for your project.# * In the project view, create a new XQuery file, either by right-clicking on the project name and choosing ''New''→''XQuery File'' or by selecting ''New''→''XQuery File'' from the File menu.* Type in your query.* Click the green ''Run'' button below the IntelliJ IDEA menu bar.* In the ''FinishEdit Configuration'' dialog choose one of the two data source from the dropdown box, either "BaseX" or "BaseX (native embedded)". If you select "BaseX", make sure that BaseX is up and running.* Click ''Run'' to create the projectexecute your query.
administrator, editor
162

edits

Navigation menu