Add support for dynamic discovery of jaxrs resources
----------------------------------------------------

                 Key: ECR-12
                 URL: https://jira.nuxeo.com/browse/ECR-12
             Project: Eclipse Content Repository
          Issue Type: Improvement
            Reporter: Bogdan Stefanescu
            Assignee: Bogdan Stefanescu


Be able to deploy jaxrs applications just by specifying a generic application 
factory in manifest file:

Nuxeo-WebModule: 
org.eclipse.ecr.web.jaxrs.scan.DynamicApplicationFactory;package=org/my/resources/base/package

package attribute is optional and if missing "/" will be used (the entire jar 
will be scanned) otherwise only the classes under the given package (and 
sub-packages) will be scanned.

This is useful for quick writing jaxrs apps and for extensibility (as fragments 
can be used to dynamically add new resources)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to