Hi, Did you think about using Google App Engine for your unit testing: it's 1-click deploy (also possible via Ant Task) and no issue in provisioning hardware and software: Google does it for you.
That what I do to be as fast as possible in my devs and tests. NB: sql is not usable on GAE but if you use appropriate Data Access Objects, it's a non issue. regards didier On Dec 1, 3:10 pm, Mark van Veen <mark.vanv...@gmail.com> wrote: > Hi, > > I am using GWT now for half a year now and the project is growing and > growing. Now I am looking for some good tools which help me with > deploying my application automaticly in a tomcat test server and later > on the production server. For now I am doing this with the build > artifacts function of IntelliJ which is good but not what i am looking > for. > > I already found tools like maven and Hudson CI which could help me > with that. > > What I am still missing is a automatic way of generating war files > which are deployed on the test server(with different properties like > db connection and user) and after the commitment from the test team it > will deployed on the production server automaticly. Is there something > or can this handled by maven as well? Furhter i am looking for an > automatic way of running our sql files when they changed on the db > server before deploying the gwt application. > > I am not very familiar with these kind of tools so I thought it would > be a good idea to ask you guys as this should be a challenge for some > of you. > > Thanks a lot, > Mark -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.