1.

Explain The Difference Between The Coaches And Coach Views.?

Answer»
  1. Coaches contain one or more COACH Views. The Coach Views provide the user interface elements and layout for the Coach.
  2. Each Coach View can contain one or more other Coach Views, which creates a parent-child relationship between these Coach Views.
  3. At run time, the parent Coach View is rendered as a <div></div> tag that CONTAINS a nested <div></div> tag for each child Coach View.
  4. Each Coach View can also have a binding to a business object, CSS code to control its visual layout, and JavaScript to define its behavior
  5. Coach Views are reusable so you can create a library of common user interfaces and behavior. You can combine these common user interfaces to rapidly develop new Coaches.
  6. The Coaches toolkit that is included with IBM BPM contains a set of common user interfaces that are called STOCK CONTROLS. You can include these stock controls when you are creating your own Coach Views.



Discussion

No Comment Found