blob: 2449c402094e22bb3debb44dbab61c60e912070f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "springframework.org/dtd/spring-beans-2.0.dtd">
<beans>
<!-- Example of Struts action instantiated by Spring -->
<bean id="helloWorldAction" class="com.demo.HelloWorldAction" scope="prototype"/>
</beans>