| Can I embed a Container into my own “Server”? |
|
You are free to swap out any of the generic services and replace each one with a different implementation as long as the API contract is adhered to; for example, you can use another vendor’s JNDI Naming Service backend, persist entities to Oracle using an appropriate JDBC driver instead of to JDB (JDataStore) and plug in your custom session storage mechanism instead of using the default JDataStore-based storage.
|