Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

Line 1: Line 1:
 
Collection of some examples for [[:Category:Object Teams|Object Teams]]
 
Collection of some examples for [[:Category:Object Teams|Object Teams]]
  
The following examples are also shipped with the [[Object Teams Development Tooling|OTDT]]:
+
===The following examples are also shipped with the [[Object Teams Development Tooling|OTDT]]:===
 
{{tip|Try it live:|
 
{{tip|Try it live:|
 
In a running [[Object Teams Development Tooling|OTDT]] you can easily import these projects into your workspace by selecting from:<pre>File > New > Example > ...</pre>
 
In a running [[Object Teams Development Tooling|OTDT]] you can easily import these projects into your workspace by selecting from:<pre>File > New > Example > ...</pre>

Revision as of 09:07, 7 July 2010

Collection of some examples for Object Teams

The following examples are also shipped with the OTDT:

Idea.png
Try it live:
In a running OTDT you can easily import these projects into your workspace by selecting from:
File > New > Example > ...
  • Stopwatch - simplest, straight-forward view-model separation
  • Obserer - mostly simple, re-usable implementation of the Observer pattern, yet comprehensive coverage of many Object Teams concepts.
  • 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