Hi,
I am using struts2+Spring+Hibernate.
As i know Spring default autowiring is "no" and it comes to Struts2-Spring default autowiring is "byName". So, if i am not specifying(in struts.xml,struts.properties and applicationContext.xml) any autowiring type in my project then by default which autowiring will be applied?
Thank You.
-Ramesh Alla


Reply With Quote