JEUS Application Client Guide 

JEUS v7.0 Fix#3

Restricted Rights Legend

All TmaxSoft Software (JEUS®) and documents are protected by copyright laws and international convention. TmaxSoft software and documents are made available under the terms of the TmaxSoft License Agreement and may only be used or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxSoft Co., Ltd.

Trademarks

JEUS® is registered trademark of TmaxSoft Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies.

Open Source Software Notice

Some modules or files of this product are subject to the terms of the following licenses. : APACHE2.0, CDDL1.0, EDL1.0, OPEN SYMPHONY SOFTWARE1.1, TRILEAD-SSH2, Bouncy Castle, BSD, MIT, SIL OPEN FONT1.1

Detailed Information related to the license can be found in the following directory : ${INSTALL_PATH}/lib/licenses

Document Information

Document Name: JEUS Application Client Guide 

Document Created: 2014-08-29

Software Version: JEUS v7.0 Fix#3

Document Version: v2.1.5


Table of Contents

About This Document
1. Application Client
1.1. Overview
1.2. Programming
1.2.1. Program Architecture
1.2.2. Example
1.3. Creating Deployment Descriptor
1.3.1. Creating Deployment Descriptor
1.3.2. Creating Deployment Descriptor
1.4. Packaging
1.5. Deploy
1.6. Execution
1.6.1. Executing in Console
2. Advanced Application Client
2.1. Overview
2.2. Dependency Injection
2.2.1. EJB Injection
2.2.2. Resource Injection
2.2.3. Other Injections
2.3. Clients Not Using Dependency Injection
2.4. Security Setting
2.5. Transaction
3. Client Applet
3.1. Overview
3.2. Programming
3.2.1. Example
3.2.2. HTML Example
3.3. Deployment
3.4. Execution
3.4.1. Executing in Web Browser
3.4.2. Executing in Appletviewer
4. JNLP Client
4.1. Overview
4.2. Programming
4.3. Execution
4.3.1. Executing a Client
4.3.2. Executing via Client Container
Glossary
Index

List of Figures

[Figure 1.1] Application/applet client architecture

List of Tables

[Table 1.1] JEUS libraries required for each service

List of Examples

[Example 1.1] <<HelloClient.java>>
[Example 1.2] <<jeus-client-dd.xml>>
[Example 2.1] EJB Reference Injection
[Example 2.2] Resource injection
[Example 2.3] <<HelloClient.java>>
[Example 2.4] <<jeus-client-dd.xml>>
[Example 2.5] <<Client.java>>
[Example 3.1] <<HelloClient.java>>
[Example 3.2] <<index.html>>
[Example 4.1] JNLP servlet: <<web.xml>>
[Example 4.2] <<HelloClient.java>>
[Example 4.3] <<HelloClient.jnlp>>
[Example 4.4] <<HelloClient.java>>
[Example 4.5] <<HelloClient.jnlp>>