I have integrated both liquibase & flyway with my application. Both are working fine. Both have their pros & cons. Now my concern is with webservices. Can Rest and Soap be used with these tools. If yes then can you please elaborate in details??? I need to use these tools with hudson and can Rest & Soap be used to call liquibase or flyway. Thanks in Advance.
|
feedback
|
|
Liquibase has a java interface primarily accessed through liquibase.Liquibase (http://www.liquibase.org/api/liquibase/Liquibase.html) which can be used to programatically perform liquibase operations. There is not built-in support for rest or soap, but either can easily be created. UPDATE: Example code
| |||||
feedback
|
|
In a layered architecture with Remoting / Services / DataAccess layers
Neither Flyway nor Liquibase impose restrictions on the kind of remoting technology being used. | |||
|
feedback
|