BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Eclipse Foundation Leverages Universal Data Collector to Learn About Users

Eclipse Foundation Leverages Universal Data Collector to Learn About Users

This item in japanese

Bookmarks
Building upon the successful release of last year's Europa, the Eclipse Foundation released 24 projects bundled together in one release called Ganymede. Included in this release is a new feature called the Usage Data Collector (UDC). The purpose of the UDC is defined as follows:

 

"The Eclipse Foundation is making use of the UDC to gather information about how the community is making use of Eclipse technology. The Foundation's immediate interest is to provide feedback to the project teams about the use of their technology in the field. The UDC is currently implemented with this purpose in mind (i.e. the exemplary application of the UDC technology is concerned with providing data to the Foundation)."

The UDC collects information about bundle events, workspace events, and commands using "monitors". A monitor is a Java class that installs a listener to capture events that should be of interest to the Eclipse development community. The UDC could be considered an automated market research tool with a potentially large reach (it is packaged with every Ganymede installation.) And of course Eclipse does not force this feature on its users, Ganymede prompts the user before sending any information back to the Eclipse Foundation. For those concerned with privacy, the UDC does not capture any personal information, including IP Address. In an article in JavaLobby, Mike Milinkovich, Eclipse's executive director, wrote:

"As you can imagine with any data collection technology, privacy is a huge concern. Therefore, to be clear, UDC is 1) opt-in, so only people that agree to send the data will participate, and 2) completely anonymous. No personal data, including IP addresses, is being collected."

It has "potentially" large reach because if enough Eclipse users opt-out of submitting UDC bundles then the Eclipse Foundation will not receive enough representative information to be able to improve Eclipse to meet its developers' needs. In a response to the JavaLobby article, Zviki Cohen raised a good point, that "collecting usage data is a "missing link" for desktop apps. It one of the key shortcomings when compared to web apps." Web applications are already monitoring user activities, so UDC attempts to bring this same paradigm to a desktop application.

Beyond providing insight into Eclipse usage, in an article in The Register, Milinkovich stated that the UDC will help quantify Eclipse usage which he hopes will provide Eclipse with hard ammunition to use against Sun Microsystems' NetBeans.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • UDC cannot be switched off

    by Erik van Ingen,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    For me the UDC is fine when I have the possibility to use it or not. But I can’t switch it completely off! Yes I can choose to send the data. But I would like to switch it off because eclipse is already heavy enough and UDC will make my eclipse even more slow.

  • Re: UDC cannot be switched off

    by Wayne Beaton,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    If you opt to turn off the UDC in either the wizard or in the preferences, it stops monitoring and doesn't start up its service. The plug-in still starts because it has to check to see if it should start up the various services and hook up those monitors. If you're seeing different behaviour, you should create a bug report.

  • Re: UDC cannot be switched off

    by Erik van Ingen,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanx!

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT