views:

170

answers:

3

I was looking at open source ALM tools and discovered an interesting project called jabox.

Jabox is a new project designed to support Maven builds and new projects are setup with pre-configured POMs supporting the following suite of tools:

alt text

What makes Jabox unique is that it contains embedded editions of the following tools:

  • Subversion
  • Hudson
  • Artifactory

Unfortunately jabox does not appear to publish its code, so don't know it's an open source project.

Question part 1:

Are there any similar open source ALM projects that attempt an integration of existing tools approach?

What interests me is the best of breed approach to ALM.

Question part 2:

Is there interest in this sort of project? Embedded 3rd party tools in the ALM space and supporting multiple build tools

Maven is not everyone's cup of tea. Some of use still using ANT or looking at other emerging tools like Gradle.

A: 

Hi , you are able to download jabox release? If you are having, please upload

sakthivel
No this is not my project. The download link is on the homepage: http://www.jabox.org/repository/releases/org/jabox/jabox-standalone/0.0.8/jabox-standalone-0.0.8-jar-with-dependencies.jar
Mark O'Connor
+2  A: 

Eclipse community embarked on a similar ambitious project Application Life-cycle Framework. Thanks to the indifference by some major ALM tool vendors the project got archived last year. ... and you closed your question yesterday :-)

What Eclipse ALF tried to accomplish seemed to be a major deterrent for commercial ALM vendors. This would have given us a similar tool suite with greater functionality if completed.

Keerthi Ramalingam
Thanks for that response. I wasn't aware of the Eclipse ALF project.
Mark O'Connor
A: 

Endeavour Application Lifecycle Management drives the creation of large-scale enterprise system solutions by providing support for iterative and incremental software development processes with special emphasis on use-case driven practices.

http://endeavour-mgmt.sourceforge.net/

Ezequiel Cuellar