dev@javaserverfaces.java.net

Re: PostConstruct/PreDestroy

From: Jacob Hookom <jacob_at_hookom.net>
Date: Wed, 11 Jan 2006 22:18:56 -0600

Ed Burns wrote:

>>>>>>On Mon, 09 Jan 2006 21:58:38 -0600, Jacob Hookom <jacob_at_hookom.net> said:
>>>>>>
>>>>>>
>
>JH> For someone not using a JEE 5 container, like Tomcat 5.5, is Sun putting
>JH> a requirement in with the 1.2 implementation such that it will only work
>JH> with their application server at this point?
>
>The story is that JSF 1.2 features marked as "required for an EE5
>compliant container" are only required if your container wants to claim
>compliance with EE5.
>
>Ed
>
>
>
Thanks Ed, would you want to do a reflection check on the annotation
before loading it to allow JSF 1.2 to run in Tomcat 5 without the
annotations lib?