The iSeries scenario application is composed of five projects, named SV000501, SV000514, SV000618, SV001585, and SV001586. This guide contains instructions on how to run the pre-packaged application. The guide also contains step-by-step modules and advanced modules, showing you how to build the various projects by yourself. The step-by-step modules are intended for developers who are relatively new to application development and Development Studio Client. The advanced modules are intended for developers who are experienced in application development and more familiar with Development Studio Client.
This scenario comes in the form of five projects:
SV000501 project: Create a Web project to view outstanding orders, inventory, and product details - This project is created with iSeries Web development tools and the IBM WebFacing Tool, and is designed for RPG programmers with limited knowledge of Web application development who want to use the IBM WebFacing Tool to put their RPG applications on the Web.
SV001585 project: Create HTML code, servlets, and JSP files that place client orders on an iSeries server - This project uses the IBM Toolbox for Java's SQL and JDBC classes, the RecordIOManager bean of iSeries Java development tools, and the iSeries Program call wizard. These elements show various ways to access and manipulate data and programs that exist on the iSeries server. This project is designed for Java programmers and Web application developers who want to develop Web pages to access iSeries data and code. In addition, you should have working knowledge ofiSeries server management and RPG programming.
SV000514 project: Create an iSeries Web service to provide product prices - The Web Services wizard uses a Java bean generated by the iSeries Program Call wizard to call one or more program procedures on the iSeries server, and convey the information back to a browser. This project is designed for RPG programmers who want to use Web services to create self-contained, modular applications that can be described, published, located, and invoked over the World Wide Web.
SV001586 project: Create a Web service to place orders to the wholesale supplier through an iSeries server - The Web service accepts a merchandise ID, plus the required quantity, and then places an order with the wholesale supplier. This project is a component of SV000514, and is designed for RPG programmers who want to create Web services.
SV000618 project: Create a Web project to interface the order form, inventory form, and purchase order generated by the IBM WebFacing Tool - This project requires iSeries Web development tools, and involves creating HTML and JSP files to use and connect the Web services developed in SV000514 and SV001586. The project is designed for developers who want to work with Web services, and who have knowledge in RPG and Java programming.
Copyright IBM Corporation 1992, 2003. All Rights Reserved.