[
https://issues.apache.org/jira/browse/SLING-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121396#comment-13121396
]
Felix Meschberger commented on SLING-2237:
------------------------------------------
Apart from my general conceptual problems with these servlets, I think this is
an ok solution, though it causes long-lived fields in the servlet (discouraged
anyway) to be useless. That's ok, but we must be aware of this limitation.
Other than that, I am fine with the patch.
> 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
>
> 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