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

http://myhost/web-services-v1

http://myhost/web-services-v2

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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -