Java Web Start クライアントは、Web ブラウザーをサポートするプラットフォームで使用されます。 Java Web Start (JWS) を使用して起動するシン・アプリケーション・クライアントのアプリケーションの場合、 Java Network Launching Protocol (JNLP) コンポーネントを作成して、アプ リケーション・サーバーからアプリケーション・クライアント・ランタイム ・ライブラリー JAR ファイルにサービスを提供する必要もあります。 この JNLP コンポーネントは、<extension> タグで、クライアント・アプリケーション JNLP ファイルにおいて参照されます。 この項目では、アプリケーション・クライアント・インストールからアプ リケーション・クライアント・ランタイム・ライブラリー・コンポーネント を作成するステップについて説明します。 独自の Web アーカイブ・リソース (WAR) ファイルとして、またはアプ リケーション・クライアント・ランタイム依存コンポーネントを含む同じ WAR ファイルにパッケージされ、アプリケーション・サーバーにインストールできます。
Java Web Start は i5/OS ではサポートされません。
<!-- "This sample program is provided AS IS and can be used, executed, copied and modified without royalty payment by customer (a) for its own instruction and study, (b) in order to develop applications designed to run with an IBM WebSphere product, either for customer's own internal use or for redistribution by customer, as part of such an application, in customer's own products." Product 5630-A36, (C) COPYRIGHT International Business Machines Corp., 2005 All Rights Reserved * Licensed Materials - Property of IBM --> <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://YOUR_APP_SERVER:PORTNUMBER/WEBAPP_CONTEXT_ROOT/Runtime/WebSphereJars"> <information> <title>Application Client Library</title> <vendor>IBM</vendor> <icon href="icon.gif"/> <description>Application Client Library</description> <description kind="short">Application Client Library</description> <description kind="tooltip">Application Client Library</description> <offline-allowed/> </information> <security> <all-permissions/> </security> <component-desc/> <resources><jar href="activation-impl.jar"/> <jar href="bootstrap.jar"/> <jar href="com.ibm.events.client_6.1.0.jar"/> <jar href="com.ibm.mq.jar"/> <jar href="com.ibm.mqjms.jar"/> <jar href="com.ibm.uddi.client_1.0.0.jar"/> <jar href="com.ibm.ws.bootstrap_6.1.0.jar"/> <jar href="com.ibm.ws.debug.osgi_6.1.0.jar"/> <jar href="com.ibm.ws.emf_2.0.0.jar"/> <jar href="com.ibm.ws.j2ee.client_6.1.0.jar"/> <jar href="com.ibm.ws.runtime.dist_6.1.0.jar"/> <jar href="com.ibm.ws.runtime.gateway_6.1.0.jar"/> <jar href="com.ibm.ws.runtime_6.1.0.jar"/> <jar href="com.ibm.ws.security.crypto_6.1.0.jar"/> <jar href="com.ibm.ws.sib.client_2.0.0.jar"/> <jar href="com.ibm.ws.sib.utils_2.0.0.jar"/> <jar href="com.ibm.ws.wccm_6.1.0.jar"/> <jar href="com.ibm.wsspi.extension_6.1.0.jar"/> <jar href="dhbcore.jar"/> <jar href="j2ee.jar"/> <jar href="launchclient.jar"/> <jar href="lmproxy.jar"/> <jar href="mail-impl.jar"/> <jar href="org.eclipse.core.runtime_3.1.1.jar"/> <jar href="org.eclipse.osgi_3.1.1.jar"/> <jar href="org.eclipse.update.configurator_3.1.0.jar"/> <jar href="properties.jar"/> <jar href="serviceadapter.jar"/> <jar href="startup.jar"/> <jar href="urlprotocols.jar"/> <jar href="WebSphereClientLauncher.jar"/> <resources/><jnlp/>