Reply to comment

Exposing Spring Beans as AJAX methods using DWR

<bean id="echoBean" class="com.samples.Echo">
   <dwr:remote javascript="Ajax">
      <dwr:include method="echo"/>
   </dwr:remote>
</bean>

Reply

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.