Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

saved by4 people, first byFyun Li on 2007-08-13, last byEdward Hsieh on 2008-04-22

  • <bean id="myService" class="example.MyServiceImpl">

    <dwr:remote javascript="MyAjaxService"/>

    <property name="dao" ref="myDao"/>

    </bean>
  • we do need to somehow expose DWR to the outside world.
  • dependent on whether you are using Spring MVC for your web application in which case you should go with the DwrController or using any other web framework then go with the DwrSpringServlet.