Wendy,

I mean for injection like:

<!DOCTYPE beans* (View Source for full doctype...)*>
  <beans default-lazy-init="*false*"
default-dependency-check="*none*"default-autowire
="*no*">
 - <#>     <bean name="*logon$logic*" class="*
org.apache.shale.usecases.logic.LogonLogic*" singleton="*false*" abstract="*
false*" lazy-init="*default*" autowire="*default*" dependency-check="*
default*">
- <#>         <property name="*dao*">
             <ref bean="*logon$users*" />
      </property>
  </bean>
     <bean name="*profile$logic*" class="*
org.apache.shale.usecases.logic.LogonLogic*" singleton="*false*" abstract="*
false*" lazy-init="*default*" autowire="*default*" dependency-check="*
default*">
- <#>         <property name="*dao*">
             <ref bean="*profile$users*" />
     </property>
 </bean>
   <bean name="*profile$users*" class="*
org.apache.shale.usecases.model.minimal.MinimalUsersDAO*" singleton="*true*"

     abstract="*false*" lazy-init="*default*"
autowire="*default*"dependency-check
="*default*" />
</beans>


2006/7/9, Wendy Smoak <[EMAIL PROTECTED]>:

On 7/9/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote:

> I was thinking in someting like this to avoid the
> applicationContext.xmlentries. This is possible or no chance?

There was a similar thread crossposted to the MyFaces and Struts user
lists recently:

   http://www.mail-archive.com/users%40myfaces.apache.org/msg24379.html

   http://www.mail-archive.com/user%40struts.apache.org/msg48283.html

--
Wendy




--
Yours truly (Atenciosamente),

Rogério

Reply via email to