Changes between Version 18 and Version 19 of BossaOverview
- Timestamp:
- Jul 30, 2008, 9:49:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaOverview
v18 v19 26 26 The division of labor is as follows: 27 27 28 * Bossa provides '''mechanisms'''. It provides allthe database (MySQL) support.28 * Bossa provides '''mechanisms'''. It provides the database (MySQL) support. 29 29 * You (the project) define the '''policies''' by writing PHP functions; you need to have basic knowledge of PHP to use Bossa. 30 30 31 31 The software structure of Bossa is shown here: 32 32 33 [[Image(bossa.png)]] 33 34 … … 37 38 which in turn call Bossa API functions. 38 39 39 Bossa's mechanisms are summarized below. 40 We now discuss the various policies you can control, 41 and the corresponding Bossa mechanisms. 40 42 41 43 == Job and result representation ==