RESTful service orchestration using spring MVC and Apache Camel -


i trying rest service orchestraction using spring mvc , apache camel. basic idea if 1 calls url http://localhost:8080/context/associateverify?ssn=value1&param2=value2, should call webservice http://localhost:8080/associateverify/ssn?ssn=value, sameway if call http://localhost:8080/context/store?storenum=value1 should call http://localhost:8080/storeinfo/store?storenum=value & on. tried searching on net, couldnt detail example me start with.

urlrewritefilter might you. filter equivalent of mod_rewrite module of apache https. find more info @ http://tuckey.org/urlrewrite/ , http://nematodes.org/martin/2010/02/04/301-permanent-redirect-with-tomcat-howto/


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -