Application
client property names begin with com.sybase.jaguar.applicationclient
.
In EAServer Manager, you can configure application client properties
in the Application Client Properties dialog box.
Contains a text description of the application client.
desc
Where desc is the descriptive text.
In EAServer Manager, set this property using the Description field on the General tab in the Application Client Properties dialog box.
Specifies a list of EJB references that define aliased JNDI
names for EJB components invoked by the application client. Application
clients must use JNDI to resolve EJB references, using the prefix java:comp/env/ejb
in
JNDI lookups.
ejb-ref1, ejb-ref2, ...
Where ejb-ref1, ejb-ref2, and so forth follow the syntax of EJB reference properties.
In EAServer Manager, configure this property using the EJB References tab in the Application Client Properties dialog box.
Environment properties allow you to specify global read-only
data for use by the application client. Application clients must
use JNDI to retrieve environment properties, using the prefix java:comp/env
in
JNDI lookups.
In EAServer Manager, set this property using the Environment tab in the Application Client Properties dialog box.
Specifies additional files and Java classes to be distributed with the application client.
A list of file names, separated by commas. Files may be specified as follows:
Specify Java classes and packages
using the Java dot notation. For example, com.sybase.CORBA
adds
all files in the com.sybase.CORBA package. These
classes must be deployed under the EAServer java/classes subdirectory.
If a DLL or shared library is deployed in the EAServer cpplib subdirectory, you
can enter the file name itself. For example, myutils.dll
.
Other files must be specified using full paths, paths that are relative to the EAServer Repository subdirectory, or paths qualified by environment variables. For example:
../dll/debug/MyDebugLibrary.dll
d:\mydir\myfile.ext
{$JAGUAR}/java/src/com/yours/*
If you use full paths, you can only synchronize or import package archives on machines that share the same directory structure as your development machine.
If you use environment variables, use the syntax shown in the example. Environment variables must be set on all machines where you import the exported JAR file, or to which you synchronize.
In EAServer Manager, set this property using the Files tab in the Application Client Properties dialog box.
Specifies the main Java class of the application client.
class
Where class is the main Java class of
the application client, specified in dot notation; for example, com.sybase.appclient.Myclient
.
In EAServer Manager, set this property using the Main Class Name field on the General tab in the Application Client Properties dialog box.
Specifies the application client name.
app-name/client-name
Where:
app-name is the name of the J2EE application to which the application belongs.
client-name is the name of the application client.
Resource environment references are logical names applied to objects administered by EAServer.
See Resource environment reference properties.
In EAServer Manager, set this property using the Resource Env Refs tab in the Application Client Properties dialog box.
Resource environment reference properties.
Specifies aliased JNDI names for database connections, JavaMail sessions, and URL factories used by the application client.
See Resource reference properties.
In EAServer Manager, set this property using the Resource Refs tab in the Application Client Properties dialog box.
Resource reference properties.
Copyright © 2005. Sybase Inc. All rights reserved. |