Gerhard Petracek created WINK-397:
-------------------------------------
Summary: ServiceLoader instead of subclassing RestServlet
Key: WINK-397
URL: https://issues.apache.org/jira/browse/WINK-397
Project: Wink
Issue Type: Improvement
Affects Versions: 1.3
Reporter: Gerhard Petracek
currently there are multiple sub-classes of RestServlet to integrate
dependency-injection containers. using java.util.ServiceLoader instead would be
better (and easier for users).
if java 1.5 support is still needed, it's possible to use the same approach owb
is using for 1.5 and 1.6+ which is available at
http://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.1.8/webbeans-impl/src/main/java/org/apache/webbeans/service/
.
+ it can be used for other parts as well.
--
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