Thin Application 클라이언트 응용프로램에 대한 JNLP 설명자 파일

배치 디스크립터 파일은 클라이언트 애플리케이션의 기본 JNLP(Java™ Network Launcher Protocol) 배치 스크립터 파일입니다. 애플리케이션이 Thin 애플리케이션 클라이언트 애플리케이션인 경우, 실행기 클래스는 애플리케이션 클라이언트 런타임 종속성의 현재 JVM을 사용하여 Thin 애플리케이션 클라이언트 애플리케이션의 기본 메소드를 호출합니다.

다음은 Thin 애플리케이션 클라이언트 애플리케이션에 대한 JNLP 설명자 파일의 예입니다.

 This sample program is provided AS IS and may 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.

Licensed Materials - Property of IBM

5724-I63, 5724-H88, 5724-H89, 5655-N02, 5724-J08
 
Copyright IBM Corp. 2008 All Rights Reserved.

US Government Users Restricted Rights - Use, duplication or 
disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 
Licensed Materials - Property of IBM

5724-I63, 5724-H88, 5724-H89, 5655-N02, 5724-J08
 
Copyright IBM Corp. 2008 All Rights Reserved.

US Government Users Restricted Rights - Use, duplication or 
disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-->

<!-
==================================================================== 
->
<!-- TODO: change "codebase" to the actual URL location of the jnlp file ->
==================================================================== 
->
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
codebase="http://your_server:port_number/jws/wasappclient/apps">
  <information>
		<title>Thin Base Calculator Client Samples</title>
		<vendor>IBM</vendor>
		<description>Thin Base Calculator Client Samples</description>
		<offline-allowed/>
	</information>

	<security>
		<all-permissions/>
	</security>
		<resources>
			<j2se version="1.6" href="http://your_server:port_number/jws/wasappclient/JREDownload.xjnlp"/>
		
			<jar href="/jws/wasappclient/lib/WebSphereClientLauncher.jar" main="true"/>
			<jar href="BasicCalculatorClientCommon.jar"/>
			<jar href="BasicCalculatorEJB.jar"/>
			<jar href="BasicCalculatorThinClient.jar"/>

			<property name="com.ibm.websphere.client.launcher.main"
      value="com.ibm.websphere.samples.technologysamples.basiccalcthinclient.BasicCalculatorClientThinMain"/>
			<property name="java.naming.factory.initial"
              value="com.ibm.websphere.naming.WsnInitialContextFactory" />
			<property name="java.naming.provider.url"
               value="corbaloc:iiop:tiu03:2809"/>

			</resources>

			<add</argument>
				<argument>1</argument>
				<argument>2</argument>
			</application-desc>
</jnlp>

주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rcli_jnlpdesj2eethin
파일 이름:rcli_jnlpdesj2eethin.html