- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
AsyncFP Release 1.1.1
Sun, 2011-09-04, 08:45
This release addresses some odds and ends before moving on to
persistence...
I simplified the IncDes factories, dropping the Subordinate companion.
Then I changed transaction processing so that Queries provide a
QueryContex, Updates provide an UpdateContext and IncDes checks the
context to see if writes are allowed. Finally, I added a new service,
Properties.
We already have configurable components and configurable actors,
through the use of factories. The Properties service makes systems and
subsystems configurable. For example, you use a property to specify
the name of a database file rather than requiring a custom factory to
do so. I.E. Properties are a good way to pass runtime parameters /
command line arguments. See https://github.com/laforge49/Asynchronous-Functional-Programming/wiki/Pr...
Bill
http://AgileWiki.org