user manual

16 BES Developers Guide
Borland Enterprise Server and J2EE APIs
JAXP
The Java APIs for XML Parsing (JAXP) enable the processing of XML
documents using the DOM, SAX, and XSLT parsing implementations.
Developers can easily use the parser provided with the reference
implementation of the API to XML-enable their Java applications.
JNDI
The Java Naming and Directory Interface is used to allow developers to
customize their application components at assembly and deployment without
changes to the component's source code. The container implements the
runtime environment for the components and provides the environment to the
component as a JNDI naming context. The components' methods access the
environment through JNDI interfaces. The JNDI naming context itself stores
the application environment information and makes it available to all
application components at runtime.
RMI-IIOP
The VisiBroker ORB supports RMI-over-IIOP protocol. When used in
conjunction with the IIOP Connector Module for Apache and the Borland web
container, it allows distributed web applications built on CORBA foundations.
For more information, go to the VisiBroker for Java Developer's Guide,Using
RMI over IIOP section.
Other Technologies
It is also possible to wrap other technologies, provide them as services, and
run them in the Borland Enterprise Server.
OptimizeIt Profiler
Borland's OptimizeIt Profiler (purchased separately) helps you track memory
and CPU usage issues during the development of Java applications. Borland
Enterprise Server runs OptimizeIt at the Partition level.
See the Sun Java Center for more information on these APIs.