You should know how to add PersonManager to applicationContext.xml
from the tutorials. Beyond that, it's just a matter of adding the
following to dwr.xml:
Then add the appropriate JavaScript includes to the of your
page to call method
Hi all,
I wonder what is the best way to call personManager.findByLastName(String)
method in the class file used to dynamically update html using dwr? In other
words what should I add to applicationContext.xml and how to define the
personManager in Demo class.
I am new to springframework so it w