InfoQ

News

Charles Simonyi reveals production use of Intentional Software @ JAOO

Posted by Floyd Marinescu on Sep 24, 2007

Community
Architecture
Topics
Domain Specific Languages ,
Design
Tags
Language Features ,
IDEs
At the JAOO conference in Denmark today, Charles Simonyi (recent space tourist, and ex-Microsoft lead architect of Word & Excel) summarized a brief history of software as a struggle between the separation of the problem and the solution, referring to the mismatch between how domain experts think about and store their domain knowledge and how programmers have to store and rewrite that knowledge to build software to serve those domains.

The vision of Intentional Software, the company Charles founded is a world in which domain experts can write their requirements in any notation or input form that is familiar/comfortable to them (boxes, lines, tables, formulas,etc) and this "domain code" is used as a first class citizen within the software development project, used as an input around which the rest of the application gets generated. Business users write the domain code, developers write the program generators.

The vision has been developed into the "Domain workbench" product by Intentional Software, who has been working on it for over 5 years and is currently going through private beta testing and production use at a couple of consultancies, including Capgemini.  The domain workbench fits all the requirements of a Language Workbench as defined by Martin Fowler.

Domain code is represented behind the scenes in a tree structure called the "intentional tree" which can be projected into multiple notations to allow business users to express domain code in different ways most suitable for them. 

Domain code is likened to domain specific languages but are not executable, and can be much simpler since they do not need to be formal parsable languages and they can be ambiguous. Problems in ambiguity can be solved by using multiple notations/projections of the underlying domain code that can capture different subsets of data - Charles gave an example of CAD systems, in which you can draw a circle but then in a separate view define what the circle is.

Charles invited Henk Kolk, VP of Technology from Capgemini, to show some of the work they've done with Intentional's tools. Henk spoke about the pension space where pension plans are extremely complex and also change frequently over time.  One company tried to build a general data model for a pension plan and it took them several years.

Henk mentioned that Intentional's tool allowed the capture of complex pension plan information in the same notations used by the business experts who prefer the use of Word and Excel combined with a home grown formula/notation. The pic below shows an identical table-UI built in the domain workbench as the original source in Word:


Domain workbench allows code completion and also multiple projections of the same domain code:


Business users can even embed executable testing in the domain workbench right next to their own definitions:


Henk mentioned how the business users were naturally able to go in and begin "coding" on their own and all of that business knowledge was then preserved and used to generate the rest of the application. Capgemini initially tried to build a general DSL for pension plans but now using Intentional they intend to release a Domain Workbench as a product for all of their pension firms clients.

Not much has been published about Intentional Software yet but InfoQ will publish a video interview with Charles Simonyi (recorded at JAOO) and also filmed the session mentioned in this post.  A research paper also goes into more depth about Intentional Software. The tool does not have a set launch schedule but we'll be watching closely for any changes.

No comments

Watch Thread Reply

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.