Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: Will Big Blue eclipse the Java tools market?

Will Big Blue eclipse the Java tools market?

Tutorial Details:

Will Big Blue eclipse the Java tools market?
Will Big Blue eclipse the Java tools market?
By: By Robert McMillan
IBM aims to overshadow Sun's NetBeans with its $40 million gambit
f you're looking to create an alternative to Microsoft's Visual Studio .Net, you may be able to do so in just four easy steps. First, look outside the United States for a small software tools company, preferably in a country that starts with the letter C. Second, buy said company. Third, build a Website and release some of the software you've acquired under an open source license. Fourth, wait for developers to come a-flocking.
At least, you might get that impression from watching the way Sun Microsystems and IBM have spent tens of millions of dollars in two separate high-profile efforts to court Java developers. Sun arrived at the open source dance in 2000, basing its NetBeans project on code it obtained from the Czech company NetBeans Ceska Republika a.s. NetBeans is a development tools platform on top of which vendors and open source projects can build Java tools. Sun's Forte product line is built on top of NetBeans.
IBM followed suit a year later, releasing software it acquired with its purchase of the Canadian company Object Technology International (OTI) under the project name Eclipse. Written in Java, Eclipse is an ambitious attempt to create a modular development platform that all kinds of developer tools for all kinds of languages can eventually use. IBM is building all of its WebSphere development tools (see " Sidebar 1: Eclipse, VisualAge, WebSphere: What Does It All Mean? ") upon Eclipse, but the company aspires to build an ecology of products -- even those competing with IBM -- upon what it hopes to become an industry-standard platform.
Eclipse's release caused a buzz in the IT industry, in part because IBM spent $40 million on the code it eventually gave away, in part because of Big Blue's partnerships with some high-profile companies (Rational Software, Borland Software, Red Hat), and, finally, in part because the move so thoroughly aroused the ire of IBM's major Java partner, Sun Microsystems.
You don't gotta have heart
But why is IBM releasing Eclipse? And what do companies like Sun and IBM hope to gain by tripping over themselves to give away free software? "Each of them believes there's something to be gained by being perceived as the sponsor of a full-featured Java development environment," observes Rick Ross, president of JavaLobby, a Java developer advocacy group. In Ross's estimation, the position of a popular Java development platform's acknowledged steward can translate into sales of commercial development tools, professional services, and servers -- areas in which Sun and IBM are fierce competitors. "These companies are not funding these initiatives out of the goodness of their hearts, because companies don't have hearts," he adds.
What they do have is money. And no doubt IBM has put considerable resources behind Eclipse. OTI project manager Marc Erickson says his group has about 160 developers working on the Eclipse platform, whose code can be traced back to a Smalltalk development environment called Envy, which OTI turned into VisualAge for Java almost four years ago. Erickson says that his developers are also testers, since they're all using Eclipse to develop IBM's VisualAge product line.
Eclipse is not really about open source, says IDC research director Rikki Kirzner. She says that Eclipse is interesting because of IBM's partnerships, which promise to create a standard industry-supported development environment, not unlike the one Microsoft plans to build with Visual Studio .Net. But unlike Visual Studio, Eclipse's open source code base will theoretically prevent any one vendor from dominating the development tools market. "It's a different approach to development," she says. "It's an open choice approach."
It's also an approach that scares skeptics, like Java developer Artur Biesiadowski, who fears that in creating a wider market for proprietary components and tools, Eclipse, with its Standard Widget Toolkit (SWT), runs the risk of creating "a lot of third-party components that are not compatible with each other in terms of programming interface or look and feel."
NetBeans vs. Eclipse
Though NetBeans and Eclipse share many similarities (e.g., open source, Java-based, IDE platforms, large company sponsorship), they have some important differences as well. NetBeans, due in part to its 17-month head start, has a much more active user community, with active discussion lists and far more developer contributions. The general Eclipse discussion list receives about 100 posts a month right now. The NetBeans list receives twice that many each week. (See Resources for links to these discussions.) In contrast, IBM has focused on commercial partners. Borland, Rational, and QNX, for example, have all at least announced support for Eclipse, and in January 2002, Red Hat publicized its plans to work on a C/C++ module for Eclipse, an announcement that underscored another difference between the two projects: scope. While NetBeans appears to be a Java-focused initiative, IBM says it hopes Eclipse components extend to visual development languages like Lisp, Scheme, and XML, as well as scripting languages like Perl, Python, and Ruby.
The final difference -- and the one probably of greatest immediate interest to Java developers -- is Eclipse's use of its own graphics library and widget set, the SWT mentioned earlier, which replaces Java standards Swing and AWT (Abstract Windowing Toolkit). IBM claims that because SWT passes some calls directly to native widget libraries, it can make Java applications look and feel more like Win32 and Motif programs, and -- even better -- it can make Java run faster. JavaLobby's Ross says that Java developers are divided in their reaction to SWT. "Many think that IBM has taken a fantastic and much-needed step," says Ross. "Others feel IBM has set aside an important principle in the Java philosophy." (See JavaLobby's discussion of Metamorphosis and the SWT/Swing debate and " Sidebar 2: Fakeclipse: Metamorphosis Fakes the Eclipse UI ").
That principle Ross refers to is Java's "Write Once, Run Anywhere" credo, and nobody is quicker to point out IBM's potential compromise of this idea than Sun Microsystems. "The problem with SWT is that SWT isn't compatible with the rest of the Java world," says Simon Phipps, Sun's chief technology evangelist, "and you can't write a program that uses both SWT and Swing, so you physically can't have a project that is compatible to both approaches to windowing." He adds that Sun and NetBeans community developers are exploring ways to integrate the two technologies, but given the barely concealed acrimony between Sun and IBM on the subject, most observers are not expecting any major breakthroughs in this area.
"It's not forking Java," says Robert Greig, a technical architect with a large UK investment bank (and a NetBeans board member). "It's perhaps true to say that IBM has forked the tools platform, but not Java as such." Greig's point is that SWT does not actually require you to make native calls in your code. It uses Java Native Interface (JNI) to call native methods in the underlying windowing library to achieve the logical SWT operation. So code written with SWT can be written once and run on any platform to which the SWT toolkit has been ported. The problem for Eclipse developers right now is that SWT has not been ported to as wide a variety of platforms as Swing. IBM says that porting is the number one priority for the Eclipse project and that work on AIX/Motif, Solaris/Motif, and QNX ports will be its focus over the next six months.
Of course, the platform generating the most developer interest in SWT is Windows. IBM promises that SWT will be fast enough and look enough like Windows to make Java a viable language on the Microsoft platform. Greig says, "For many corporate environments, people want their applications to look consistent. Developers don't want users to say, 'Aha! This is a Java application.' They want everything to fit together nicely."
Eclipse and NetBeans duke it out
Will Eclipse destroy NetBeans? Certainly both IBM and Sun have the resources to maintain the projects indefinitely. But IBM will need to provide some powerful incentives to grab the attention of NetBeans's more active developer community. While IBM faces the more difficult road to building community, it leads Sun in the partnership game and appears to have more in-house developers working on its platform. "IBM's a little more ahead of the game," says IDC's Kirzner. IBM's edge comes from having Rational, Red Hat, Borland, QNX, WebGain, and Merant, amongst others, sign up as its commercial partners. And its partners are beginning to talk about specific deliverables. Last month, for example, Rational Software began shipping Eclipse with its Rational XDE developer tools, a move that JavaLobby's Rick Ross calls "a big validation of Eclipse."
Other vendors are starting to poke and prod Eclipse right now and -- most importantly -- are trying to gage whether the project will ever graduate beyond a WebSphere-only initiative into the full-featured platform IBM hopes it becomes. "If they [IBM] improve the user experience on it [Eclipse], it has the potential to become a truly cross-platform IDE platform," says Dick Hardt, CEO of ActiveState, a vendor based in Vancouver, Canada that produces visual development tools for scripting languages. "If that's the case, and it [Eclipse] becomes popular, then it is something that we would definitely look at," he adds.
Hardt should know about IDE platforms. A few years ago, his company decided to build an IDE called Komodo on top of the Mozilla platform. "If Eclipse had been around when we started working on Komodo," he says, "we likely would have chosen Eclipse."
Hardt's endorsement says a lot about the Eclipse platform's appea


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
Will Big Blue eclipse the Java tools market?

View Tutorial:
Will Big Blue eclipse the Java tools market?

Related Tutorials:

Program your Palm in Java, Part 1: The PalmOS Emulator - JavaWorld November 1999
Program your Palm in Java, Part 1: The PalmOS Emulator - JavaWorld November 1999
 
Program your Palm in Java, Part 1: The PalmOS Emulator - JavaWorld November 1999
Program your Palm in Java, Part 1: The PalmOS Emulator - JavaWorld November 1999
 
Will Big Blue eclipse the Java tools market?
Will Big Blue eclipse the Java tools market?
 
Eclipse casts shadows
Eclipse casts shadows
 
Best tools for mobile application development
Best tools for mobile application development
 
Java tools reign supreme - JavaWorld celebrates the leading Java tools
Java tools reign supreme - JavaWorld celebrates the leading Java tools
 
Quite poor testing
Quite poor testing
 
Ganymede
A log4j plugin to Eclipse that works similar to chainsaw (SocketServer). Includes color, filtering, detailed information, and saves settings.
 
Java Testing and Design
Java Testing and Java Test and Design is the companion to any book on Java software development practices, techniques, and testing. Software developers, QA analysts and IT managers working in large corporate IT groups, software development companies, and
 
Seven Low-Cost Ways to Improve Legacy Code
This article presents seven techniques I\'ve developed and used in my consulting work that are designed to improve legacy code.
 
Java Development on Eclipse, Part 1
Java Development on Eclipse, Part 1 Author\'s note: In part one of a two-part series of excerpts from Eclipse\'s Chapter 2, we\'ll get down to the business of developing Java using Eclipse. We\'re going to take a look at using Eclipse for Java developm
 
Java Development on Eclipse, Part 2
Java Development on Eclipse, Part 2 Editor's note: In part one of this two-part series of excerpts from Eclipse, author Steve Holzner provided examples of how Eclipse makes it easier to create Java code from scratch. Continuing in that vein, in this we
 
Doclipse, a Javadoc tag plug-in for Eclipse
Doclipse A JavaDoc Tag Plug-in for Eclipse
 
Working with Hibernate in Eclipse
Working with Hibernate in Eclipse Eclipse is a great example of the power of an open, extensible environment in which people all around the world can contribute.
 
Copy FQN
Introducing CopyFQN "Copy FQN" is a plugin for the Eclipse platform which adds an option to the context-menu of java-classes which copies the fully-qualified classname (com.mycompany.MyClass) to the clipboard. This is extremely useful when editing confi
 
Develop aspect-oriented Java applications with Eclipse and AJDT
AspectJ is an aspect-oriented extension of the Javaâ„¢ language that enables a modular implementation of crosscutting concerns. This crosscutting behavior, which can be static or dynamic, presents an extra challenge to tools that support AspectJ. The AJDT
 
Getting Tidy with Eclipse
In my last article, "Extending Eclipse with Helpful Views," I explained how easy it was to create new functionality in Eclipse. This article continues in the same vein by also creating a new view. However, instead of focusing on the mechanics of writing a
 
Sony Ericsson Developer World Program
Learn at-a-glance about the Sony Ericsson Developer World global support program and web portal totally dedicated to helping serious wireless developers achieve business success by providing the documentation, tools, training, technical and support.
 
Sony Ericsson Developer World Program
Learn at-a-glance about the Sony Ericsson Developer World global support program and web portal totally dedicated to helping serious wireless developers achieve business success by providing the documentation, tools, training, technical and go-to-market s
 
Creating EJB clients using the Eclipse Rich Client Platform
This article shows how to build a sample EJB client using the Eclipse Rich Client Platform (RCP), which has become increasingly popularity due to its extensible nature.
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.