atom feed16 messages in org.apache.myfaces.usersRE: managed properties
FromSent OnAttachments
Dhananjay PrasannaJun 21, 2006 7:03 pm 
Ondrej SvetlikJun 21, 2006 7:36 pm 
Dhananjay PrasannaJun 21, 2006 7:43 pm 
RickJun 21, 2006 8:02 pm 
Craig McClanahanJun 21, 2006 8:58 pm 
Dhananjay PrasannaJun 21, 2006 9:06 pm 
Craig McClanahanJun 21, 2006 9:32 pm 
RickJun 22, 2006 7:24 am 
Surapuraju, VamsiJun 22, 2006 10:41 am 
Cosma ColanicchiaJun 23, 2006 2:21 am 
Bill SchneiderJun 23, 2006 8:16 am 
Dhananjay PrasannaJun 25, 2006 4:41 pm 
Craig McClanahanJun 25, 2006 5:15 pm 
Dhananjay PrasannaJun 25, 2006 5:49 pm 
Craig McClanahanJun 25, 2006 6:43 pm 
Dhananjay PrasannaJun 25, 2006 6:56 pm 
Subject:RE: managed properties
From:Dhananjay Prasanna (dpra@emergency.qld.gov.au)
Date:Jun 25, 2006 6:56:53 pm
List:org.apache.myfaces.users

________________________________

From: crai@gmail.com [mailto:crai@gmail.com] On Behalf Of Craig McClanahan Sent: Monday, 26 June 2006 11:43 AM To: MyFaces Discussion Subject: Re: managed properties

In JSF 1.2, which is part of Java EE 5, you get the benefits of resource injection from the container into managed beans, and support for the common JSR-250 annotations (such as @PostConstruct and @PreDestroy) for free. There was no reason to include them explicitly in the JSF spec -- at least when you're running in a EE 5 container like Glassfish.

Awesome, now I will just have to wait for BEA to catch up =)

Thanks again.