Manage database connections

If your Java methods connect to remote data servers, you should use EAServer’s connection caching feature to improve performance. See Chapter 26, “Using Connection Management” for more information.

NoteEAServer’s transactional model works only with connections obtained from the EAServer Connection Manager. Connections that you open yourself will not be able to participate in EAServer transactions.