[
https://issues.apache.org/jira/browse/SLING-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121505#comment-13121505
]
Justin Edelson commented on SLING-2237:
---------------------------------------
committed initial implementation in r1179454. leaving this issue open for a few
days to get other comments (if any)
> inject OSGi services into Java script-based servlets
> ----------------------------------------------------
>
> Key: SLING-2237
> URL: https://issues.apache.org/jira/browse/SLING-2237
> Project: Sling
> Issue Type: Improvement
> Components: Scripting
> Reporter: Justin Edelson
> Assignee: Justin Edelson
> Fix For: Scripting Java 2.0.2
>
>
> originally discussed here: http://markmail.org/thread/yv5re37b7nopboum
> In a Java scripted servlet (i.e. a foo.java resource which is treated like a
> script), it would be helpful to be able to get OSGi services injected.
> Use cases:
> @Inject
> private ServiceInterface serviceInterface;
> @Inject
> private ServiceInterface[] array;
> @Inject
> private List<ServiceInterface> list
> @Inject
> private Collection<ServiceInterface> list
> (special)
> @Inject
> private SlingScriptingHelper slingScriptingHelper
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira