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 "New Eclipse Plugin for XQuery"

(Abstract)
(Participants:)
Line 10: Line 10:
 
Here is the complete proposal. [http://luckycala.files.wordpress.com/2008/05/gsoc-2008-eclipse-laknath.pdf]
 
Here is the complete proposal. [http://luckycala.files.wordpress.com/2008/05/gsoc-2008-eclipse-laknath.pdf]
  
== Participants: ==
+
== Participants ==
  
  
 
     * Student: Buddhika Laknath Semage
 
     * Student: Buddhika Laknath Semage
     * Mentor: David Carver  
+
     * Mentor: David Carver
 
+
 
+
  
 
== Features ==
 
== Features ==

Revision as of 13:33, 10 June 2008

Abstract

XML is an undying technique designed for data representation and data exchange. One great feature of XML is its ability to handle XML related matters using XML itself. XQuery is such a technique that is created in order to query XML documents using XML itself.

The purpose of this project proposal is to implement a XQuery editor plug-in for Eclipse that will be very helpful for web developers; specially for people that are dealing with querying XML data. Even with current somewhat limited capabilities of XQuery, it is largely used to query XMLDBs such as eXist or Qexo. But with the next suggested version of XQuery which is 1.1, XQuery could be the favourite for querying not only XMLDBs but also other XML based office documents and relational DBs.

Because of the importance of XQuery, I'm expecting to implement a XQuery plug-in that will be managed under Eclipse web tools project and under EPL.Therefore at the end of this project, we will have a fully functional editor (as-you-type syntax validating, error tips, syntax highlighting, outlining, content assistance, Ctrl+Space assistance & preference page) for XQuery.

Here is the complete proposal. [1]

Participants

   * Student: Buddhika Laknath Semage
   * Mentor: David Carver

Features

1)Syntax colouring
2)Content outlining
3)Syntax Validation and highlighting errors
4)Error tips (Reason for errors and may be some guide to undo it)
5)Content assistance
  *. Ctrl + Space to show the content support
  *. Code snippets
6)Preference page to control the overall behaviour of the plug-in including syntax highlighting and defining the output

Community proposals

Feel free to add your comments and ideas.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.