Re: Best practises in automatic test and deployment

2010-12-06 Thread Mark van Veen
Hi there, thanks a lot for your suggestions I will have a look at it! Mark PS: I searched my mailing on the webinterface at google groups but couldnt find it. Now I answered via gmail - is there a problem with the web interface? 2010/12/1 Ray Tayek rta...@ca.rr.com At 06:10 AM 12/1/2010, you

Re: Best practises in automatic test and deployment

2010-12-06 Thread Brian Lough
Mark, I would imagine the process you need to develop will dictate your tools. If you're just using InteliJ, you need to get Maven, Ant, or whatever building you project outside it first. That choice might dictate which app server you use to test. On Mon, Dec 6, 2010 at 1:53 AM, Mark van Veen

Best practises in automatic test and deployment

2010-12-01 Thread Gambo
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

Best practises in automatic test and deployment

2010-12-01 Thread Mark van Veen
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

Re: Best practises in automatic test and deployment

2010-12-01 Thread Didier Durand
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

Re: Best practises in automatic test and deployment

2010-12-01 Thread Mark van Veen
Hi Didier, I already thought about that but I cant put our app in the cloud because of our internal company policies :-(. regards, Mark 2010/12/1 Didier Durand durand.did...@gmail.com Hi, Did you think about using Google App Engine for your unit testing: it's 1-click deploy (also possible

Re: Best practises in automatic test and deployment

2010-12-01 Thread Hilco Wijbenga
On 30 November 2010 14:45, Gambo mark.vanv...@gmail.com wrote: 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.

Re: Best practises in automatic test and deployment

2010-12-01 Thread Ray Tayek
At 06:10 AM 12/1/2010, you wrote: ... 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. ... What I am still missing is a automatic way of generating war files which are deployed on the test