-
Jan 6th, 2005, 10:33 PM
#1
Delegating Proxy/interceptor
I have a case where some methods in a business interface will be invoked synchronously via EJB and some asynchronously via JMS. The client code will only use the business interface and will not be aware of the transport (EJB vs JMS).
I have built a Delegating proxy and interceptor to meet this requirement.
http://opensource.atlassian.com/proj...browse/SPR-575
The interceptor is generic and can be added to any proxy to delegate to another bean based on method name pattern.
Is this the right approach ?
--Ram.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules