el-next@uel.java.net

Re: Making EL easier to use

From: Kin-man Chung <Kin-Man.Chung_at_Sun.COM>
Date: Wed, 03 Mar 2010 17:22:34 -0800

On 02/21/10 00:12, Martin Marinschek wrote:
>> If we create instances of the class upon resolution then we'd need to
>> control the lifetime of those classes. Without a context duration for
>> the class that's kind of arbitrary, especially in an SE environment (I
>> guess it could be the lifetime of a thread and that cache could be
>> something like a thread local cache of class instances?).
>
> I think it is very difficult to try to create a bean-container outside
> of the world of bean-containers. I believe it would be better to
> require some sort of bean-container to be present.
>
Should we then say EL will assume a bean-container and not worry about
SE environment? I know I said that our goal is to make EL easier to use
"inside and outside of Java EE", and what do we meant by "outside of
Java EE" then?

> best regards,
>
> Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: el-next-unsubscribe_at_uel.dev.java.net
> For additional commands, e-mail: el-next-help_at_uel.dev.java.net
>