About This Document

Intended Audience

This document is intended for users who choose JEUS to develop application clients. The document describes the concept and usage of JEUS application clients and the concept of JNLP. An application client is an executable program as follows:

Note

The source codes for examples used in the document are executable and available in the JEUS_HOME\samples\client directory.

Required Knowledge

To understand the basic usage and concepts of JEUS, refer to the following guides.

For clients using web services, additional processes that are not discussed in this guide may be required.

All examples and environment configurations are written according to the UNIX style. Hence, a few considerations must be given when working in a non-UNIX environment such as Microsoft Windows™ (hereafter Windows).

For example, for path delimiters, the UNIX style "/" must be changed to the Windows style, "\". The environment variables must also be changed to the Windows style, (%%). JEUS_HOME, referred to throughout this guide, is the directory in which JEUS is installed.

Document Scope

This guide does not cover Java EE or Java specifications in detail. For more information, refer to relevant Java documents.

Document Organization

This guide consists of 4 chapters.

Descriptions of each are as follows:

Conventions

ConventionMeaning
<AaBbCc123>Program source code file name
<Ctrl>+CHold down the Ctrl key and press the C key
[Button] Name of a GUI button or menu
Bold Emphasis
Italics Reference to another guide
" " (Double quotation marks)Reference to a chapter or section in this or another guide
'Input' User input on the screen
Email account, website, or a reference to other chapters or sections
>Proceeding order of menu
+----Files or directories exist in this directory
|----Files or directories do not exist in this directory

Note

Reference or caution
[Figure 1.1] Figure caption
 AaBbCc123
Commands, screen output after executing command, or sample code
{ }Required items
[ ]Optional items
|Selective items

System Requirements

 Requirements
PlatformSolaris 9, 10, 11
HP-UX 11.x, 11i, 11iV2
IBM AIX 5L, 6L, AIX 7L
MS Windows 2008, 2012, Vista, 7, 8
Hardware20 GB of hard drive disk storage recommended. At least 2 GB.
More than 1 GB RAM recommended.
JDKJDK 7, JDK 8

Related Documents

GuideDescription
JEUS Introduction GuideGives an overall overview of the JEUS server, and describes each component including the JEUS architecture.
JEUS Getting Started GuideIntroduces JEUS and describes how to install and run JEUS.
JEUS Server GuideDescribes the overview of the JEUS system and server, and system management.
JEUS EJB GuideDescribes JEUS EJB engine and how to deploy EJB modules.
JEUS Web Engine GuideDescribes how to use WebAdmin (JEUS's Web management tool) for configuring, controlling, monitoring, and clustering JEUS, and for resource configuration and management.
JEUS Web Service GuideDescribes Web services used within JEUS.
JEUS WebAdmin GuideDescribes how to use WebAdmin (JEUS's Web management tool) for configuring, controlling, monitoring, and clustering JEUS, and for resource configuration and management.
JEUS Security GuideDescribes how to configure, manage, and program JEUS security system.
JEUS Applications & Deployment GuideDescribes various methods and tools used to deploy Java EE applications to JEUS.

References