Reputation: 1515
It's time to ask question on StackOverflow because I did not find a good one in Google.
We have a legacy systems(2 in my case) that provide some functionality via RESTful web-services. Now we are building a Java EE system that will consume RESTful services from that legacy systems.
Questiuon: how to build convenient facade API over mentioned RESTful web-services to use them easily in our Java EE app? Are there some frameworks to easily consume a set of REST web-services and it can be XML-configured?
Upvotes: 0
Views: 995
Reputation: 22692
There is a number of options
Upvotes: 1