1 <?xml version="1.0" encoding="UTF-8" ?> 2 3 <!DOCTYPE struts PUBLIC 4 "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" 5 "http://struts.apache.org/dtds/struts-2.0.dtd"> 6 7 <struts> 8 9 <bean type="com.opensymphony.xwork2.ObjectFactory" 10 name="guice" 11 class="com.google.inject.struts2.Struts2Factory"/> 12 13 <!-- Make the Guice object factory the automatic default --> 14 <constant name="struts.objectFactory" value="guice" /> 15 16 </struts> 17