You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Brajesh Patel <my...@yahoo.com> on 2008/12/12 04:26:32 UTC

What is Dependency Injection .

Hello All,
     What is dependency injection in term of JSF.


<managed-bean>
   <managed-bean-name>adress</managed-bean-name>
   <managed-bean-class>x.y.z.Adress</managed-bean-class>
   <managed-bean-scope>session</managed-bean-scope>
   <managed-property>
    <property-name>..</property-name>
    <property-class>...</property-class>
    <value>#{adress}</value>
   </managed-property>
 </managed-bean>