callback « Bean « Spring Q&A





1. beans & callbacks    forum.springsource.org

Hi, I need to include in my application this callback-interface: http://xml.apache.org/xalan-j/apidoc...taHandler.html to "catch" clone-event for a DOM-node. is it just need make a bean like an implement of this interface, or ...

2. Bean Instantiation/Wiring for Callback    forum.springsource.org

Bean Instantiation/Wiring for Callback I have two classes that need the ability to send messages to each other asynchronously, so need for each class to contain a reference to the other. ...