Stephan Herrmann | 8d4c5bc | 2011-05-12 19:28:32 +0000 | [diff] [blame] | 1 | pluginName=OT/J Examples |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 2 | providerName=Eclipse.org - Object Teams |
| 3 | |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 4 | category.objectteams = Object Teams |
| 5 | |
| 6 | sample.stopwatch.name = Stop Watch Example |
| 7 | sample.stopwatch.desc = A simple stop watch application demonstrating how the Model-View-Controller pattern can be applied in Object Teams. |
| 8 | sample.observer.name = Observer Pattern Example |
| 9 | sample.observer.desc = Implementation and application of the standard Observer pattern with Object Teams. |
| 10 | sample.flightbooking.name = Flight Bonus Example |
| 11 | sample.flightbooking.desc = This example demonstrates, how a reusable collaboration for collecting bonus points can be integrated into an existing application for flight booking. |
| 12 | sample.ordersystem.name = Order System Example |
| 13 | sample.ordersystem.desc = A comprehensive example showing different patterns of applying Object Teams. It implements three components: a storage, reservations of items, and orders plus a MVC GUI. |
| 14 | sample.atm.name = ATM Example |
| 15 | sample.atm.desc = An example showing the use of guard predicates in Object Teams. It implements a simple ATM that adds specific behaviour to specific groups of accounts. |