Prediction #8: Eclipse and Visual Studio dominate the IDE market, become even more boring
Join the DZone community and get the full member experience.
Join For Freethis is a reposting from mik kersten's tasktop blog . look for more predictions in this series on his blog and on agile zone.
i miss the heyday of the ide wars. seeing david intersimone’s demo of jbuilder at oopsla 1998 opened my eyes to the way that tools can multiply our productivity. the competition that ensued between borland, microsoft and others brought us code assist, refactoring, structured editing, gui builders, and a far more integrated developer workbench than the windowing system and command line could provide. in 2001, the landscape changed dramatically when ibm killed a significant part of the developer tools business by open sourcing eclipse (later re-entering the tools business by acquiring rational). the open sourcing of eclipse was a success and created an unprecedented platform for tool innovation. but java developers started expecting their ide to be free, and the ide business was gone for all but the most inspired tool builders, such as jetbrains.
the base ide feature set has now been standardized and commoditized. in other words, it has become a lot more boring. to get buzz on twitter, vendors have to pull zany moves like running a thin subset of ide functionality in a web browser. the bleeding edge aside, we won’t see any dramatic departures from the base ide feature set anytime soon. however, we’ll continue getting many nice tweaks and features, as you would expect with mature tools like cars or can openers. as with other commodities that need to differentiate their extremely similar feature sets via slick dashboards and sophisticated cup holders, we will see some welcome improvements on the fronts of eye candy and usability. this kind of tweaking is already surfacing in visual studio 2010, which saw an investment in user experience and graphic design refresh that put it ahead of the curve.
while the base feature set of code editing, building, debugging and deployment solidified, tool innovation will now occur on top of the commoditized ide platform. the major shift in the ide over the last decade has been to shift from end-user tool to tool platform. and like any software platform, the ide now needs to evolve more slowly because the innovation is happening on top of it. beneath the ide we’re swapping out the deployment model to be cloud-based, as with the springsource tool suite’s (sts) direct cloud deployment. atop the ide we are layering on all sorts of collaboration features, recognizing that developers spend as much time collaborating around code as they do hacking it. i can no longer imagine working without having rich and ide-based access to a task board and release plan.
the maturity of the eclipse 3.6 and visual studio 2010 platforms has made it possible to bring the developer’s entire coding and collaboration activity into a single workbench built on plug-in apis and shared data models. in 2011, we will see the remaining apis completed, such as mylyn’s new apis for ide-integrated code reviews, distributed version control, continuous integration and documentation. whereas last decade’s ide was all about integration and helping developers stay in the flow of their work, the next decade of the ide will be about personalization. we are shifting from the ide being a view on the entire system to the ide being a view of the parts of the system and planning that are relevant to the developer. the shift might sound less exciting, but its impact on developer productivity will be just as pronounced, and is necessitated by the steady growth of software complexity. the integration of agile, alm and a task-focused workflow will drive the ide’s shift from an integrated workbench to a highly personalized one, incorporating the focus and flow needed to keep developers working on extremely complex software happy and productive.
boeing’s 787 dreamliner is reported to run 6.5 million lines of code, approximately the same number as the core eclipse platform. the whole of the 2010 eclipse helios release train was 33 million lines of code. add to this all of the third party extensions, and today’s ide platform ranks with some of the most complex artefacts produced by humanity. due to the scale of investment, marketing and ecosystem management, as with commercial aerospace, we will see the two big players dominate the ide market. the small and niche players will continue to exist, ranging from the boutique intellij to jdeveloper for database development. but for those rolling out an ide across their organization in 2011, the number and availability of third party extensions will be a more important decision factor than the base ide feature set. isvs and cloud/paas vendors will increasingly use the ide as an on-ramp for their offerings, with eclipse and visual studio as the clear targets for their integrations. following the user-centric success of the embraer e-190, which provides a superior cabin experience to similar offerings by the two aerospace giants, a renewed focus on developer productivity and agile collaboration needs to be the driver of change in the ide over the coming years.
mik kersten, a good friend of dzone, gave us permission to post this series.
Opinions expressed by DZone contributors are their own.
Comments