server side feature of "javax.servlet"?
hi, I had completed a plugin, and I want to make a feature proj of it, the plugin required "javax.servlet", and I want to know which server side feature I should include in the feature proj...
Thanks in advance |
One answer
I believe this package is supplied by the Web server (Tomcat / WebSphere), so you shouldn't need to specify a feature dependency for this. As for the dependency, you should use a package dependency rather than a bundle dependency, because the classes you will be running at runtime won't come from a bundle, but will simply be available on the classpath.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.