Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Category:Object Teams Examples"

(New page: Collection of some examples for Object Teams The following examples are also shipped with the OTDT: * Stopwatch - simplest...)
 
Line 4: Line 4:
 
* [[OTExample Stopwatch|Stopwatch]] - simplest, straight-forward view-model separation
 
* [[OTExample Stopwatch|Stopwatch]] - simplest, straight-forward view-model separation
 
* [[OTExample Observer|Obserer]] - simple, re-usable implementation of the Observer pattern
 
* [[OTExample Observer|Obserer]] - simple, re-usable implementation of the Observer pattern
* [[OTExample ATM|ATM]] - simle, demonstrates the use of [http://www.objectteams.org/def/1.3/s5.html#s5.4 guard predicates]
+
* [[OTExample ATM|ATM]] - simple, demonstrates the use of guard predicates ({{otjld|5|.4}})
 
* [[OTExample FlightBonus|FlightBonus]] - advanced, shows separation of use cases (flight booking vs. bonus) plus view-model separation on top of an OT/J implementation (simple UI)
 
* [[OTExample FlightBonus|FlightBonus]] - advanced, shows separation of use cases (flight booking vs. bonus) plus view-model separation on top of an OT/J implementation (simple UI)
 
* [[OTExample OrderSystem|OrderSystem]] - advanced, shows three-layered domain logic (Stock, Reservations, Order) plus view-model separation on top of an OT/J implementation (complex UI)
 
* [[OTExample OrderSystem|OrderSystem]] - advanced, shows three-layered domain logic (Stock, Reservations, Order) plus view-model separation on top of an OT/J implementation (complex UI)
  
 
[[Category:Object Teams]]
 
[[Category:Object Teams]]

Revision as of 15:03, 23 February 2010

Collection of some examples for Object Teams

The following examples are also shipped with the OTDT:

  • Stopwatch - simplest, straight-forward view-model separation
  • Obserer - simple, re-usable implementation of the Observer pattern
  • ATM - simple, demonstrates the use of guard predicates (OTJLD §5.4)
  • FlightBonus - advanced, shows separation of use cases (flight booking vs. bonus) plus view-model separation on top of an OT/J implementation (simple UI)
  • OrderSystem - advanced, shows three-layered domain logic (Stock, Reservations, Order) plus view-model separation on top of an OT/J implementation (complex UI)

Pages in category "Object Teams Examples"

The following 3 pages are in this category, out of 3 total.

Back to the top