The Artima Developer Community
Sponsored Link

Java Community News
Atlassian Acquires Cenqua

2 replies on 1 page. Most recent reply: Aug 1, 2007 5:53 PM by Ivan Lazarte

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Atlassian Acquires Cenqua Posted: Aug 1, 2007 4:08 PM
Reply to this message Reply
Summary
Atlassian, maker of the popular JIRA issue tracker and project manager, announced today that it acquired Cenqua, another Australian firm with a veritable arsenal of developer tools. In this interview with Artima, Atlassian co-founder Scott Farquhar explains how the combined company will benefit developers.
Advertisement

Atlassian gained fame through its JIRA bug and issue tracker that is being used by thousands of software projects, including many open-source ones. The company today announced that it acquired rival Australian software maker Cenqua, whose code coverage and code review products have also became popular in recent years.

In this interview with Artima, Atlassian co-founder Scott Farquhar explains how the joint companies will provide greater integration between their tools, and how this merger will benefit the developer community. (For recent Artima coverage of Atlassian and Cenqua, see Atlassian Releases Bamboo, a Continuous Integration Server and The Value of Code Reviews: An Interview with Cenqua's Matt Quail from JavaOne 2007):

We've been working together informally for many years now. We share an overlap in our customer base, and we've always been recommending Cenqua's products to our customers and, likewise, they've also been recommending our products to their customers... Both of our companies make software development tools that help groups of people collaborate. We don't make IDEs, or products that just one person uses—all our products are about collaboration... We're a good fit with each other, and there are a lot of integration points already.

For customers that already have all our products, they'll see tighter integration, and for customers that only have a subset of our products, the tighter integration likely will mean that they'll be purchasing more of our products down the line.

JIRA, our project management and issue tracking system, has over 5,500 customers around the world. It allows people to track tasks and issues that need to get done in projects, most often in software development projects. We have anywhere from five people using it in a small company to thousands of people using it in large banks.

We have Bamboo, which is a continuous integration server. It works at a team level in larger organizations. We see that over the next couple of years, more and more companies will be doing continuous integration and automated testing, and Bamboo is the only product now in the market that allows you to view project metrics across multiple builds. By looking at that data, you can see if you're doing better or worse in terms of project velocity, for example. Those metrics can then give you feedback on whether you're getting better or worse as a team. And then it allows you to drill down, for example, to see what tests are running slow.

FishEye, another of our tools, runs across source control systems that allows you to search and sort and produce metrics around your source control system. It runs on Perforce, Subversion, and CVS. It integrates very well—if you have ViewCVS, or Subversion, or any Web-based tool, you could use FishEye to search your code, and slice and dice it, and it integrates with Bamboo also.

Crucible is a code-review tool. There are not many code-review tools in the market at the moment. We anticipate that as people work in distributed software development teams, code reviews will become an increasingly important part of the tools they use to achieve high code quality... We certainly do that over there. You may have a situation when you have a new person on the team, and you want to be sure to review everything that he does, and Crucible makes that very easy to do.

Some of the integration points in the future will make this even more interesting. If you have a bug that's flagged [in JIRA], you may want to then review that entire commit to see how the bug came about. You can think of all the permutations of something like that. That kind of review can be done asynchronously and remotely, it's Web-based. So it's especially useful for distributed development teams.

Clover instruments your Java files, and allows you to see that when you run tests, what tests got exercised. It's important to write tests, but you also have to know what part of your code those tests actually exercise, and what percentage they exercise. And if you want to write some more tests, then you need to know what packages and what part of the source base you should focus on. Clover 2 also allows you to see what tests exercised what part of your code.

Here's another example of the kind of integration points that we can now provide between these tools: You may identify a bug in the code, and you can then go back and see what tests ran on that code, and why that test may not have caught that bug initially.

Farquhar told Artima that the post-merger Atlassian would continue both companies' previous policy of providing open-source projects with free licenses to all those tools.

What do you think of the combined companies, and what kind of integration would you like to see between these products?


Matt Doar

Posts: 9
Nickname: mdoar
Registered: Feb, 2004

Re: Atlassian Acquires Cenqua Posted: Aug 1, 2007 5:48 PM
Reply to this message Reply
I smiled about that piece of news on my blog at

http://toolsmiths.blogspot.com/2007/08/atlassian-has-acquired-cenqua.html

Basically:

"not surprising, given how many of my customers use both Jira for bugtracking and FishEye"

and

"What's funny to me is that I suggested it to Scott Farquhar, the CEO of Atlassian last month but I didn't pick up on why he looked a bit surprised by my suggestion!"

Ivan Lazarte

Posts: 91
Nickname: ilazarte
Registered: Mar, 2006

Re: Atlassian Acquires Cenqua Posted: Aug 1, 2007 5:53 PM
Reply to this message Reply
I have to say, I'm pretty excited to hear this news :)

Flat View: This topic has 2 replies on 1 page
Topic: Google Open-Sources Singleton Detector Previous Topic   Next Topic Topic: Lennart Ohman's Video Presentation on Erlang

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use