TimesTen Sample Code
Oracle TimesTen In-Memory Database is a SQL relational database used inside performance-critical applications to provide blazing-fast response times and real-time caching of Oracle data. Oracle TimesTen resides in the application tier and manages databases that reside in memory, either stand-alone or as a cache for subsets of an Oracle database.
TptbmAS Application Server Demo
TptbmAS is a multi-user throughput benchmark that demonstrates
how to configure and run the Oracle TimesTen In-Memory Database with several
different J2EE application servers and object-relational mapping (ORM)
products.
Download (ZIP) README (txt)
JBoss 4 - Sample configuration files for TimesTen 7.0
timesten-type-mapping.xml - sample type mapping descriptor file
timesten-ds.xml
- sample data source deployment descriptor file
BEA WebLogic Server 9 - Sample Data Source configuration files for TimesTen 7.0
RunDataDirectDS-jdbc.xml - for Direct Access Data Source (Non-XA Local Transactions)
RunDataDirectXADS-jdbc.xml - for Direct Access Data Source (TimesTen XA Local Transactions)
RunDataClientDS-jdbc.xml - for Client/Server Access Data Source (Non-XA Local Transactions)
RunDataClientXADS-jdbc.xml
- for Client/Server Access Data Source (TimesTen XA Local Transactions)
|