This page is no longer maintained — Please continue to the home page at www.scala-lang.org

AsyncFP Release 1.1.1

No replies
Bill La Forge
Joined: 2011-07-13,
User offline. Last seen 42 years 45 weeks ago.

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

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland