-
Re: Can one use servlet chaining with Sun's JSDK2.1 ?
I looked into servlet chaining recently and the latest release of the servlet
API does NOT support servlet chaining in the sense that a servlet can forward
its input to another servlet and receive back the output of that servlet.
In the latest API it is possible to forward the input, but not receive back
the output. To get round this "improvement" in the API, I had to make an
HTTP call from the first servlet to the second servlet.
"Vikram Rajan" <vikramr@planetasia.com> wrote:
>
>Yes Stephanee, you can use servlet chaining with that sdk
>
>"Stephane" <stephaneeybert@hotmail.com> wrote:
>>
>>I work with the JSDK2.1 from Sun to test my servlets.
>>Can I use servlet chaining with that sdk?
>>Cheers
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks