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 38: Line 38:
 
===Community===
 
===Community===
  
* [http://dev.eclipse.org/blogs/xquery XQuery Development Tools Blog]
+
* [http://xqdt.org XQuery Development Tools Blog]
 
* [https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Development Mailing List]
 
* [https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev WTP Incubator Development Mailing List]
 
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=114& WTP Incubator Forum]
 
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=114& WTP Incubator Forum]
* [http://www.xqdt.org External Commercial Adopters Site]
+
* [http://www.28msec.com Commercial Support]
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Incubator&component=wtp.inc.xquery Report a Bug/Enhancement]
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=WTP%20Incubator&component=wtp.inc.xquery Report a Bug/Enhancement]
  

Revision as of 04:01, 24 May 2011

Egg-incubation.png

XQuery Development Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

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 3.0 (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
  • As-you-type validation
  • Semantic checking
  • Quick fixes
  • Launching and debugging XQuery (in progress)

Download

Tutorials

Community


Contributor Resources

Project Status


Back to the top