When

Thursday November 12, 2015 from 4:30 PM to 9:00 PM CST
Add to Calendar 

Where

Mo's Irish Pub 
10842 W Bluemound Rd
Wauwatosa, WI 53226
 

 
Driving Directions 

Contact

Sue Zimmermann 
Wisconsin Midrange Computer Professional Association 
 
vicepres@wmcpa.org 
 

WMCPA November 2015 Monthly Meeting 

Our November Meeting will feature Richard Schoen, Director of Document Management Technologies for RJS Software Systems, a division of HelpSystems. With over 27 years of development, integration and document management experience on all system platforms, including IBM i, Windows, Mac and Linux, Richard has a unique perspective on making systems talk to each other that helps keep RJS products well positioned to take advantage of growth opportunities in today’s rapidly changing markets.

Session I - Quickly Create Powerful IBM I System Commands with Java and CL 

You’ve probably heard about the power of using Java on IBM i. Often Java based APIs can easily do tasks that a standard RPG or CL program can’t do without a lot of extra programming. Historically that has often that meant running a Websphere or Tomcat application server or attempting to embed Java calls into an RPG program which can quickly become complex and hard to debug because of the limitations of calling Java from RPG. What if there was an easy way to combine the power and simplicity of a CL command with the program logic of a Java program ? This session will introduce you to the concept of creating your own IBM i CL commands that integrate with Java program logic to perform processing and return appropriate response information as needed to the caller when the command completes. Your new Java based CL commands can then be embedded in and used with existing RPG and CL application programs. We will also look at how a Java program can be structured similar to a CL program to make it easy to use Java in a similar fashion as CL There are many Java APIs available such as iText for PDF, Java Mail for sending mail, XML parsing, reading and writing IFS files and using JT400 for database access, program access and more. Once you’ve created your own custom Java/CL commands you can easily embed those CL commands in your own system jobs by placing them into CL programs, RPG programs or scheduling them on a job scheduler such as IBM i WRKJOBSCDE or a 3rd party job scheduler such as HelpSystems Robot or Skybot enterprise schedulers. You will leave this session with a new appreciation for how Java and CL can be utilized in your own computing environment to create useful system commands.

Session II - Using XMLSERVICE with .Net for Fast IBM i Data Access 

If you're using Microsoft .Net to develop desktop, web and mobile applications that talk to your IBM i you will want to attend this session. XMLSERVICE is a lightweight open source service program that can be used to access IBM i resources such as databases, program calls, service programs and more from a .Net application without the overhead of installing the IBM i Access database drivers.
We will be covering the set up and usage of the IBM XMLSERVICE APIs to access IBM i database and program resources from a .Net application. If you're not already using .Net to build applications that can connect easily to your IBM i using XMLSERVICE may just be the answer to compel you to take the leap to increased development productivity.