YOUR FEEDBACK
Werner Keil wrote: Java 6 update 10. If I'd be running Apple, I'd probably really drop dead...
AJAXWorld RIA Conference
$300 Savings Expire September 5th. Register Today and SAVE!


2008 East
DIAMOND SPONSOR:
Data Direct
Frontiers in Data Access: The Coming Wave in Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
Intel
Virtualization – Path to Predictive Enterprise
Green Hills
IT Security in a Hostile World
JBoss / freedom oss
Practical SOA Approach
GOLD SPONSORS:
Software AG
The Art & Science of SOA: How Governance Enables Adoption
PlateSpin
Effective Planning for Virtual Infrastructure Growth
Fujitsu
Automated Business Process Discovery & Virtualization Service
Ceedo
Workspace Virtualization
Click For 2007 West
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TODAY'S TOP SOA & WEBSERVICES LINKS


Exclusive Q&A with Mike Milinkovich, Executive Director of the Eclipse Foundation
Creating an industrial-strength open source development platform that spans extensible tools, frameworks and runtimes

"We continue to struggle a bit with what developers think “Eclipse” means. They have heard of it, but they believe that we are entirely focused on Java tools when in fact we are doing so much more," says Mike Milinkovich, Executive Director of the Eclipse Foundation, in this exclusive Q&A with Jeremy Geelan. "Our goals at Eclipse are to create an industrial-strength open source development platform that spans extensible tools, frameworks and runtimes," adds Milinkovich - pictured here during a previous Webcast on SYS-CON.TV from our Times Square studio.

Eclipse Developer's Journal:
May 20th marked your 4th anniversary as the Executive Director of the Eclipse Foundation. What have been the biggest changes in the Eclipse ecosystem in that time?

Mike Milinkovich: I believe the biggest change is the breadth of the projects that are happening at Eclipse today, and the ecosystem those projects are enabling. Four years ago, Eclipse was clearly focused on tooling and the Rich Client Platform was just in the process of being released. Now we have a large number of really exciting runtime projects happening at Eclipse such as Equinox, EclipseLink, Swordfish, Rich Ajax Platform and Higgins. When middleware products like WebLogic and Websphere are both running on top of Equinox’s OSGi container, it is hard to argue that Eclipse is only going tools!

The other major change is that within the tools space, Eclipse has really broadened its reach from its original focus on Java. Today, the Eclipse ecosystem has a large footprint in areas such as modeling, embedded, mobile, RIA and Ajax, SOA and dynamic languages. If you are a software developer, you can almost certainly find Eclipse-based tools to help you.

EDJ: So do you no longer characterize Eclipse as "open source’s best kept secret’?

Milinkovich: We now regularly see Eclipse included in the list of prominent open source communities listed in press and analyst articles. You know what I mean: articles that say things like “…open source communities such as Linux, Apache, Mozilla and Eclipse.” So I would agree that Eclipse is no longer open source’s best kept secret.

That said, we do continue to struggle a bit with what developers think “Eclipse” means. They have heard of it, but they believe that we are entirely focused on Java tools when in fact we are doing so much more.


EDJ: I know you’re a fan of Strategy as Ecology. Using that HBR article’s typology, can you unpack the Eclipse status quo in terms of: Productivity of the Ecosystem, Robustness, and Niche Creation?

Milinkovich: So for those unfamiliar with the article, it basically describes those three measures as a way to determine the health of an ecosystem. Unsurprisingly, I think that Eclipse is doing pretty well.

“Productivity of the Ecosystem” refers to how much value is being created. And since this is a business journal article, it is referring to business value. Right now, I would say Eclipse is doing quite well on that dimension. There are literally hundreds of companies building thousand of products based on Eclipse open source technologies. In terms of market share, the combination of Eclipse and Eclipse-based developer tools is just about neck-and-neck with Visual Studio. So obviously, there is a great deal of value being created in the Eclipse ecosystem.

“Robustness” means how durable the ecosystem is and how well it adapts to external events, particularly those events which have a negative impact. On that dimension, I would say that Eclipse is so far doing OK, but not great. We have several examples of where the backers of an existing project have had – for whatever reason – cause to reduce their investment. In several cases (CDT in particular), the community has responded well and the project is now in an even stronger position. In other cases, the project has died (anyone remember Stellation?)

“Niche Creation” refers to the ability of the ecosystem to grow and expand into new areas of opportunity. This is an area where I believe Eclipse is truly outstanding. There are new Eclipse open source projects and Eclipse-based projects being started almost weekly, and many of those are exploiting opportunities created by new technologies such as RIA, Ajax, modeling and the like. The economics of using Eclipse as a free platform for developing new tools, frameworks and platform is just too compelling for both hobbyists and businesses alike to ignore.


EDJ: What do you usually say to those who assume that the Eclipse Foundation is about industry-wide interoperability rather than creating a development platform?

Milinkovich: Our goals at Eclipse are to create an industrial-strength open source development platform that spans extensible tools, frameworks and runtimes. And we want that development platform to be built by many individuals and corporations working together. It is a pretty ambitious goal, but so far it seems to be working.


EDJ: Isn’t “development platform” itself a bit vague as a term?

Milinkovich: Happily, yes. But how we have interpreted it so far is that our projects at Eclipse share a common architecture: the OSGi-based plug-in model All projects at Eclipse share this architectural invariant, and as a result each new project at Eclipse immediately adds value to, and profits from the others.


EDJ:  Would you care to expound on your notion of “the stackless stack”?

Milinkovich: That term was actually first coined by Michael Coté at Redmonk. But basically the idea is that the next generation of runtimes is going to be component-based, but in a way we have never seen before. All of us who have been in the industry for a long time have become somewhat jaded by the use of “components” and “component models” as some sort of panacea for developers. I certainly have. But there is something new about how Equinox works: the component model does not end at the container. In fact, almost all of the container is and its runtime services are implemented in terms of that same component model, right down to the very small bootstrapping runtime at the bottom of the stack.

In previous generations of component models, the container was a monolithic implementation that had to always be deployed in its entirety. With Equinox, developers will have control over which runtimes services they want to deploy with their application. And they can use those runtime services exactly like any other component – there is nothing special about “runtime” services versus “application” services.

The goal is to provide a much simplified and more consistent component model, along with the ability to provide highly tailored runtime solutions to match the application requirements.


EDJ: Is there any one particular project that comes to mind that especially characterizes what you believe to be best and most important/useful about Eclipse?

Milinkovich: I constantly use our C/C++ development tools (CDT) project as an example of a well run open source project and a great commercial ecosystem. Doug Schaefer (Windriver by way of QNX and IBM) has been leading the project for a number of years and has done a great job of attracting and keeping a diverse set of committers. Many of those committers work for competitors of one another.

On the commercial ecosystem side, CDT has become amazingly popular. It provides the basis for the tooling for almost every single real-time operating system on the planet, along with a significant percentage of the mobile market. There are well over a hundred products shipping that are based on CDT.

As an example of an industry collaboration that has supported a transparent and diverse open source project and spurred many commercial products, CDT is hard to beat.


EDJ: When the Eclipse Foundation turns 5 next January, what would be the best birthday present you could imagine?

Milinkovich: A developer survey that shows that Equinox’s OSGi-based runtimes are on the evaluation list for the future technology platforms of many ISVs and enterprises.


EDJ: Does your fondness for science fiction help or hinder you, when it comes to being active on the real-world software stage in 2008 and beyond?

Milinkovich: Lots of engineers and hackers are sci-fi fans. Imagining the future and wanting to help create it is almost the definition of our profession.


EDJ: How about ice hockey – are there an analogies there that you can usefully share as a way of shedding light on the software development community?

Milinkovich: Well, the first thing to note is that no one in Canada calls it “ice” hockey. There is only one type of hockey in this country! ;-)

There is almost nothing more satisfying in life than finishing your (body) check. Especially against the other team’s prima donna. Just watch what Detroit’s defensive squad has done so far in the Stanley Cup playoffs against Sidney Crosby and Evgeni Malkin of the Pittsburg Penguins.

In other words, it’s not the marketing flash that wins in the end. Delivering solid technology with a full team effort does. You do need your star players, but everyone on the team has to contribute to win.

About Jeremy Geelan
Jeremy Geelan is Sr. Vice-President of SYS-CON Media & Events. He is Conference Chair of the AJAXWorld RIA Conference & Expo series, of the all-new Cloud Computing Conference & Expo, of the 4th International Virtualization Conference & Expo and founder of Web 2.0 Journal, AJAX & RIA Journal and other major SYS-CON titles. From 2000-6, as first editorial director and then group publisher of SYS-CON Media, he was responsible for the development of all new titles and i-Technology portals for the firm, and regularly represents SYS-CON at conferences and trade shows, speaking to technology audiences both in North America and overseas. He is executive producer and presenter of "Power Panels with Jeremy Geelan" on SYS-CON.TV.

YOUR FEEDBACK
What? wrote: "The last time I was this excited about a new SDK was probably when .NET 2.0 came out" OK, that's the funniest thing I think I've ever read in one of these articles. I didn't realize how completely sarcastic it was, but then I imagined Lewis Black reading it out loud and it finally made sense. This whole article is supposed to be a joke. If that's the case, I guess I'll play along: "Needless to say, my hopes and dreams came crumbling down when I realized that this new fangled iPhone device contained an operating system, and if that isn't bad enough, one that was based on some kinda open source garbage - not even windows CE (the nerve!). So I threw the thing out, and promptly started working on SharePoint Unleashed 2nd ed. where at least nobody has the gaul to use an undocumented API. Why are these people doing that? Huh? Why did they have to go and do that? I mean, wait for the...
spinron wrote: Having bought and read the pre-release version of the book discussed here ("Rough-Cuts" edition, available on O'Reilly's site for $20), I tend to disagree with Kevin's opinion and lean more towards the book's author's view that the "unofficial" SDK, or the at least the API represented in it, are likely to more-or-less remain equivalent to the ones that would be exposed by the official Apple iPhone SDK. The iPhone platform implements a subset of the Mac OS X API which the book describes quite nicely. Why on earth would Apple want to re-invent a new API just for the iPhone SDK, after it's worked so hard to perfect its API over a decade? For spite, just to break the existing applications and necessitate a rewrite? Not a strong argument here. Seriously, get the rough-cuts edition now and read it. Consider it a preview for the official SDK. Most of the material it discusses is likely to rema...
Endre Stølsvik wrote: I think this blog entry is stupid. If you're correct, and the book is about jailbroken iPhones, I think it is really cool of O'Reilly to flip the finger at Apple's idiotic attitude. "Confusing the developers" - are you insane or something? Do you believe that you are the only "developer" with more than about 6 brain cells? A "developer" that starts coding on an iPhone without realizing what he's really up against must be fully brain damaged. No, no one will be confuzed. Seriously. ColdFusion Developer's Journal - wow..
germ wrote: Hello? There are a million hacked iPhones out there. Hacking the iPhone is the only reason to buy it.
Brett wrote: Surely they can cater for the reality of iPhone usage in the market ? Hacking the phone and breaking the software license agreement isn't necessarily bad or illegal.. depends who you talk to... There are laws that support the consumer's rights to reverse-engineer their device, or to make changes to allow moving to a different carrier (eg the Digital Millennium Copyright Act). Just because it conflicts with the user's agreement with Apple doesn't make it a 'bad thing', it just means they might have to deal with some contractual consequences, or not...
Pedro wrote: "How many potential developers might stumble upon the information on O'Reilly's site, follow the instructions to start coding, only to eventually realize that customers with unhacked phones can't run their apps??" I think that a person that starts writing code without even notice that it will work only with jailbreaked phones don't have any idea about iphone development and doesn't even deserve the "developer" title.
iPhone News Desk wrote: So is O'Reilly actually condoning the hacking of the phones? O'Reilly has had a long and prestigious history as being the ultimate source for *nix manuals, including many books that became so dogeared I actually bought multiple copies, including dozens of 'in a nutshell' books.
XML JOURNAL LATEST STORIES . . .
To be able to do anything useful, an ESB must be configured with all sorts of parameters, from endpoint connection URIs to message transformation scripts to content-based routing definitions. Moreover, ESBs like Mule can host custom components, which will process messages and perform u...
Representatives of the state IT organizations of Brazil, South Africa and Venezuela, three of the four countries that protested ISO’s standardization of Microsoft’s Office Open XML (OOXML) file format, have apparently thrown in the towel on taking their appeal any further. India, t...
Two of the biggest launches in Rich Internet Application history took place in 2007/2008 when Adobe launched AIR 1.0 in February '08 and Microsoft launched Silverlight (September '07). At the 6th International AJAXWorld RIA Conference & Expo in October SYS-CON Events is delighted to be...
Red Hat CTO Brian Stevens, Citrix CTO Simon Crosby, Egenera CTO Pete Manca, Allen Stewart, Group Manager, Windows Virtualization at Microsoft, and Brian Duckering, Sr. Director of Products and Alliances at Symantec were the top industry executives who joined Jeremy Geelan in the 4th Fl...
This article is aimed at beginner and intermediate Web developers looking to make the leap into database support of their Web site. The article suggests a new declarative language based on HTML-forms, which is used for development of the database interface. HTML forms can manage not on...
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS


ADS BY GOOGLE
BREAKING XML NEWS

Security Challenges for the Information Society