Environment properties

Description

Application clients, EJB components, and Web applications allow you to define environment properties, which contain global read-only data used by the application code. For example, you might define the administrator’s e-mail address as an environment property.


Environment property syntax

Environment properties have the form:

env-entry1, env-entry2, ...

Where env-entry1, env-entry2, and so forth are of the form:

(description=desc,env-entry-value=value, 
env-entry-type=type,env-entry-name=jndi-name)

Where:


See also

com.sybase.jaguar.applicationclient.env-entry, com.sybase.jaguar.component.env-entry, com.sybase.jaguar.webapplication.env-entry