It's all about the answers!

Ask a question

javax.servlet not included in sdk.runtime anymore


Peter Haumer (2.2k12019) | asked Sep 25 '09, 10:29 a.m.
JAZZ DEVELOPER
Hello.
I see that the com.ibm.team.jfs.sdk.runtime.feature_1.0.1.I200908260004 (of
the 1.0.0.1 release SDK) does not include the javax.servlet anymore, but the
tasklist sample still seems to be referencing it. Is this an oversight or
deliberate change? How will the tasklist sample be refactored to support
this change?

Thanks and bets regards,
Peter.

One answer



permanent link
John Vasta (2.6k15) | answered Sep 25 '09, 11:15 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
An implementation of javax.servlet is provided by the application server that you will deploy into (e.g. Tomcat). In order to build an application, though, you need to be able to compile against the classes in javax.servlet, which is why it is provided in the SDK download (jfs-server-sdk-<version>.zip). But you wouldn't want to deploy a conflicting version of javax.servlet as part of your application.

Hello.
I see that the com.ibm.team.jfs.sdk.runtime.feature_1.0.1.I200908260004 (of
the 1.0.0.1 release SDK) does not include the javax.servlet anymore, but the
tasklist sample still seems to be referencing it. Is this an oversight or
deliberate change? How will the tasklist sample be refactored to support
this change?

Thanks and bets regards,
Peter.

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.