Brajeshwar

4-min read

IBM’s Innovation - Open Source EGL Tools

IBM announced the release of Eclipse EGL Web Developer Tool version 0.7. It is the first open source version of its EGL development tool. EGL stands for Enterprise Generation Tools, which is developed by IBM. It is a programming tool deliberated to meet the challenges of new, multi platform application development by providing a common language and programming model across languages, frameworks and runtime podium. The language makes use of concepts familiar to anyone that uses statically typed languages like Java, COBOL, C, etc. On the other hand, the language borrows the notion of Stereotype from Universal Modeling Language, not usually found in statically typed programming languages.

EGL is not just another language. The philosophy behind was to build up a new platform without implying to learn a new language. EGL has many great features like Source editing, Visual Editing, Rich Widget Library, Debugging, IDE Test Server, Database Access, Web services and Batch Programs.

As stated by Eclipse on the web, some of the features that make EGL different are:

What can you do with EGL?

The current set of Eclipse EGL tools (delivered in the 0.7.0 release) are focused on simplifying the development of web solutions. With these tools one can:

There are 4 project templates given on the official Eclipse EDT team blog to kick-start new projects:

EGL is repeatedly illustrated as a 4GL. When EGL was only accessible in the context of IBM products and was a closed black box this view was reasonable. Nevertheless, the existing Eclipse operation is not just the repeat of that closed system in an open source arena. It is an entirely comprehensive and extensible framework for articulating domain specific concepts in a programming lingo, mutually with an extensible compiler / code generation framework. Being the programming language itself, EGL provides a syntax and compiler for producing and validating instances of the EGL meta model. The real deal is in the code generators that read these models to produce code.

In addition to that, any code generator can be extended to include new programming model elements, or modify existing code generation patterns without disturbing the original generator. For example an extended generator would be one that was constructed upon the base Java generator, but was extended to understand how to map user interface application concepts to an Anroid runtime framework. New generators can be written to aim for runtimes that may not subsist today. For example, a new generator would be one that targets an Objective C runtime instead of Java or Javascript.

IBM’s resolution to make the most out of its EGL tooling source, did not come as a bombshell to any person who has followed IBM’s action over the last few years as it relates to the a high level Enterprise Generation Language, that outputs Enterprise Java, Java Script, HTML and other Web Oriented languages. In a nutshell, EGL is a higher level, universal application development language. This tool is constructed on the free EGL community Edition software that IBM plant in 2008. It gives IBM i shops another option for developing rich Web applications that run on the IBM i operating system that can access RPG logic.

For sure, this is Big Blue’s Big Bang!

← Prev Next →