From: Timothy H. <tim...@ma...> - 2003-01-21 21:35:14
|
Begin forwarded message: > From: da...@Da... (david may) > Date: Tue Jan 21, 2003 03:42:07 PM US/Eastern > To: jsc...@li... > Subject: talk about web-apps > Reply-To: da...@Da... > > I think I hvae discovered that lambdas stored in session > attributes should not reference global variables like out > and request and response. apparently their values can change > between http request. Now that I think about this it does make > sense. Right, but they can be arguments of the lambda. > > My app is creating DOM objects and transform objects I don't have any experience with DOM objects, but maybe someone else on the list does.... > as > well as jdbc connections and statements. Does anyone have any > good techniques for doing this kind of thing without having to > recreate the objects etc for each http request. Perhaps > custom scheme servlet code? > > > davud > |