Advanced topics and guidelines

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
{tip}

h1. Working with drivers (shared libraries)

Shared Libraries are JBI artifacts that act as drivers.
As an example, the Petals EJB component can interact with several JEE servers. However, each JEE server may have different implementations or interfaces. This is in particular true for JNDI implementations. This is why to make the EJB SE work, you have to install and configure this SE with a shared library (SL) for the use JEE server. The shared library acts as a driver.

Shared Libraries simply embed Java libaries.
When a component is configured to use a SL, its class path will contain the libraries of this SL.
In practice, one component instance should be configured to work with only one shared library.

h1. Using logs correctly in components