Re: tapestry5-db-migrations

2012-03-09 Thread Dmitriy Vsekhvalnov
sure thing. just sharing options. honestly none of available migration frameworks for java works for me. so ended up with home grown. On Fri, Mar 9, 2012 at 2:46 PM, Taha Hafeez Siddiqi < tawus.tapes...@gmail.com> wrote: > Thanks Dmitriy > > I had a look at flyway, but the advantage liquibase ha

RE: tapestry5-db-migrations

2012-03-09 Thread Toby O'Rourke
op up and makes using things like HSQLDB or H2 for integration tests harder than it should be. Cheers, Toby. From: Taha Hafeez Siddiqi [tawus.tapes...@gmail.com] Sent: 09 March 2012 11:46 To: Tapestry users Subject: Re: tapestry5-db-migrations Thanks Dm

Re: tapestry5-db-migrations

2012-03-09 Thread Taha Hafeez Siddiqi
Thanks Dmitriy I had a look at flyway, but the advantage liquibase has over flyway is hibernate support. Also flyway does not provide a generic way of writing sqls(not sure) regards Taha On Mar 9, 2012, at 2:49 PM, Dmitriy Vsekhvalnov wrote: > Take a look: http://code.google.com/p/flyway/ >

Re: tapestry5-db-migrations

2012-03-09 Thread Dmitriy Vsekhvalnov
Take a look: http://code.google.com/p/flyway/ On Fri, Mar 9, 2012 at 11:05 AM, Massimo Lusetti wrote: > On Fri, Mar 9, 2012 at 3:18 AM, Taha Hafeez Siddiqi > wrote: > > > Thanks Christian > > > > The only reservation we have against Liquibase is xml. There is a groovy > support but I am not s

Re: tapestry5-db-migrations

2012-03-09 Thread Massimo Lusetti
On Fri, Mar 9, 2012 at 3:18 AM, Taha Hafeez Siddiqi wrote: > Thanks Christian > > The only reservation we have against Liquibase is xml. There is a groovy > support but I am not sure how good it is.  But I think it is the only way to > go :-( I've used that in the past and indeed is XML based

Re: tapestry5-db-migrations

2012-03-08 Thread Taha Hafeez Siddiqi
for something like rails migration and came across >> https://github.com/spreadthesource/tapestry5-db-migrations. It looks >> promising. I have a few queries about it :- >> >> 1) Is it being actively maintained as the last commit was 9 months ago. >> >> 2) It i

Re: tapestry5-db-migrations

2012-03-05 Thread derkoe
Taha Hafeez wrote > > I was looking for something like rails migration and came across > https://github.com/spreadthesource/tapestry5-db-migrations. It looks > promising. I have a few queries about it :- > > 1) Is it being actively maintained as the last commit was 9 months

tapestry5-db-migrations

2012-03-04 Thread Taha Hafeez Siddiqi
Hi I was looking for something like rails migration and came across https://github.com/spreadthesource/tapestry5-db-migrations. It looks promising. I have a few queries about it :- 1) Is it being actively maintained as the last commit was 9 months ago. 2) It is based on Tapestry-5.2. Any