Friday, February 19, 2010

CoreDCI split into separate project

Wax's underlying DCI core has now been split into a separate library, called CoreDCI, and has been packaged as a way to provide DCI functionality in a more generic scope. Version 1.0 of CoreDCI was released today, and provides:
  • DCIObject - allows for the creation of role-playing objects
  • Context - a context class that is specifically designed for facilitating the execution of role methods
  • DCIException - a custom exception class that provides a stacktrace that more accurately shows the DCI call stack
  • The Account Example: a test file showing how to define roles, contexts, and model objects, then use the role methods to perform a Money Transfer operation. Also demonstrates the functionality of the DCIException.
The library is available for download at The CoreDCI project page.

No comments:

Post a Comment