Write AJAX apps using Java (Google Web Toolkit)

Google Web Toolkit has been released. From the overview: “Google Web Toolkit (GWT) is a Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler to translates your Java application to browser-compliant JavaScript and HTML.

This should make it easier to use AJAX functionality with Domino web applications.

Update: EclipseZone has an article called “Getting started with Google Web Toolkit (GWT)” that describes in detail how to use GWT.

June 27 update: An article on developerWorks has just been published: “Ajax for Java developers: Exploring the Google Web Toolkit“.

Tutorial: Hello World, Part 1 – Rational Software Architect

A new tutorial called “Hello World, Part 1: Rational Software Architect” has been posted on developerWorks. The tutorial is the first tutorial in the “Hello World! Series”, which will provide high-level overviews of various IBM software products. Part 2 of this series will introduce you to Rational Application Developer.

The tutorial “introduces you to IBM Rational Software Architect, and highlights some basic features of Rational Software Architect with a hands-on exercise. Learn how to design an application using UML diagrams, publish the model information into a Web page, and transform the design to Java code using Rational Software Architect.

Update February 28, 2007: An updated tutorial for Rational Software Architect V7.0 has been published.

Mainframe for new purposes?

According to The New York Times IBM will later today be “introducing software tools, academic programs and support for outside developers that IBM says are intended to bring new business and new programmers to the mainframe. IBM is trying to position the mainframe for corporate customers as a ‘hub of Internet-based computing.’

Also according to the article: “The software tools IBM is introducing will enable traditional mainframe programmers and programmers skilled in modern computer languages, like Java, to write software programs tailored for the mainframe but including Internet technology. This Web services technology makes programs more flexible as individual building blocks of code will be able to communicate with others automatically.

Update: The Mercury News also has an article on the upcoming announcement.

Update 2: This has now been officially announced by IBM in a press release entitled “IBM Unveils Software and ISV Initiatives to Handle Surge in Mainframe Transactions“. Focus is on using the mainframe as a hub for SOA.

Mainframe for the masses?

Yesterday on April 27 IBM announced a new mainframe for small and medium sized businesses called the IBM System z9 Business Class.

From the press release:
IBM today launched a new System z9 Business Class mainframe with pricing starting at around $100,000 and designed to tackle the critical computing challenges of our time: the coming wave of automated Service Oriented Architecture (SOA), new heightened expectations for data security and the rapid expansion of emerging markets.

The mainframe is very useful for virtualization – as mentioned in the press release: “one System z9 Business Class system might handle the workload of up to hundreds of distributed servers based on Unix or x86 class systems.

eWeek.com has an article on the announcement [via the Mainframe blog].

I have previously blogged about running Linux on the mainframe.

Update: a draft Redbook called “IBM System z9 Business Class Technical Introduction” is available.

Update 2: IBM Eye has also blogged about the announcement.

Architectural patterns and Domino (Show’n Tell Thursday)

This is my first contribution to the Lotus Notes and Domino Blogging Community Show’n Tell Thursday series. I will give a high-level introduction to architectural patterns using Patterns for e-business as the specific example of architectural patterns and introduce how Patterns for e-business can be used for Lotus Domino applications.

What are Patterns for e-business?: Patterns for e-business are specific architectural patterns and not design patterns (that can be transformed directly into code such as fundamental, creational, structural, behavioral, and concurrency patterns). From the Patterns for e-business site: “Patterns for e-business are a group of reusable assets that can help speed the process of developing Web-based applications” and “customer requirements are quickly translated through the different levels of Patterns assets to identify a final solution design and product mapping appropriate for the application being developed.

The Patterns for e-business site also describes the process to follow to arrive at a specific architectural pattern for a specific business problem: “For simpler implementations, the Patterns Web site is designed to navigate you through a logical, step by step process to arrive at a previously tested solution design appropriate for use in your e-business application deployment. The steps involved in this process are as follows:

  1. Select a Business pattern to meet the needs of the application you’re developing.
  2. Select an Application pattern that can implement the application’s specific functionality.
  3. Review Runtime patterns and select a pattern that satisfies the system requirements of the solution.
  4. Review Product mappings to determine which products have been successfully used for the Runtime pattern selected in step 3.
  5. Review Guidelines and related links for the Application pattern and product mapping you selected in steps 2 and 4.

Patterns for e-business are generic architectural patterns for e-business implementations and can be used with any type of application servers and middleware – not just IBM products. As it is stated: “Note also that, where IBM products are listed as part of pattern implementations, IBM products are not the only solution option.

The pattern implementations include Self-Service and Collaboration patterns implementations using Domino and Websphere which makes this interesting for Domino developers, architects and administrators. The specific Domino and Websphere product mappings shows how to implement the different patterns such as putting a load balancer and a caching proxy (reverse proxy) in front of several back end Domino servers but also how to combine Lotus Domino with Websphere, Sametime, external directory servers and relational database servers.

Several redbooks and other resources exist on the subject of Patterns for e-business.

Tutorial: Explore database tools in Rational Data Architect

A new tutorial called “Explore database tools in Rational Data Architect” has been posted on developerWorks.

The tutorial “guides you through the steps to begin database development using Rational Data Architect. You will learn how to create, edit, deploy, and debug SQL stored procedures. This tutorial also covers how to share a project in CVS.