My Presentations

I am a speaker for user groups, conventions, and webcasts. I currently give the following presentations

RPG and the IFS

Abstract:
How to get started using the Integrated File System from your RPG programs. The IFS is typically used for reading and writing "PC-style" files on the iSeries, and is an important tool for integrating with other computers or business partners.

Click here to download the handout for this presentation.

To download the IFSIO_H and ERRNO_H source members, click here: IfsSources.zip

Also, be sure to visit my on-line IFS Programming Tutorial!

Consuming Web Services from RPG with HTTPAPI

Abstract:
Web services have taken the world of IT by storm. This session discusses what a Web Service is and how the free HTTPAPI tool can be used to access (i.e. "consume") them from your RPG programs. This session provides examples of consuming currency exchange and UPS package tracking web services from RPG.

Click here to download a handout for this presentation

The UPS Tracking and Currency Exchange sample programs are now included with HTTPAPI. They are in the members named EXAMPLE16 and EXAMPLE18, respectively.

Also, be sure to visit the HTTPAPI Web Page!

XML From RPG Using Free Tools

Abstract:
XML is quickly becoming the standard format for e-business documents. This session discusses how open source software can be used to read and write XML documents in your RPG programs. Without the need for Java!

Click here to download a handout for this presentation

Click here to download Expat for iSeries, and the sample code that goes with it.

Parameters and Prototypes

Abstract:
We use parameters every day in our code. But do we know how they work? Or why eyey work the way they do? This presentation discusses the reasons why parameters are important, how they work, and why you should be using prototypes.

Click here to download a handout for this presentation

ILE Concepts (for the Impatient RPG Programmer)

Abstract:
Is it about time you learned ILE Concepts? Always wanted to, but never had the time or patience to learn them? With this presentation, you'll be up and running with ILE in no time.

Click here to download a handout for this presentation

Getting Started with APIs from RPG

Abstract:
APIs confuse or intimidate many RPG programmers. The API documentation, when you can find it, is rarely written in a way that's clear to RPG developers. This session covers the basics of what APIs are, how to find them in the Information Center, how to read the API descriptions and some of the common techniques needed to use them.

Click here to download a handout for this presentation

RPG Web Programmning

Abstract:
Did you know that Web applications can be written in ILE RPG? This presentation covers the basics of CGI programming, CGIDEV2 and Web services with HTTPAPI.

Click here to download a handout for this presentation

RPG Does TCP/IP

Abstract:
TCP/IP network communications are written using the socket API. This API is available to all ILE languages, including RPG.

You could use this to run interactive programs in batch by writing a program that acts as a 5250 terminal. Or you could transfer files with HTTP or FTP. Or access Web services. Or write your own custom applications that communicate over a TCP/ IP network.

By the end of this session, attendees will be able to:

  1. Write TCP/IP Client programs in RPG
  2. Write TCP/IP Server programs in RPG
  3. Find any needed documentation

Click here to download a handout for this presentation

Excel Spreadsheets from RPG with POI

Abstract:
Your business data is in RPG. Your users want Microsoft Excel. This session discusses how an RPG program can build and modify Excel spreadsheets by calling the POI Java classes.

By the end of this session, attendees will be able to:

  1. Know when to use and when not to use POI to create spreadsheets
  2. Create spreadsheets
  3. Modify existing spreadsheets

Click here to download a handout for this presentation

Accessing External Databases from RPG

Abstract:
RPGers often need to access data from 3rd party databases, such as Microsoft SQL Server, Oracle, MySQL and DB2 on other platforms. One way to do this is by using Java database (JDBC) drivers. Scott will share his experience in using this technique and show you how you can access non-i5OS databases from your RPG programs.

Click here to download a handout for this presentation

Pattern to Good ILE with RPG

Abstract:
You've learned all of the concepts of ILE, and this has given you a lot of new options. When you go back to the office, you find it's hard to use them! They just don't fit into the way you're accustomed to writing software. In your mind, you have a pattern for how programs should be written, and to use ILE effectively, you really need to learn a new pattern. This session discusses the new pattern of writing good, reusable ILE code.

Click here to download a handout for this presentation

Pattern to Good ILE with RPG, Part II

Abstract:
In part one, I explained how to write good, reusable RPG service programs. In part II, I demonstrate how to put a web front-end on that same service program. It starts by demonstrating the front-end in CGIDEV2, then shows the same app with a PHP front end.

Click here to download a handout for this presentation

April 2008: Integrating RPG with the Web Webcast

Abstract:
I've written some business logic in RPG. Now how do I make it available through a web interface? It seems like there are a million ways to web-enable an RPG program, and choosing the right technology to do so is a daunting task.

The April 2008 issue of System iNEWS magazine provided a service program containing RPG business rules, and showed how to write a web front end and call that service program from three different web development languages (CGIDEV2, PHP, and Java). So readers can get a feel for the differences between them.

This presentation summarizes what you'll find in that issue, and will hopefully help you along the road to deciding on a technology for your own apps.

Click here to download a handout for this presentation

To Contact Scott Klement

If you'd like Scott to speak for your user group or convention, or if you have any question for him, please use the Comment Form

If you have a question about HTTPAPI itself, please do not contact Scott directly, but instead use the FTPAPI mailing list. This list is the official place to ask questions about both the FTPAPI and HTTPAPI open source projects.

Click here to sign up for the FTPAPI mailing list.

Click here to read or search the FTPAPI mailing list archives.

I have prepared a Speaker's Bio for Local User Groups to put on their web sites or in their newsletters if they'd like. Click here for that bio.

Pattern to Good ILE with RPG part II.pdf