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 will be a newbee question. ------------------------------- Here is the Demo class public class Demo { public String getServerInfo() { return WebContextFactory.get().getServletContext().getServerInfo() + " running on JDK " + System.getProperty("java.specification.version") + " using DWR " + WebContextFactory.get().getVersion(); } } I want to user a manager in this class. Thanks in advance. -- View this message in context: http://www.nabble.com/How-to-reach-the-personManager-in-DWR%27s-Demo-class-tf3542955s2369.html#a9890671 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]