This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: various kawa check-ins


Nic Ferrier wrote:
> Per Bothner <per@bothner.com> writes:
>>One that is done, you'll be able to use fluid-let in servlets, and 
>>it would be easy to have KawaServlet register the appropriate variables 
>>in the dynamic state. 
> 
> That would be very useful. It was my hope that it would be possible.
> 
> When it happens will this be portable or will it depend on
>  KawaServlet?

fluid-let should depend on KawaServlet, but KawaServlet does the
initial thread registration and setup for you.  You could use some
other mechanism instead.

> My eep tool compiles to a single static proc - not to a
> KawaServlet. I'd very much like to be able to use fluid-let inside
> eep.

The main thing is that you need to register a thread's CallContext
(or better ServletCallContext).  Using a KawaServlet or a Future
does that automatically.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]