Restlet running on servlet api 2.3

4 messages Options
Embed this post
Permalink
webpost

Restlet running on servlet api 2.3

Reply Threaded More More options
Print post
Permalink
Is there a version of Restlet that still run on the Servlet API Spec 2.3?

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2413174
jlouvel

Re: Restlet running on servlet api 2.3

Reply Threaded More More options
Print post
Permalink
Hi there,

I don't think we use advanced Servlet features, so it is very likely
that Restlet runs with no changes in a Servlet 2.3 container. Please try
and let us know.

Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~ http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com




[hidden email] a écrit :
> Is there a version of Restlet that still run on the Servlet API Spec 2.3?
>
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2413174
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2413409
Yuri Sokolovski

RE: Re: Restlet running on servlet api 2.3

Reply Threaded More More options
Print post
Permalink
Hi, we want to use the Restlet framework in  our project, but need support for Servlet API 2.3 (SAP Web App Server 7.0 is still servlet API 2.3 :( ). As per your earlier suggestion, I tried it using the existing 2_5 servlet extension bundled, and it fails - there are a bunch of 2.5 calls which are not compatible. (e.g. HttpServletRequest not having getLocalAddr() method etc).

So what do you think? Do we need to write our own extension to support this older servlet API or is there something out there we could use?

Maybe I could use an earlier version of 2_3 servlet extention JAR from Restlet 1.0 or in that case we'd have to completely go 1.0?

Thank you!

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2417106
StephanKoo

Re: Restlet running on servlet api 2.3

Reply Threaded More More options
Print post
Permalink
Hi Yuri,

perhaps you could adopt the current Servlet 2.5 extension back to 2.3?
How big are the differences?

best regards
   Stephan

Yuri Sokolovski schrieb:
> Hi, we want to use the Restlet framework in  our project, but need support for Servlet API 2.3 (SAP Web App Server 7.0 is still servlet API 2.3 :( ). As per your earlier suggestion, I tried it using the existing 2_5 servlet extension bundled, and it fails - there are a bunch of 2.5 calls which are not compatible. (e.g. HttpServletRequest not having getLocalAddr() method etc).
>
> So what do you think? Do we need to write our own extension to support this older servlet API or is there something out there we could use?
>
> Maybe I could use an earlier version of 2_3 servlet extention JAR from Restlet 1.0 or in that case we'd have to completely go 1.0?
>
> Thank you!
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2419160