View Poll Results: Which XML editor plugin for Eclipse are you using to edit your Spring bean config files?

Voters
10. You may not vote on this poll
  • Oxygen XML Editor

    3 30.00%
  • X-Men

    0 0%
  • XmlAuthor

    0 0%
  • XMLBuddy

    3 30.00%
  • xmlclipse

    0 0%
  • Web Standard Tools (WST)

    4 40.00%
  • Other

    0 0%
Results 1 to 3 of 3

Thread: Beans XML editor project started - input needed

  1. #1
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default Beans XML editor project started - input needed

    We started working on a new feature of Spring IDE - an XML editor for Spring beans config files. Some details and a first screenshoot can be found here.
    If you have any ideas, hints, experiences with regards to an XML editor based on the Eclipse Web Standard Tools (WST) project please share them in this thread.

    Currently we need input for the following topics:
    • * How can we leverage JDT to provide code completion for the bean classes? Our current brute-force approach (traversing through the projects AST looking for packes + types matching a specific string) is too slow.

      * How can we leverage JDT to provide code completion for bean properties? Ok, here we have the same brute-force option to traverse the AST of the bean class. But is there any JDT code we can leverage?

      * The icons used in beans view are boring or totally wrong. Do you have ideas which icons are a better fit for the artefacts defined in the Spring beans config DTD?

      * Btw. we need an icon for Spring IDE and it's website. Any suggestions?

    Cheers,
    Torsten

  2. #2
    Join Date
    Aug 2004
    Posts
    203

    Default

    * How can we leverage JDT to provide code completion for the bean classes? Our current brute-force approach (traversing through the projects AST looking for packes + types matching a specific string) is too slow.
    How eclipse "Open Type" work ? It is the best way, probably

  3. #3
    Join Date
    Sep 2004
    Location
    Toronto, ON, Canada
    Posts
    18

    Default Re: Beans XML editor project started - input needed

    Quote Originally Posted by Torsten Juergeleit
    * How can we leverage JDT to provide code completion for the bean classes? Our current brute-force approach (traversing through the projects AST looking for packes + types matching a specific string) is too slow.
    There is a class/interface completion in entry fields in the "New type dialog" as well as in many refactoring dialogs and in Java Editor (I guess there is a completion provider/contribution for that).

    Quote Originally Posted by Torsten Juergeleit
    * How can we leverage JDT to provide code completion for bean properties? Ok, here we have the same brute-force option to traverse the AST of the bean class. But is there any JDT code we can leverage?
    Same story. It may worth to check completion facility in JDT.

    Quote Originally Posted by Torsten Juergeleit
    * The icons used in beans view are boring or totally wrong. Do you have ideas which icons are a better fit for the artefacts defined in the Spring beans config DTD?
    Aren't they consistent with JDT icons?

    Quote Originally Posted by Torsten Juergeleit
    * Btw. we need an icon for Spring IDE and it's website. Any suggestions?
    Personally I like the one that are being used for Spring Beans view and for all editors.

Similar Threads

  1. Spring container fails with no exception
    By naor in forum Container
    Replies: 9
    Last Post: Oct 1st, 2005, 03:39 PM
  2. Replies: 1
    Last Post: Sep 28th, 2005, 03:00 PM
  3. Getting Started...Pointers needed
    By anagha in forum AOP
    Replies: 5
    Last Post: Sep 13th, 2005, 01:03 AM
  4. Replies: 4
    Last Post: Aug 17th, 2005, 04:42 AM
  5. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •