|
Description of the Submission |
||
|---|---|---|
This sumbission is an initial port of the Torpedo reference implementation to support the Toplink POJO API. The submission provided Java implementations of the Persistence layer as a package com.middleware-company.torpedo.auction.toplink and mapping configuration files. |
||
|
Contact Information |
||
The Middleware Company |
||
|
Configuration |
||
| O-R Mapping System | OracleAS TopLink (POJO) 9.0.4 | |
| Submission Files |
torpedo.xml sessions.xml |
|
| TORPEDO Implementation | TORPEDO reference implementation 8.25.04 | |
| Application Server | BEA WebLogic Server 8.1 SP2 | |
| Database System | Hypersonic Server 1.4 | |
| Operating System | Windows 2000 Professional | |
| Configuration Notes | For repeatablility, the application server was restarted prior to running each test. The database was restored prior to running the placeBid and place2Bids tests. | |
|
TORPEDO Operations |
||
The number of database hits required to accomplish the operation is given. Following the link provides raw results, SQL and additional operation specific configuration information and analysis. |
||
| listAuction | 18 hits | |
| listAuctionTwice (as transaction) |
18 hits | |
| listAuctionTwice (not transaction) |
18 hits | |
| listPartialAuction | 3 hits | |
| findAllAuctions | 22 hits | |
| findHighBids | 3 hits | |
| placeBid | 6 hits | |
| place2Bids | 9 hits | |