Free Newsletters
Technology & Business Daily

InfoWorld
Log-in | Register

Interview: Rational pursues liberation for app dev teams

Chief Scientist Grady Booch talks about the balance between creativity and direction

By Tom Sullivan
August 22, 2002
 

LIBERATION AND FREEDOM may be philosophical themes typically considered larger than such pursuits as application development, but not to Grady Booch, chief scientist at independent programming company Rational Software. Booch and his staff are working to free developers from the chains that inhibit creativity. Booch knows there is a fine balance between unbridled creativity and the direction and forethought needed for writing code, particularly for large, enterprise-class projects. In an interview with InfoWorld Senior Editor Tom Sullivan, Booch discusses how CTOs can help development shops achieve that balance, how the UML (Unified Modeling Language) is progressing, and how he expects software creation to change in the next three to five years.

Free IT resource

Open Source Business Conference (OSBC) May 22-23, 2007

Sponsored by OSBC

Free IT resource

Virtualization Insights from Top Experts - Learn how virtualization gets real!

Sponsored by Dell

InfoWorld: What is Rational up to these days?

Booch: We are really talking about liberating development teams. Software development is fundamentally hard. We at Rational have tools and techniques and principals and services to give you -- the aspirin to remove some of that pain and the vitamins to make it better and better over the years. So we're talking about aspirin and vitamins, to put it in medical terms.

InfoWorld: When you talk about freedom to create, or liberation, what exactly are you liberating developers from?

Booch: Ultimately, your code warriors are the ones [who] do the heavy lifting. On the one hand, you want to keep them unconstrained so that they can go off and create great things. On the other hand, you have these economic pressures of needing a return on investment on what you're doing in software [development], and you've got to build things that are intentionally valuable for your organization. So there is this healthy tension that exists. And I call it "healthy" and a "tension" because there are two [kinds of] goals: economic [goals] as well as very artistic and technical [goals]. But you have to reconcile those in a healthy way to deliver tangible artifacts of value to an organization. A lot of what goes on within the freedom to create is the need to have a reconciliation of those two tensions. An analogy often used by my wife, who is an artist, is that the hardest thing to deal with is a blank page because there are no constraints whatsoever, and so it can be hard to begin. There is value in a structure and [and in] standards because they can help channel the energy of creative folks. There [needs to be] a balance. You want to get the greatest people you have within your organization to produce wonderful stuff, but the problem is throwing great people into a room and feeding them Jolt and pizza is not necessarily predictable, nor is it repeatable. The challenge is taking the best practices of what we know works, and channeling those through tools to make those best practices invisible, part of the atmosphere [that] people work in, so that [on] the one [hand] they can be creative but at the same time they can be very intentional and directed.

InfoWorld: That borders on the notion of modeling and UML, specifically. How does UML fit into that reaping of best practices?

Booch: One of the cool things about the presence of the UML is that it offers a common language for so many different stakeholders -- some of whom know absolutely nothing about software -- to communicate their intent and desires for systems to those people who are actually going off and doing the heavy lifting of building the code. In many enterprise systems, you've got these experts [who] know the details of the domain in and out, and the last thing you want to do is take somebody who is expert in currency, or something like that, and make them a programmer. So you raise the platform up to their level of abstraction, so there is less of an impedance mismatch of how they articulate and view the world and communicate that to the developers themselves. There are elements to UML that make that possible.

I'm pleasantly surprised to see the UML being pushed in directions we never anticipated. I've talked to people who are using it to design bits of systems for which they may not make the decision of whether it's hardware or software until much later in the lifecycle. For instance, there is a large ship contract to build a next-generation naval vessel for which UML is being used to articulate the design of the destroyer itself as well as the software subsystems within it.

InfoWorld: What is Rational's role in UML?

Booch: Our initial goals were very modest because we were simply trying to defragment the market. But then we made the decision to say there would be tremendous value in unifying the different modeling methods because there are such commonalities to them. Almost in harmony with that, the Object Management Group set off on a path to standardize a language for object-oriented development. The first member of that [group] was, amazingly, Microsoft, because those were the days they were dealing with COM and COM+ and they wanted to have a mechanism to help raise the level of abstraction for their customers and that would make it easier to build systems on top of the Windows platform. Shortly thereafter, IBM joined the fold, Sun joined the fold -- of course, that is an amazing thing in and of itself, to get those three on the same page without killing one another -- then Unisys and Oracle and about 20 other companies joined the consortium. Rational's role today is one among many in the current UML work. We are the original authors for it, but in order to preserve the fidelity of the standard itself, and to not make it a proprietary standard, it had to be turned over to the OMG [Object Management Group].

InfoWorld: What is the current status of the UML specification?

Booch: We are actively working on UML 2.0, and we anticipate the spec will be done by the end of this year and up for discussion around the end of this year or early next year.

InfoWorld: What will be new to UML 2.0?

Booch: UML 2.0 exists to take the years of experience the community has had on 1.x, and bring that into UML, as well as to simplify UML where we can. A lot of what is happening in [Version] 2.0 will actually be utterly invisible to most developers. But a lot is happening under the surface to make it easier for tools vendors to move in the direction of model-driven development. The idea of bringing the UML as a higher-level language that transcends most of our textual languages and enables us to do both very good code generation as well as reverse engineering and perhaps even [brings us] to the point of direct executability in some UML models. The direction of UML 2.0 is such that we'd like to be able to do that even more so.

InfoWorld: What is the timeframe for UML 2.0?

Booch: Our current schedule is to release the specification proposal sometime this fall. There are other groups that are submitting 2.0 submissions, but they're -- how do I say this politely? -- they're much smaller activities than the current UML consortium [in] which Rational and Oracle and others are members. There will be a process discussion as there is with any standards project, starting late this year.

InfoWorld: How do you see application development changing in the next year or so?

Booch: For the next several months or a year, what I see happening is the fusing of what used to be technologies for the analyst and architect and a moving down into the realm of the code warrior. Thus, [we'll see] things like bringing modeling to the code warrior. All of the sudden as you start laying out code, the perspective is not that you're going to stare at this bit of Java and hack away at the level of text, but now there is another view at [the code warriors'] level where they can start looking at it graphically. So there are people sitting inside an IDE, maybe having a hard time understanding a bit of code, but they can generate a model from the existing code and navigate about and reason it out another way. Having done that, one can take that code and imprint a model on it, then drive that model back to the code itself. It's very much like what James Gosling [a fellow at Sun and the man widely credited with creating Java] has been talking about with the Jackpot project within Sun. He noted that if you look at complex Java systems, it's really hard to understand and reason about them unless you start looking at higher levels of abstraction, and what a better way to do that than looking at it through some visualization and models. I think James has even been thinking in that direction as well.

Also, the major platforms, I think, will continue to entrench themselves. .Net and J2EE will continue to grow in importance within enterprises, but the reality is there is still the semantic gap between what those platforms provide and what many enterprises must then indeed deliver. I think over the coming months the importance of patterns, the importance of modeling [will] come closer to the code warrior, because now all of the sudden there are mechanisms they can build on top of those platforms, build on higher levels of abstraction to generate better software faster.

InfoWorld: Can the gap that exists between J2EE and .Net be bridged?

Booch: There is a religious gap between .Net and J2EE, and not even the pope could bridge that. Better yet, let's bring in [former Secretary of State] Henry Kissinger and wage some peace here. There are differences between those platforms that are pretty fundamental. Rational is in this interesting position of being agnostic, aggressively agnostic. We deeply believe in both of those platforms and our tools support both of those platforms because, quite frankly, there are very few organizations in the world that are entirely J2EE or entirely .Net because the world is far more heterogeneous. If you look at what one can do with the UML, it is possible to express elements of the architecture that are flatly independent of those particular platforms upon which you build. No doubt as one gets closer and closer to the iron, those platforms do loom large, but there are things one can do that transcend those two particular platforms. Things like testing and requirements are elements of projects that transcend individual platforms.

InfoWorld: Getting back to how you see application development changing, what about beyond the next year or so?

Booch: As chief scientist at Rational, I worry about the future. My time horizon is three to five years, so I have got this network of other chief scientists and researchers and academics around the world that I stay in touch with to keep my eye on where software is going and where we can help to invent that future. As I look beyond the next year or two, I have my eye on concepts like model-driven development. As UML 2.0 becomes more and more mature, the opportunity to drive executability from models is there. In fact, if you take a look at NeuVis, who we recently acquired, they are doing some very interesting things in that direction of being able to drive models to executable stuff. That's very much in our trajectory.

Even further out, I have my eye on some interesting technology from Gregor Kiczales at Xerox PARC and Charles Simonyi at Microsoft Research. Charles these days is working on a thing called "intentional programming." That is very similar to what Gregor is doing -- a thing called "aspect-oriented programming." The problem being, if you look at a complex system there is no single view that is sufficient to capture its interesting bits, and so you have many stakeholders: analysts, testers, security people, [and] business experts. How do I articulate their world view and weave it with others? The problem with aspect-oriented programming is one of weaving aspects, and I think there's some interesting technology that is happening in that space in the next three to five years. Beyond that, I cannot tell you. The only thing I can say is that software becomes a more important part of every organization, for every way of doing business. We live in interesting times, and we will continue to live in interesting times for software.





 


 
Tom Sullivan is an InfoWorld senior editor.
 

TOP NEWS:


»  You don't know tech: The InfoWorld news quiz
Match your weekly tech news wits against our snarky quiz master

»  Antitrust review of Google-Yahoo deal no surprise
While serious antitrust problems are unlikely, both Google and Yahoo expected their partnership to be subjected to instense DOJ scrutiny

»  Top 10: Coreflood, more Microsoft-Yahoo, iPhone plans
This week's wrapup of the top tech news stories includes more Microsoft-Yahoo rumors, iPhone updates, Flash searches, Oracle's BEA roadmap, and more

»  Four 'important' Microsoft patches due Tuesday
Not rated "critical," fixes apply to "Elevation of Privileges" and "spoofing" bugs for Windows, Exchange, and SQL

»  Judge grants RIM a stay in Visto patent trial
Trial delayed from beginning next week while patent office studies validity of certain parts of e-mail provider Visto's patents as requested by RIM

»  Developers satisfied with Apple's enterprise work
Mac developers feel that Apple shouldn't try to make a broad attempt to win over enterprises and should instead focus on certain areas within the enterprise




Remote Access: Maintain Security and Decrease the Burden on IT
Join this interactive webcast to discover how IT Managers can control access rights, end-user security settings and end-point authorization. Sponsor: Citrix(R) GoToMyPC(R) Corporate

»  Click here to view this Webcast
  Zombie PCs Are Attacking Your LAN
A recent study showed that malware-infected zombie PCs are now a bigger threat to ISPs and Web infrastructure than DoS attacks. As this brand new IT Strategy Guide explains, an increased use of peer-to-peer techniques by the attackers has made it harder to fight back. Download now, compliments of Verio:

»  Click here to download now

- Special Advertising Partners -
WHITE PAPERS
 

» Technology White Papers Library

Technology White Papers by Topic

Technology White Papers E-mail Alert

Find out when the latest white paper is available:
 
 
INFOWORLD MARKETPLACE
 
» BUY A LINK NOW
 
SEE ALSO
• UML 2.0 spec to come this fall


FIND PRODUCTS AND COMPANIES
» COMPLETE PRODUCT GUIDE



TECHNOLOGY INDEX
• Applications
• Application Development
• Security
• Networking
• Wireless
• Platforms
• Hardware
• Data Management
• Storage
• Web Services
• Business
• Telecom
• Professional Services
• Standards

TECH WATCH 


What's the 411 on GOOG-411?
Just as Google has become synonymous with "performing a Web search," 411 is understood to mean "information" -- as in "what's the 411?" I was thus surprised to discover, from a billboard, no less, that the king of search is taking on the ...

Apple HTML source reveals 'iPhone Extreme'
"This one's a stretch..." reports AppleInsider. Um, yeah. Reporting on HTML code sightings of product names could be called a stretch, but iPhone Extreme has a ring to it. Now, that sounds like the product Apple should have released first, rather ...

COLUMNISTS

Unified under law
Ephraim Schwartz's Column and Blog (InfoWorld) - In the litigious world we live in, deploying a unified communications platform in your enterprise could...
» MORE COLUMNISTS

MORE INFOWORLD BLOGS


Open Sources 
Product Management
When I joined MySQL four years ago, there was quite a lot of debate about product management. We didn't actually have ...

Zero Day 
Botnet herders tending smaller flocks
New research backs up the theory that botnet operators are keeping their networks smaller in a continued effort to keep ...



• Advice Line
• Database Underground
• The Deep End
• Enterprise Mac
• Geeks in Paradise
• Grid Meter
• The Gripe Line
• InfoWorld Daily
• Inside IT
• IT Troubleshooter
• ITXtreme
• Open Sources
• ProdBlog
• Real World SOA
• Reality Check
• Security Adviser
• SMB IT
• The Storage Network
• Tech Watch
• Virtualization Report
• Zero Day

ADVERTISEMENT


RESOURCE CENTERadvertisement 

GOVERNMENT IT & POLICY
'If you don't go after the network, you're never going to stop these guys. Never.'
From the State Department, All the News for Inquiring Minds
TechPresident, the Internet Citizenry's New Consensus Taker



Sponsored Technology Links

 
 
 HOME  NEWS  BLOGS  PODCASTS  VIDEOS  TECHNOLOGIES  TEST CENTER  EVENTS  CAREERS   About | Advertise | Awards | RSS | Contact Us 

Copyright © 2008, Reprints, Permissions, Licensing, IDG Network, Privacy Policy, Terms of Service.
All Rights reserved. InfoWorld is a leading publisher of technology information and product reviews on topics including viruses,
phishing, worms, firewalls, security, servers, storage, networking, wireless, databases, and web services.

CIO :: ComputerWorld :: CSO :: Demo :: GamePro :: Games.net :: IDG Connect :: IDG World Expo
Industry Standard :: IT World :: JavaWorld :: LinuxWorld :: MacUser :: Macworld :: Network World :: PC World :: Playlist