Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Our next task is to test our auction system. Let’s consider the details. So far we’ve created six bundles:
auction.api_1.0.0 and auction.spi_1.0.0 define the interfaces for the auction application.
auction.manager_1.0.0 provides the auction manager implementation.
auction.auctioneer.sealed_1.0.0 and auction.auditor.sealed_1.0.0 provide extensions for a sealed-first-price type of auction.
auction.seller.simple_1.0.0 provides a simple seller client.