SUBSCRIBE | HOME | CONTACT US | ABOUT US

WebFacing Now!
RPG Web Skills Accelerator
 

Your one-stop venue to advance your skills with expert know-how on all the critical technologies.

Join your peers at the 11th annual iSeries DevCon for the most cost-effective training value:

 
  • Dozens of in-depth technical sessions
  • Jumpstart Day
  • One-on-one access to the experts
  • Hands-on labs
  • Code that you can put to use right away
  • Networking opportunities
  • Take-home CD of all the session materials
XML
RPG
WebSphere
AJAX
Web Services
PHP
ILE
HMC
MySQL
Rational
SOA
Java
SQL
DB2
Eclipse
HATS
EGL
RDi
APIs
And More!

The top 10 System i stories of 2007

By Davin Wilfrid
Friday, December 21, 2007

To the casual observer, 2007 was a bad year for the System i. Declining sales, folding user groups, and a handful squabbles between System i customers and IBM underscored a level of uncertainty about the future of the system.

But that’s not the whole story. A closer look at the year’s events reveals IBM’s drive to reposition the System i, and especially i5/OS, as a valuable player in a much larger IT landscape. From the VIP program to the introduction of POWER6-capable servers and new entry-level i5 models, 2007 was a year of well-planned tactical shifts for Big Blue.

Click HERE to view this sample article.



Introduction to AJAX, Part I: Create an AJAX-enabled RPG program with CGIDEV2

by Paul Tuohy
March 1st , 2007

If, as an RPG programmer, you happen to dabble with any sort of Web interface, you’ve most likely heard of Asynchronous JavaScript and Extensible Markup Language (XML), better known as AJAX. At the moment, there’s quite a buzz about AJAX, with opinions varying from “another flash in the pan” to “the greatest thing since sliced bread.” As usual, the truth probably falls somewhere in between. But AJAX does have plenty to offer RPG programmers who write programs for the Web.

This article (the first of two) provides an overview of AJAX and its background, and it shows how to use AJAX in conjunction with RPG Common Gateway Interface (CGI) programs. When used in conjunction with CGI programs, AJAX uses asynchronous calls to “update” the page while the user is working. So there is no delay or “white page” while the user waits for a response from the server.

Click HERE to view this sample article.