Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
how to maintain reference to the response object
jaspal singh
Ranch Hand
Joined: Sep 15, 2005
Posts: 54
posted
Dec 20, 2005 04:15:00
0
hi guys,
i have one
servlet
, which gets the user request and passes that request
to an application by encapsulating that request in a datastructure.
There are thousands and millions request taking every day.
now to send the result do i need maintain the reference of all the response
objects.
isnt it really poor design.is it really needed.
there are two conncetion types : synchronous and asynchronous.
considering can u suggest me a good approach.
Teach me the art of forgetting, for I always remember wat I have forgotten.
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
I like...
posted
Dec 20, 2005 04:55:00
0
Duplicate of:
http://www.coderanch.com/t/361832/Servlets/java/maintain-reference-response-object
If you want to fix the subject (which is a good idea) just click the edit link for the top post in your thread.
It looks like this:
[ December 20, 2005: Message edited by: Ben Souther ]
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
I agree. Here's the link:
http://aspose.com/file-tools
subject: how to maintain reference to the response object
Similar Threads
Sending a session cookie in the response
True or False : Argument passing by remote client
how to maintain reference to the response object
Request Scope in jsp
Communication between servlets of two different applications in Tomcat
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter