Blog Posts

Statistics: Blogs: 33 Blog Posts: 239   1 ... 12 13 14 15 16 Previous Next
Items per page
0


Who am I?

On the surface, I am responsible for IBM Rational's Enterprise Modernization tools and compilers. EGL is included in that category because it is a key element of our strategy to help customers modernize their applicaiton portfolios. EGL is multi-dimensional, though, so lets be careful about pigeon-holes. Much more on this in future blogs!

A second answer to who am I can be found in what I have been. Prior to working for IBM, I joined a small start-up System 38 Independent Software Vendor that focused on the Oil & Gas industry. For the 11 years that I spent with that company I built or managed the building of line of business applications for that industry in the RPG language for the System 38/AS400/iSeries/System i/IBM i platform. We were "business developers" before anyone had coined the term in the software industry. This meant that our understanding of the Oil & Gas business was valued as highly as our ability to write killer applications for that industry quickly. This blending of business and technical knowledge and a keen focus on solving business problems with software applications was a perfect match for the System 38 and its successors. This is because that platform was targeted at providing a well-conceived, complete, end-to-end, highly productivce, yet simple application environment that encourages a focus on solving the business problem, not technology issues. So, this tells you that I wrote business applications and liked the i platform...

What does EGL mean to me?

This description of the System 38 can also help to describe a key aspect of EGL...that is, its keen focus on helping developers to solve business problems. Specifically, It's designed be a highly productive, complete, well-conceived, yet simple way to build business applications from one end to the other, with the added advantage of being able to run in several different runtime environments.

When I was an active programmer, life seemed simpler than it does today. Maybe that's because of the System 38 which did a great job of insulating us from many technical tarpits. At any rate, developing an application today that is received as well as a good 5250 application was received in 1988 requires the exploitation of more runtimes and middleware than was required 20 years ago. In fact, the term "middleware" didn't even exist. Its the existence of this middleware and the plumbing required to use it that dramatically complicates application development today. Any self-respecting web 2.0 application that needs to leverage data stored on an enterprise server (like z or i) must leverage HTML, Javascript, maybe PHP or VB, XML, possibly SOAP or REST services, RPG, COBOL, Java, or PL/I on the enterprise server... Whew...it makes it much more difficult to be productive building these applications, if for no other reason than the broad array of skills needed to pull this off. This is one of the key motivations for EGL...to simplify the construction of the entire application...from end to end. It is my belief that if a developer or team of developers can limit the number of technologies needed to construct a given application, then they can likely be more efficient in this task. To net it out, it is our goal to provide in EGL a language that allows business developers to express an entire application with a minimum of effort and a maximum of value to the business.

My hopes and aspirations for this site

Community is essential to a language today and we've had countless suggestions from our customers and partners that they needed a central place to meet, share experiences, and get the latest on EGL. The EGL Cafe is that place. I expect to see blogs from partners and ISV's that are leveraging EGL and have parts or services to share or sell. I expect to see additional forums spawned around specific sub-communities like Web 2.0 development with EGL or ISV's or exploiting IBM i or ... These sub-communities can drill deep and talk about things that are specifically interesting to them. I expect to see Jon Sayles' extensive portfolio of EGL content exposed to more EGL developers in "Jon's Corner". I expect to see all sorts of documents related to the wonderful world of EGL application development. And finally I hope to be surprised with new and interesting content and ideas for the EGL world!

0 Comments Permalink
0

Getting Ready for RSDC in EGL and i

Posted by JoePluta May 31, 2008

It's been an interesting few weeks as Chris Laffra and I have been working on the scheduler application for RSDC. To give you a quick overview, I'm running the EGL part of the application on a Windows workstation (in fact, I'm running it inside of RBD's test environment). That in turn talks to my IBM iSeries model 270 and exposes the RPG business logic as web services. The front end that consumes the web services (written in EGL Rich UI) is being served either through that same RBD instance or from a public PHP server in Norway somewhere.

So as it stands, you could be using a browser in South America to talk to a server in Chicago that talks to an iSeries in the same room, or you could be using an iPhone in Japan to talk to a PHP server in Norway that talks to that same iSeries in Chicago. And all of this without Chris or I having to write a single line of Java code or do much of anything except generate the WSDL using RBD (me) and consume it (him). And all with excellent speed. And you should see it when the whole thing is on a single LAN!

Anyway, the really interesting bit happened last week. The iSeries (and its successors, the System i and now the IBM i) share an incredible reliability. They're very good about handling RAID disk and they also will tell you about any problems they're having. I happen to have two servers: an older workhorse model 270 that I own and that I use for day-to-day application serving, and then a newer development box that I lease, getting a new box every year or two to keep up with the latest technologies.

Well, the production machine, where I was running the application, started telling me it had a pending disk drive error. I love that - not only does it support RAID, but it also tells you when one of the drives is acting up even before it fails so that you can be ready to replace it. And while replacing a drive is easy enough, rebuilding a RAID set takes time. Since we were getting close to the conference and actually had the application up for live testing, I didn't really want to bring the machine down for the couple of hours it would take to rebuild the RAID set.

So I made an executive decision. I brought down the WAS server in RBD, did a save/restore of the RSDC library from the production i machine (the model 270) to the development i machine (the model 520), changed the server name on the Linkage parts, did a quick regen of the app, and restarted the WAS server. All of this took about five minutes, and nobody was the wiser. And reflecting on this, since I use a hardcoded HOSTS table on the workstation, I could have simply changed that entry to point to the other model 520 and saved myself two of those five minutes.

The point of all this? Well it seems that the architecture is doing exactly what it's supposed to do. Chris was able to do initial testing without even needing the back end. Then, once the back end was up, it was easy to run the front end simultaneously on two different machines. And as for the back end, failing over to a different machine is as easy as changing an address in the HOSTS table. Chris and I have been able to concentrate on features rather than infrastructure, and that really is the promise of EGL.

Joe

0 Comments Permalink
0

Hi,

This EGL Cafe blog will contain announcements, discussions, and experience reports on topics such as:


- web2.0, what it means to us and what it means to you
- the value of Ajax and how it impacts the programming model
- how Javascript varies across browsers and how hard it can be to develop in it
- how Dojo can be used successfully to build professionally-looking applications
- how Rich Internet Applications differ from server-side applications
- using end-to-end EGL for developing browser-based business applications
- adding a Google map to your application
- examples of real-life usage of EGL Rich UI
- how to call SOAP and REST services from EGL
- how security impacts the deployment story
- and so on

We will have various members on the EGL Rich UI development team contribute blog entries over the time to come and we will invite others to blog here also. Let us know if you have a specific proposal for a blog topic, and we'll write something on your favorite topic here.

Thanks for visiting, and we hope you will visit us often in the future.

Chris Laffra, EGL Rich UI Architect, RBD Product Architect, IBM Rational

0 Comments Permalink
0

EGL Rich UI makes the development of Rich Web Applications much easier. Why is that?

http://www-949.ibm.com/software/rational/cafe/servlet/JiveServlet/previewBody/2301-102-1-2425/complexajax.jpg
(see http://geekandpoke.typepad.com/)

Web2.0 applications are hard to build because developers have to learn many different technologies, such as JavaScript, HTML, CSS, Ajax, Dojo, SilverLight, SOAP, Flex, XML, JSON; the list of acronyms goes on forever. Many of the required technologies operate on a very detailed, low level. Furthermore, most of these technologies use completely different metaphors and abstractions, which makes them hard to mix and match. The end result is that web rich applications require highly skilled adaptable software hackers. Matching those skills from a pool of traditional business developers is a big challenge.

EGL Rich Web was specifically developed to easily develop these highly responsive rich web applications. EGL strives to provide abstractions that are at just the right level, allowing developers to focus on the "what", rather than on the "how". All user interfaces are expressed in a declarative language, and Ajax calls are very easily implemented because EGL Rich Web automatically parses the resulting JSON and XML documents and turns them into easy to manage EGL data structures.

Furthermore, with the addition of EGL Rich Web support, it is now possible to write an entire web based application, from server to the user interface, in EGL. And, once you have learned EGL for one specific application tier, you can immediately transfer those skills and be productive in all parts of an application.

0 Comments Permalink
0

EGL Rich UI is all about Rich Web Applications. In this blog post, I will spend some time discussing what the buzz is all about around web 2.0.

http://www-949.ibm.com/software/rational/cafe/servlet/JiveServlet/previewBody/2302-102-1-2426/web2.0.png

Rich Web Applications, sometimes also called Rich Internet Applications, are applications offered via a browser that behave like desktop applications,. They typically serve up data stored on one or more servers, and display that data in a highly responsive user interface. Both validation and business logic can run inside the browser and no installation is required. Typical examples are applications to process a travel expense account, do tax processing, perform a mortgage calculator, or find the perfect house based on a wide variety of requirements.

Most rich web application are situational in nature, meaning that they are used infrequently or from different locations and/or computers. The web is the ideal distribution medium for those types of applications. Namely, unlike desktop applications, rich web applications are easy to maintain because new versions can be offered by simply refreshing the current page in the browser. There is no installation required, so new users get going faster also.

Furthermore, when compared to traditional static websites, rich web applications have operational advantages. Rich web applications tend to do most of the orchestration in the browser itself, thereby moving presentation logic from the server to the browser. This is why people refer to those applications as "mashup" applications. This reduces the load on the server, thereby increasing both throughput and improving transaction rates. Finally, the type of services calls invoked by rich web application tend to be more stateless, improving the opportunity for caching of results both inside the server and on edges, such as inside proxy servers.

0 Comments Permalink
2

The Application Transformation Blog is a forum for IBMers, customers and business partners to discuss the who, what , when, where , how and whys of transforming legacy applications written in VAGen, SmallTalk, I4GL, Natural/ADABAS, RPG, CA Cool:Gen, CA Ideal, CA Telon, Maestro, APS, Powerbuilder, VB, and other 4GLs to Rational Business Developer featuring EGL technology.

This blog should be used by customers who have spent huge sums of time and treasure developing custom applications that set them apart from competitors and optimally support their specific business processes. Yet when it comes to functionality and technology, these custom applications can quickly grow old and lose their value. So th ey need to find alternatives that leverage their investments.

Who is a candidate for Applicaiton Transformation?
Literally any IT organization running older legacy systems that are core to the business, not necessarily broken, but are on life support due to the software being in maintenance mode, a lack of skilled IT programming staff in the older language or an IT strategic direction is to move to a new , modern software development platform.

When is it appropriate?
That depends on the specific business need, for example:

Extending the application lifecycle
Transitioning to an SOA
New UI (User Interface) requirements - Web/JSF, Rich Client/Web 2.0
Improving agility and Increasing competiveness
Vanishing RPG developer skills - Consolidating development teams

Through maintenance, functional aging can be circumvented or at least significantly slowed. Most of the time, however, technical aging goes unnoticed until unreasonably high maintenance costs arise later on in the lifecycle; application agility declines; or the development platform begins dying a slow death. These are all indications that it's time to migrate an application to a new technological platform before its costs outweigh its benefits.

When they reach this point, companies often find themselves in a bind. They realize that it's not cost-effective to simply replace their legacy applications with modern standard software. And few can afford to continually rewrite all of their custom software to keep it up to date. Even if they can afford rewrites, companies realize that the money could be better spent on a more cost-effective approach to modernizing and migrating to the latest technical standards.

How do you approach application transformation? What's involved? Which technologies? Are there phases?
There are three main phases in any applicaiton transformation:
Discovery aNd Analysis(DNA)
Code Transformation
Implementation, Testing and Deployment

From a technology perspective the target of all Rational Application transformations is Rational Business Developer featuring EGL technology. Embedded in Eclipse, EGL offers a modern, service-oriented language for the efficient development of different application types, including Web programs, database applications, Web services, and batch and high-performance servers for fast transaction processing. Thanks to the tightly knit integration in the IBM Rational tool chain, EGL development can be embedded in a professional development process or lifecycle -from requirements management to modeling and coding, to testing and deployment. EGL's ease of adoption helps facilitate the transformation of RPG applications. Because EGL is easy to learn, it enables RPG developers to transfer their valuable business know-how in just a fraction of the time it would take for those same developers to transfer to Java technology.


Where does it occur?
Some tasks can be performed off-site on secured servers - the initial DNA and actual code transformation. The actual code transformation is typically performed off-site on secured servers. An EGL Project or Projects would be delivered to the customer site for implementation and testing which can be performed by the application owner or a service provider. Other tasks must be performed on-site - Education & training, code remediation (if required), implementation and testing.

Who performs which tasks?
Depending on the legacy source code environment, IBM & IBM specific business partners will perform the analysis and code transformation. The code remediation (if required), implementation, testing and deployment can be performed by internal IT staff with or without assistance from IBM, IBM SI or IBM Business Partners.

None of this is trivial, but it is all doable. The best advice is to contact Ed Gondek at IBM Rational - egondek@us.ibm.com and start the discussion!

2 Comments Permalink
0

Hi everyone,

For those of you that don't know much about RSS feeds, this post is for you. All across the site, you'll see links with the following icon beside them: http://www-949.ibm.com/software/rational/cafe/servlet/JiveServlet/downloadImage/1004/jive-icon-rss-16x16.gif This is the RSS icon and is used to get the associated RSS XML feed for certain aspects of the content your viewing.

RSS feeds are a great way of syndicating information, which goes back to what RSS stands for: Really Simple Syndication. The true origin of RSS (plus exactly what it stands for) has been the topic of much debate, but any way you look at it, it's a way of getting content without actually having to go to a website.

For example, all blogs, whether their on the Cafe or external give you the ability to follow the recent posts and recent comments. Say for example you want to follow the recent posts of this particular blog, how would you go about doing that? Well, the first step is getting a hold of the RSS feed for the recent posts. Once you have that, you need a way to actually view that feed. There are lots of different websites you can use to view these feeds.

I personally use Google IG. But you can use pretty much anything that gives you the ability to follow an RSS feed. For example:

  • My Yahoo! (Similar to Google IG)
  • Firefox and Internet Explorer 7 gives you the ability to actually bookmark RSS feeds and see the recent titles right through the browser bookmarks.
  • Google Reader (A pure RSS reader)
  • NetVibes (Similair to Google IG and My Yahoo)
  • many many more... Google for them!

Hope that helps getting you started. Feel free to post comments to this post if you have any questions.

Talk to you soon,
George P.

0 Comments Permalink
1

I am getting ready for RSDC 2008, where I will be showing off EGL Rich UI in the Rational Labs sessions at the exhibit floor, and presenting at session EM09. To organize my way around the conference, I wrote a conference scheduler with Joe Pluta, and together we showcase EGL being used end-to-end, starting at an IBM i box to WebSphere to a UI running on an iPhone.

See http://rsdc.plutabrothers.com:9081/RSDCScheduler/2008/Index

http://www-949.ibm.com/software/rational/cafe/servlet/JiveServlet/downloadImage/102-1892-3-1003/iphone+demo.bmp

See you there...

1 Comments Permalink
0


Hayden Lindsey here. Let me be one of the first to welcome you to the EGL Café!

First, let me introduct myself. I am responsible for Enterprise Tools & Compilers within Rational, which includes development and jumpstart services for EGL and the Rational Business Developer product. I have been with IBM for almost 23 years now, and for my entire career, I have been involved in one way or another with what is now EGL. While I have seen many great technical advances, customer success stories and the like through the years I have never been more excited about the potential and WW momentum that I am now seeing around EGL.

The goal of this Café is to accelerate that momentum and, in particular, accelerate the growth of the EGL community. Customers, business partners, and IBM employees can use the Café to connect with each other, share best practices, share code, get access to the latest product information, and learn from each other. Of course, like any social network, the value that you will gain from the EGL Café is directly tied to the active participation of the community--if you participate, you increase the value for everyone; if you do not...well let's assume that will not happen.

In the last 2 years, I have travelled extensively, meeting with hundreds of cusotmers worldwide. When discussing their IT challenges, I frequently hear the same set of issues...customers wanting to know how they can:

  • Exploit new technologies and innovation without retraining their existing staff that knows the business
  • Use new employees on any project, independent of the target platform
  • Provide modern web UIs using their existing staff and/or application systems
  • Define and implement an SOA solution, regardless of deployment platform
  • Have greater flexibility in using developers across deployment platforms

EGL, announced earlier this year as "IBM's newest business language", is designed to help customers with these challenges. In particular, EGL can help companies:

  • Apply existing business-knowledgeable staff to build all elements of multi-platform applications, end-to-end, from Web 2.0 to services to business transactions
  • Attract new staff with IBM’s newest business language, even when deploying to platforms for which they may be unfamiliar (e.g. CICS, IMS, J2EE, IBM i)
  • Use those same developers to create modern Web 2.0 Rich Internet Applications without having to learn Javascript, Dojo, browser nuances, etc.
  • Quickly create new services to be used in a SOA, exploiting the Service keyword in EGL
  • Break down the "skill silos", where developers are pidgeon-holed as "CICS/COBOL developers" or "Java/J2EE developers"--EGL developers are truly multi-platform developers, which is what is required in the industry today where most enterprise applications are multi-platform in nature

In the end, EGL is about helping companies gain flexibility within IT, which is required in order to support the ever increasing demands of the business. When people can work on projects independent of deployment platform, the IT organization has far more flexibility to adapt to the changing needs of the business. And of course, with EGL providing abstractions that hide platform-specific complexities (e.g. how to commit a transaction for CICS, IMS, J2EE or DB2), it also delivers unmatched productivity. But that can be the topic for another day.

So, again, welcome to the EGL Café. Let's all participate in order to raise the value of this venue for everyone.

0 Comments 0 References Permalink
1


Hi

I am the chief architect and inventor of the EGL programming language. I would like to use this blog to involve the community in issues that revolve around the language itself such as:

  • Language design philosophy
  • Who should use EGL and why
  • Comparing EGL to other languages
  • Language syntax and semantic issues
  • Extending EGL
  • Standards and open source efforts
  • Relationship to the greater Model Driven Development approaches
  • etc.

I fully expect the evolution of EGL to be heavily influenced by the larger community as we go forward. Thanks for visiting and I look forward to vibrant discussions (people do get animated when talking about programming languages B-) ) in the coming weeks.

Tim W Wilson, STSM, EGL Chief Architect

1 Comments 0 References Permalink
0


Hi, and welcome to the Extending RPG Applications to the Web with EGL blog. This is a blog by some of the IBM i application development tools team members at the IBM Toronto Lab. We've all been involved with RPG and related application development tools for 10+ years (each of us, not cumulative!)

We all believe in using the right tool for the right job. RPG is a very powerful business language on the IBM i. EGL is a powerful language for working with new technologies such as AJAX, JavaServer Faces (JSF)and Web services. So this blog will focus on using the two together; taking business logic written in RPG and providing a Web user interface or Web service interface to it using EGL.

To that end, we hope to provide tips, techniques, stories, pointers and probably even a few questions in this blog. If you are an RPG developer and are using (or looking to use) EGL, we encourage you to comment on blog postings.

The Bloggers,

Claus, George F, George V, Satish, and Don

0 Comments 0 References Permalink
0

Welcome to the EGL Development Team blog! The EGL development team consists of the testers, developers, writers and architects who make the magic of EGL technology happen. This is a highly talented group of individuals who are dispersed around the world: North Carolina, US (our main site), Connecticut, US, Beijing, China and Toronto, Canada.

In this blog, you will hear from us what we are up to with driving our technology and products forward. Occasionally, you might even hear about what we are up to with our personal lives. We hope to develop a virtual connection with you, our users. Please give us feedback by commenting on our blog entries.

I am very excited about what we are doing and where we are headed with the product. My team and I look forward to sharing our excitement with you via this blog.

Wing Hong (Albert) Ho, Senior Manager, EGL & RBD Development

0 Comments 0 References Permalink
0

Hello from Mark and Dave.

We hope this will be a blog that is of interest to many people. We work with a lot of customers who have existing applications running on System z in CICS, IMS, or batch that access files, DB2, or DL/I. The focus of this blog will be how you can transform existing z-based applications into a more modern architecture using EGL. This could include using EGL to wrapper existing applications into web services for SOA based systems, to restructuring applications to segment out the business and data logic, front-ending existing services or callable programs with EGL JSF or EGL Rich Ui (Web 2.0 capability currently in AlphaWorks), integration of EGL web technologies with the web services capabilities in Rational Developer for System z, and other appropriate topics.

We welcome your participation in this blog and hope you will share you thoughts, solutions, or other information related to using EGL to modernize System z based systems and environments.

0 Comments 0 References Permalink
0

As a a product manager, I’m often asked “what’s new or what’s coming?”., and the simple answer is : “Change” We have all heard the quote “Change is our friend”, although in many cases I’ve not been completely sure, but it is a fact: change is a trademark of the IT industry.

I started out as an IT professional developing CICS and COBOL applications. Even at that time change was underway… we were in the midst of changing from Macro to Command level CICS programming interfaces. That change was definitely good for both customers and IT. Customers got more, IT was able to deliver more easily.

Then came the client/server revolution. Certainly customers got beter ways to view and process - but it was unclear if IT was able to do more. I don’t think I would ever say that C and the Windows programming model and API’s were easy.

With the advent of the Web, it certainly was clear to me that users could get more information more readily to support better business decisions and business processes: all in all customers received lots more value. Phenomenal value. But it was also pretty clear that instead of doing more, with the proliferation of technical complexity , IT could be doing less. Not because IT staff wasn’t working harder –they were – but because of the growing number of artifacts, technologies,languages, and the fact that runtimes did less and code had to do more.

To compound the problem, as complexity grew, the economic climate and business demands increased the pressure on workers, who were expected to be more and more productive. On average between 3 and 6 percent more productive according to overall worker productivity economic estimates. I think you get the picture.

Then SOA and web services emerged. Really cool stuff that enabled transaction managers and platforms to seamlessly communicate. Again, customersgetting more. Like that. But some fairly good complexity built in as well : SOAP, XML, WSDL, WS-Security, WS-Transaction, WS splat, headers, payloads, and so forth…. Left me wondering why it all just couldn’t have been implemented in a simpler fashion.

Now it’s the time of Web 2 and Rich Internet Applications. With Web 2, we’re realizing the power of the Web by exponentially increasing the power the browser can deliver to the users. We’re also getting a simpler and cleaner programming model. Client side programming and application flow stays in the client tier, facilitated by client side scripting languages. Server side programming focuses on flows and processing of business logic and data. It’s clean, and separates concerns. The architect in me likes that. And customers that have standardized on business processing in J2EE, CICS, IMS and other transaction managers can continue leverage them for back-end (heck, whoever wanted those high valued business systems to be processing User Interfaces anyway?). Now we’ve certainly got something for the users with significant value , but what about IT?

That's where EGL comes in. It’s a simple common language for the various elements of the application. Both the UI as well as enabling integration – including Web Services – and all the way to back end business and data processing. EGL provides something for IT as well, it enable developers to deliver more with less effort, simplifying innovation.

I'm often asked what EGL stands for. Originally it stood for Enterprise Generation Language. And it does generate artifacts targeted at the various runtimes in modern applications. JavaScript, Java, COBOL, and SQL to name some of what’s generated. Similar in concept to the fact that Java generates bytecode, and COBOL generates assembler.

But most importantly it’s an Easy General Language. The idea here is that a standard language across application tiers makes developers more productive. And also hedges an organization's bets that the next great platform, runtime, language is coming. Let’s see – you ever hear that said about PHP, Groovy, etc. The point here is that EGL is an Extensible Generalized Language. Support for new runtimes, languages, frameworks and technologies continue to be added as needed. To net it out EGL applications are meant to be portable between runtimes and platforms, yet not be constrained by one specific architecture.

So does the world need another language? Whole heartedly I say yes. In fact we’ll see many many more new languages and runtimes over the next 20 years. What we don’t necessarily need is for IT to have to code in them all to accomplish a single business system. Think about the change from TV to HD. You get a converter box – everything just works.

Finally, I’m asked will EGL be a standard. If a technology having a set of processes, API's, extension points managed by an open community can be considered a "standard" then the answer is absolutely! The community is this one, the EGL community. We’ll shortly be implementing a process, accessible on this site, where all members of the community will be able to participate in the development and vision of the language. So you’ve heard it here first. The current target for the establishment of this process is late 2008, after the next major release of EGL and RBD.

I encourage everyone to become an active member of this growing community, so hit the EGL café “JOIN” button and let's talk EGL!

0 Comments 0 References Permalink
1 ... 12 13 14 15 16 Previous Next
Bottom Banner