It's all about the answers!

Ask a question

server side feature of "javax.servlet"?


Shi Maode (177) | asked May 26 '11, 5:12 a.m.
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



permanent link
Curtis d'Entremont (1.3k3) | answered May 30 '11, 1:06 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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


Register or to post 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.