-
Nov 14th, 2007, 11:33 AM
#1
How to export multiple service interfaces through HttpInvoker using only one URL
Hi,
We have a business need to export two business interfaces through the same service URL. However we've not found an easy way to do this without changing a lot of Spring infrastructure code.
We could make one interface extend the other one to solve the problem, but the interfaces are orthogonal, and would not look nice.
We could expose two different URLs, but this would make our configuration much more verbose, and besides, both URLs would point to the same destination service object, which would be an unnecessary hassle.
The remote proxies are dynamically generated, so it is technically feasible for this work (multiple interfaces can be easily implemented by the proxy). Has anyone run into this requirement?
Thanks in advance.
-
Dec 18th, 2008, 09:11 AM
#2
multiple interfaces
I see there was no reply to your request, but I have the same problem and wish there was a good solution from the Spring team!
-- David
-
Dec 21st, 2008, 08:20 PM
#3
great post
-
Feb 25th, 2009, 10:42 AM
#4
exporting multiple interfaces
I would still appreciate a reply/solution from the Spring team!
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