I am searching a suitable ci tool. We hava java and j2ee projects. Which continous integration tool would you recommend?

Thanks in advance..

link|improve this question

73% accept rate
When you say faster ... do you mean easier to set up quickly, easier to use quickly, quicker to run build/deployment processes (most of this will be down to the compiler and build transports), or something else? I've not used any of the others, but I've found Cruise Control generally quite pokey ... very usable though. – Jeff Parker Mar 3 '11 at 16:00
feedback

1 Answer

I have used and setup CC and Hudson so I will speak for only these two. Hudson is easier to setup I would like to think, CruiseControl is about 25% slower. But between both of them I have personal preference for CruiseControl as I found it very easy to extend it to make an online release system for production releases.

Having said that, I see a lot more people use Hudson, and it has enough plugins to support any kind of need you may have.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.