The AgileWiki Blog
Exploring Time as a dimension in Software Applications and further developments of the AgileWiki project, salted lightly with personal notes.
Saturday, February 28, 2009
Friday, February 27, 2009
AgileWiki on Ning
I've just created a ning network for AgileWiki: http://agilewiki.ning.com/
You are welcome to join.
Bill
Tuesday, February 24, 2009
Rolon Basics
Just completed a new section to the User Guide, Rolon Basics:
Wednesday, February 18, 2009
Rolonic Software Engineering in Brief
- Common Data Structure - Everything is implemented as a Rolon. This includes commands, journal entries (which capture activity) and services. All Rolons, and only Rolons, are user objects.
- Flexible Structures - Structures of Rolons are built using parent/child relations. Additional, arbitrary relations can be defined and used to interconnect Rolons. One such relation, Applicable Context is used to extend the namespace of a Rolon beyond the context implicit in the Rolon's location.
- Open and Extensible - A Rolon can be expressed as an XML document and is implemented by binding elements to Java classes. Plugins are used to define and extend these bindings. All Rolons implement the same life cycle, enabling the composition of complex services from structures of Rolons.
Rolonic Software Engineering provides a systematic and comprehensive approach to the implementation of fully interoperable services, which is exactly what we need to implement Web 3.0.