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 44: Line 44:
 
=Download=
 
=Download=
  
* The latest stable version is 0.8.0 M2 (15th October 2010).
+
* The latest stable version is 0.8.0 M2 (15th October 2010)
 
** Update site: http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
 
** Update site: http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
 
** [[XQDT/Release_Notes|Release notes]]
 
** [[XQDT/Release_Notes|Release notes]]
 
** [[XQDT/New_and_Noteworthy|New and Noteworthy]]
 
** [[XQDT/New_and_Noteworthy|New and Noteworthy]]
  
*Continuous integration builds are available for developers here: https://build.eclipse.org/hudson/job/cbi-wtp-inc-xquery/
+
* Continuous integration builds are available for developers here:
 +
** [https://build.eclipse.org/hudson/job/cbi-wtp-inc-xquery/ Hudson Builds]
 
** [https://build.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastStableBuild/ Last Stable Build]
 
** [https://build.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastStableBuild/ Last Stable Build]
 
** [https://build.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastSuccessfulBuild/ Last Successful Build]
 
** [https://build.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastSuccessfulBuild/ Last Successful Build]

Revision as of 06:35, 19 October 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
  • Quick fixes
Egg-incubation.png


XQuery Development Tools
WebsiteBlogAdopters
Community
Mailing ListForum
Bugzilla
OpenReport

Download

Tutorials

Community


Contributor Resources

Project Status


Back to the top