Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XQuery Development Tools"

Line 1: Line 1:
=Background=
+
__NOTOC__
[[Image:Egg-incubation.png|right]]
+
  
'''XQuery Development Tools (XQDT) is now part of the Web Tools Project Incubator. Our goal is to get out of the egg (a.k.a graduate).'''
+
{|border="0" cellspacing="15" valign="top" style="width:100%;"
 
+
|-valign="top"
XQDT provides support of XQuery inside Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines but also to create a user experience consistent with both XQuery and Eclipse standards.
+
|style="width:90%;"|
 +
XQDT provides support for editing, execution, and debugging of XQuery modules in Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines with a user experience consistent with both XQuery and Eclipse standards.
  
 
XQDT provides the following features:
 
XQDT provides the following features:
Line 16: Line 16:
 
* Semantic checking
 
* Semantic checking
  
 +
| align="center" | [[Image:Egg-incubation.png]]
 +
 +
<!-- DUPLICATED FROM INFOBOX TO TWEAK -->
 +
 +
{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
 +
|-
 +
| style="background:#ccccff; padding: 0 5px 0 5px;" align="center" | '''XQuery Development Tools'''
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="center" | [http://wiki.eclipse.org/XQDT Website]
 +
|-
 +
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Community'''
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="center" | [https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev Mailing List] • [news://news.eclipse.org/eclipse.webtools.incubator Newsgroup]
 +
|-
 +
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Bugzilla'''
 +
|-
 +
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=WTP%20Incubator&component=wtp.inc.xquery Open] • [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Incubator&component=wtp.inc.xquery Report]
 +
|}
 +
 +
|}
  
 
=Download=
 
=Download=

Revision as of 03:00, 18 March 2010


XQDT provides support for editing, execution, and debugging of XQuery modules in Eclipse. Our goal is to have seamless integration with the Eclipse platform and the existing XQuery engines with a user experience consistent with both XQuery and Eclipse standards.

XQDT provides the following features:

  • Support for XQuery 1.1 (e.g., try-catch, group by, windowing)
  • Support for XQuery Updates and Scripting Extensions (as defined in the public Standard / Working Draft)
  • Syntax highlighting
  • Code completion and code templates
  • Launching and debugging (in progress) XQuery
  • As-you-type validation
  • Semantic checking
Egg-incubation.png


XQuery Development Tools
Website
Community
Mailing ListNewsgroup
Bugzilla
OpenReport

Download

End User (XQuery Developers)

We expect to officially announce a milestone build from eclipse.org imminently, but until we do, the latest released version (XQDT 2.2.0) can be still downloaded from the xqdt.org update site:

http://www.xqdt.org/xqdt/2.0/

Eclipse Development

Latest developer snapshots can be found on the XQDT build, along with trends and metrics. Both ZIPs and P2 Zipped update site are available for download.

Note.png
These builds are for developer or early adopter use only.


Documentation

Contributions and Contributing

For those that would like to contribute to XQDT by supplying patches, and enhancements.

Other Resources:

Project Status

Visit our Development Status Meetings page for more information.


Back to the top