What type of database support is provided?
Ejipt relies on and fully supports standard JDBC for database connections. In addition, Ejipt provides an object persistence mechanism called “instance.store”. The Store interface represents a non-JDBC, transacted persistent store based on local files that deployed beans can use to store/cache instance states. The instance.store can be customized by extending or subclassing the DefaultStore implementation or by providing a different implementation of the Store interface.