The bean configuration that we have done in applicationContext.xml is :
<bean id="amsComergentWebService" class="com.lifetouch.oms.service.spring.AlwaysUseJaxRpcProxyFactoryBean">
...
Type: Posts; User: sharmilaB; Keyword(s):
The bean configuration that we have done in applicationContext.xml is :
<bean id="amsComergentWebService" class="com.lifetouch.oms.service.spring.AlwaysUseJaxRpcProxyFactoryBean">
...
I am new to this framework of Spring.I have been using struts till now but I want to migrate to Spring framework and have velocity as my view resolver. Can anyone plz suggest me from where do i start...