java - Supporting multiple versions of web-services -
i have web-services implemented dropwizrad. these web-services being developed mobile app. consider scenarios version 1.0 of application out, multiple users accessing it. there major changes done web-services compatible new version of application. tackle have host 2 versions of web-services, 1 legacy users , other latest version of application. there way can run different versions of same web-services in same container. clients make choice between the version of web-services user more
as long web service self-contained in own webapp (war file), own dependencies (web-inf/classes
, web-inf/lib
), can run 2 separate webapps on 2 different context roots , neither 1 aware of each other.
Comments
Post a Comment