InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Changing the way you work with Mylar

Posted by Rob Thornton on Oct 12, 2006

Sections
Development
Topics
Artifacts & Tools ,
Java
Tags
Eclipse ,
Mylyn

Mylar is an Eclipse plug-in that changes Eclipse into a task focused UI. Mylar lets you define tasks and then it associates information (such as classes, methods, or compilation errors) with it, based on your activities. Mylar, which recently released version 0.7, connects to several common task repositories (JIRA, Bugzilla, and Trac) to allow you to use those tasks, instead of creating your own.

Mik Kersten, the project lead for Mylar, has recently published a two part article on IBM's developerWorks site. Part 1 introduces Mylar and walks through setting it up with a remote task repository then describes how your work day would change with Mylar helping filter your work. Here Kersten describes the change:

Over time, the result of using Mylar is a subtle but fundamental shift in the way you work. Once you become accustomed to working in a task-focused way, you, like many other Mylar users, are likely to notice a dramatic increase in your productivity. Being organized, staying on top of dozens of bug reports, and tracking your progress will gradually become effortless.

Part 2 of the article steps through using Mylar for Java development and how it boosts productivity. Mylar is a powerful boost for a single developer, but it also allows the Mylar contexts to be shared. The context contains all of the knowledge about the task that Mylar has recorded. Kersten describes the benefit of sharing contexts:

you can easily share task context by attaching it to a bug report. When retrieving a shared context, you can select from all available if more than one is present. On the Mylar project, for example, we attach a context to every bug report that is resolved and request that a context be attached with every patch that is contributed. This sharing of expertise through context makes it much easier to apply patches, delegate bug reports to team members, and clean up code after a pair-programming session. The fact that all of our resolved bugs have a context stored means that we can instantly recall and use past expertise whenever a bug is reopened or similar tasks arise.

Mylar is growing in popularity. Developers are finding that even after just a week or two of use, it has changed the way they work. The ability to return to a task you worked on a month ago and have all of the pertinent files opened and the most relevant classes and methods bolded is a great time saver. There is a flash video that demonstrates some of the power of Mylar, though the video was captured using version 0.4. The 0.7 release supports Eclipse 3.2 and 3.3M3 and the project is moving along rapidly, with a 0.8 release expected in a couple weeks.

No comments

Watch Thread Reply

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.