我尝试使用Java开发一个简单的应用程序,该应用程序调用一个返回xml的web服务restful,然后我需要将结果提供给jsp页面。 我在考虑使用CXF,但不清楚的是,restful服务可以有不同的URL,其中包含以下参数:
http://ws-host.com/rest/products?BRAND=020&LOCALE=en_gb?product_code=600200
http://ws-host.com/rest/products?BRAND=020&LOCALE=en_gb&VEHICLE_BRAND=test
或
http://ws-host.com/rest/dealers?BRAND=020&LOCALCE=en_gb&SEARCH_TERM=Test
我该怎么做?我有点困惑。 感谢