[AIX HP-UX Linux Solaris Windows]This topic applies only on the z/OS operating system.

Running the IBM Thin Client for XML

The IBM® Thin Client for XML with WebSphere® Application Server allows applications to take advantage of IBM XML technology components in a simple Java™ environment. Such applications can directly access the Feature Pack for XML API to process XPath, XQuery, and XSL in a Java SE runtime environment. You can bundle the Thin Client for XML library with your application by using the WebSphere Application Server with Feature Pack for XML installation. The Thin Client for XML also extends the choice of Java SE runtime environment. It can be run in IBM Java Runtime Environments (JREs), the Sun Microsystems JREs that are downloaded from the Sun Microsystems Web site, or the JRE that is downloaded from the HP Web site.

Before you begin

Before you can use the API provided by the Thin Client for XML you must obtain the Thin Client for XML Java archive (JAR) file. This can be accomplished by installing WebSphere Application Server and the Feature Pack for XML. The Thin Client for XML JAR file, com.ibm.xml.thinclient_1.0.0.jar, is located in the app_server_root\feature_packs\xml\runtimes directory.

Copy the JAR file, com.ibm.xml.thinclient_1.0.0.jar, to other machines to enable access to the Feature Pack for XML API. Copies of the Thin Client for XML are subject to the terms and conditions of the license agreement for the WebSphere Application Server Version 7.0 product from which you obtained the Thin Client for XML. Refer to the license agreements for correct usage and other limitations.

The Thin Client for XML with WebSphere Application Server runs on distributed operating systems with Java SE Development Kit (JDK) support, including Version 1.5 and Version 1.6.

About this task

Run the Thin Client for XML by completing this procedure.

Procedure

Invoke the client application.

Run the following Java command:

[Windows]
java_install_root\bin\java
-classpath com.ibm.xml.thinclient_1.0.0.jar;list_of_your_application_jars_and_classes
fully_qualified_class_name_to_run
[AIX] [HP-UX] [Solaris] [Linux] [z/OS]
java_install_root/bin/java
-classpath com.ibm.xml.thinclient_1.0.0.jar:list_of_your_application_jars_and_classes
fully_qualified_class_name_to_run



Related information
JSR 47: Logging API Specification
Task topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 1:06:41 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v700xml&product=was-nd-mp&topic=txml_xmlthinclient
File name: txml_xmlthinclient.html