Space-based architecture?

Posted by rcampbell on Stack Overflow See other posts from Stack Overflow or by rcampbell
Published on 2009-02-24T10:17:51Z Indexed on 2010/04/18 6:43 UTC
Read the original article Hit count: 362

Filed under:
|
|
|
|

One chapter in Pragmatic Programmer recommends looking at a blackboard/space-based architecture + a rules engine as a more flexible alternative to a traditional workflow system.

The project I'm working on currently uses a workflow engine, but I'd like to evaluate alternatives. I really feel like a SBA would be a better solution to our business problems, but I'm worried about a total lack of community support/user base/venders/options.

JavaSpaces is dead, and the JINI spin-off Apache River seems to be on life support. SemiSpace looks perfect, but it's a one-man show. The only viable solution seems to be GigaSpaces.

I'd like to hear your thoughts on space based architecture and any experiences you've had with real world implementations.

© Stack Overflow or respective owner

Related posts about architecture

Related posts about j2ee