Difference between revisions of "XQuery Development Tools"
(→Download) |
|||
Line 1: | Line 1: | ||
− | + | [[Image:Egg-incubation.png]] | |
− | {| | + | |
− | | | + | {{Infobox |
− | | | + | | name = XQuery Development Tools |
+ | | website = http://wiki.eclipse.org/xqdt | ||
+ | | download = http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/ | ||
+ | | list = wtp-incubator-dev | ||
+ | }} | ||
+ | |||
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 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. | ||
Line 11: | Line 16: | ||
* Syntax highlighting | * Syntax highlighting | ||
* Code completion and code templates | * Code completion and code templates | ||
− | |||
* As-you-type validation | * As-you-type validation | ||
* Semantic checking | * Semantic checking | ||
* Quick fixes | * Quick fixes | ||
+ | * Launching and debugging XQuery (in progress) | ||
− | + | ===Download=== | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* The latest stable version is 0.8.0 M4 (2nd February 2011) | * The latest stable version is 0.8.0 M4 (2nd February 2011) | ||
Line 53: | Line 32: | ||
** [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastSuccessfulBuild/ Last Successful Build] | ** [https://hudson.eclipse.org/hudson/job/cbi-wtp-inc-xquery/lastSuccessfulBuild/ Last Successful Build] | ||
− | =Tutorials= | + | ===Tutorials=== |
* [http://www.xqdt.org/index.php/installing-xqdt-20/ Installing XQDT] | * [http://www.xqdt.org/index.php/installing-xqdt-20/ Installing XQDT] | ||
− | + | ===Community=== | |
− | + | ||
− | =Community= | + | |
* [http://dev.eclipse.org/blogs/xquery XQuery Development Tools Blog] | * [http://dev.eclipse.org/blogs/xquery XQuery Development Tools Blog] | ||
Line 68: | Line 45: | ||
− | =Contributor Resources= | + | ===Contributor Resources=== |
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&classification=WebTools&component=wtp.inc.xquery&email1=&email2=&emailtype1=substring&emailtype2=substring&field0-0-0=noop&keywords=&keywords_type=allwords&longdesc=&longdesc_type=allwordssubstr&product=WTP%20Incubator&query_format=advanced&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type0-0-0=noop&value0-0-0=&votes=&title=Bug%20List All Open Bugs] | * [https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&classification=WebTools&component=wtp.inc.xquery&email1=&email2=&emailtype1=substring&emailtype2=substring&field0-0-0=noop&keywords=&keywords_type=allwords&longdesc=&longdesc_type=allwordssubstr&product=WTP%20Incubator&query_format=advanced&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type0-0-0=noop&value0-0-0=&votes=&title=Bug%20List All Open Bugs] | ||
Line 78: | Line 55: | ||
* [[XQuery Development Tools/Release | Release Process]] | * [[XQuery Development Tools/Release | Release Process]] | ||
− | =Project Status= | + | ===Project Status=== |
* [[:Category:XQDT Development Status Meetings|Development Status Meetings]] | * [[:Category:XQDT Development Status Meetings|Development Status Meetings]] | ||
* [[XQuery Development Tools/Release Notes | Milestone Release Notes]] | * [[XQuery Development Tools/Release Notes | Milestone Release Notes]] | ||
− | |||
− | |||
<br/> | <br/> |
Revision as of 06:40, 25 February 2011
XQuery Development Tools | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug 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 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
- As-you-type validation
- Semantic checking
- Quick fixes
- Launching and debugging XQuery (in progress)
Download
- The latest stable version is 0.8.0 M4 (2nd February 2011)
- Continuous integration builds are available for developers on the Hudson Build Server:
Tutorials
Community
- XQuery Development Tools Blog
- WTP Incubator Development Mailing List
- WTP Incubator Forum
- External Commercial Adopters Site
- Report a Bug/Enhancement
Contributor Resources
- All Open Bugs
- CVS Howto
- Setting up the workspace for XQDT builds
- Where to Start...
- Extension points
- Committer Builds
- Release Process
Project Status