As a new to Velocity, I need to know how to use beans in velocity template, If beans are defined in applicationContext.xml file. Eg. I have following definition in applicationContext.xml <bean id="configBean" class="com.ost.config.ConfigFactory" singleton="true" dependency-check="none"> <constructor-arg index="0"> <value>/WEB-INF/appconf/rss.properties</value> </constructor-arg> </bean> How can use this bean in velocity or jsp page.
Thanks for your help. -R