Key information is also available in the following places:
The latest English version of this document is available on the Web.
Also from the Web, you can get updated lists of prerequisite iSeries PTFs and other service information.
The latest national language versions of this file are available as follows:
This document contains prerequisite information for IBM WebSphere Development Studio Client for iSeries Advanced Edition Version 5.1.2. In addition, it includes any limitations of the product and information not included in the documentation. Make sure to view the Installation Notes as well, for information on installing and uninstalling the product. For information on migrating from Development Studio Client Version 4.0, 5.0, or 5.1, see the Migration Guide.
For more information, see the iSeries AD Product Family Web site at ibm.com/software/awdtools/iseries.
The components are:
Extra scenario or tutorial information is available on the disk 5 of the product CD-ROM, or disk 1 of the DVD, under the directory "extras". Open this directory to find corresponding documentation.
In order to enable this support, you must update the product using Update Manager. On the Help menu, click Software Updates > New Updates.
Starting with Version 5.1.2, the index.html file has been replaced with index.jsp. Once placed in your project, the index.jsp is not updated by the WebFacing Tool. The changes to the html to add or remove program launch entries are done to a separate file, invocations.jsp, that is included by index.jsp. When a program invocation is added or removed, the invocations.jsp file is regenerated but index.jsp is not changed. If you wish to customize the appearance of your index.jsp file and not have it change when CL commands are added or removed, you can delete the inclusion of the invocations.jsp and copy the parts of invocations.jsp that you need into the index.jsp. Then you can customize index.jsp to suit your needs.
The default way to invoke a CL program in Version 5.1.2 is to use a form. If you have parameters, the form submission correctly handles the submission of them as well. To invoke your converted application from outside of the web application, you can get the proper format of the form using the browser's View source option when the index.jsp page is displayed.
With imported projects that had a customized index.html page, we recommend that you do the customizations to the index.jsp page. The index.html page should still work with the imported project but it is not updated by WebFacing with any changes to CL commands. To use your old index.html page, either point your browser to it directly (http://your-server/your-app/index.html) or update the welcome file list in the web application's web.xml file.
<%@ taglib uri="/WEB-INF/IWCLTagLib.tld" prefix="iwcl" %>Do not change the Tag Prefix value from the default value "iwcl".
The Struts tools run-time has stepped up from Version 1.1 Beta 2 in Version 5 to Version 1.1. In IBM WebSphere Studio Application Developer Version 5 (General Availability) when you create a Web project, you have the option to add Struts support to your project. You can choose either Struts 1.0.2 or Struts 1.1 Beta 2. In IBM WebSphere Studio Application Developer Version 5.1.x, the latter choice is replaced by Struts 1.1. If you created Struts 1.1 Beta 2 Web projects in IBM WebSphere Studio Application Developer Version 5, you can convert it to Struts 1.1, but this is not required as Struts 1.1 Beta 2 is still supported.
If you do have Struts 1.1 Beta 2 Web projects that you wish to convert to Struts 1.1, you will need to do the following:
If you create a Services bean and use the Run-time Configuration wizard to define your configuration settings, the option Prompt for user ID and password is not supported. If you select this option, the preference is saved in the web.xml file but is ignored by the Web Services wizard at run time. Therefore, you need to fill in the authentication information in the Run-time Configuration wizard.
In addition, the Single signon option is not currently supported for Services beans.
Check the WebSphere Studio Site Developer Readme, http://www3.software.ibm.com/ibmdl/pub/software/websphere/studiotools/html/51/wsad/readme.html, for the latest information on known problems and workarounds.
Visit the IBM World Wide Web pages at: ibm.com/software/awdtools/wdt400/support. Select an item under Support Downloads for Web Updates.
To post your questions on the newsgroups, use:
News server:
Suggested newsgroups:
Other suggested forums:
Note to U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this Documentation in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.
IBM may have patents or pending patent applications covering subject matter described in this Documentation. The furnishing of this Documentation does not give you any license to these patents. You can send license inquiries, in writing, to:
IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.
For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:
IBM World Trade Asia Corporation
Licensing
2-31 Roppongi 3-chome, Minato-ku
Tokyo 106, Japan
The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR CONDITIONS OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.
This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.
Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.
IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.
Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:
Lab Director
IBM Canada Ltd. Laboratory
8200 Warden Avenue
Markham, Ontario, Canada L6G 1C7
Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.
The licensed program described in this Documentation and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us.
Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.
This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples may include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.
This information contains sample application programs in source language, which illustrates programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. You may copy, modify, and distribute these sample programs in any form without payment to IBM for the purposes of developing, using, marketing, or distributing application programs conforming to IBM's application programming interfaces.
Each copy or any portion of these sample programs or any derivative work, must include a copyright notice as follows:
(C) (your company name) (year). Portions of this code are derived from IBM Corp. Sample Programs. (C) Copyright IBM Corp. 1992, 2002. All rights reserved.
Programming interface information is intended to help you create application software using this program.
General-use programming interfaces allow you to write application software that obtain the services of this program's tools.
However, this information may also contain diagnosis, modification, and tuning information. Diagnosis, modification and tuning information is provided to help you debug your application software.
Warning: Do not use this diagnosis, modification, and tuning information as a programming interface because it is subject to change.
The following terms are trademarks of International Business Machines Corporation in the United States, other countries, or both:
* AIX | * DB2 Extenders | * Operating System/400 |
* AIX windows | * DB2 Universal Database | * OS/2 |
* Application System/400 | * | * Open Class |
* AS/400 | * IBM | * OS/390 |
* AS/400e | * IBMLink | * OS/400 |
* C Set ++ | * Integrated Language Environment | * RPG/400 |
* COBOL/2 | * iSeries | * SQL/400 |
* COBOL/400 | * Language Environment | * VisualAge |
* DB2 | * MQSeries | * WebSphere |
InstallShield is a trademark of InstallShield Corporation.
Intel and Pentium are trademarks of Intel Corporation in the United States, other countries, or both.
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
Rational is a trademark of International Business Machines Corporation and Rational Software Corporation, in the United States, other countries or both.
ActiveX, Microsoft, SourceSafe, Visual C++, Visual SourceSafe, Windows, Windows NT, Win32, Win32s and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both.
UNIX is a registered trademark of The Open Group.
Other company, product, and service names may be trademarks or service marks of others.
Copyright IBM Corporation 1992, 2004. All Rights Reserved.