[jbosstools-issues] [JBoss JIRA] (JBIDE-13543) Consider using Lucene to index JAX-RS elements in the metamodel

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Tue Feb 12 09:16:58 EST 2013


Xavier Coulon created JBIDE-13543:
-------------------------------------

             Summary: Consider using Lucene to index JAX-RS elements in the metamodel
                 Key: JBIDE-13543
                 URL: https://issues.jboss.org/browse/JBIDE-13543
             Project: Tools (JBoss Tools)
          Issue Type: Task
          Components: Webservices
    Affects Versions: 4.0.0.Final
            Reporter: Xavier Coulon
            Assignee: Brian Fitzpatrick
             Fix For: 4.1.x


The JAX-RS Metamodel holds all the elements discovered in the Java Model (plus web.ml) and provides with a set of methods to retrieve elements. To improve performance, these elements have been indexed in maps on a given criteria, but some validation tasks require more complex queries (eg: finding duplicate providers, checking if an exception mapper would match the resource method by querying against the thrown exception + produced mediatype, etc.)

Thus, being able to index all the JAX-RS elements against their properties then being able to perform complex queries could be an alternative to evaluate. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list