Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
65 views

Has anyone already implemented/ported Prevalence/Prevaylor to Javascript/NodeJS?

Is there an SSJS implementation of the Prevalence System Design Pattern, as implemented in Java by Prevaylor, but for NodeJS instead?
2
votes
2answers
624 views

What are synchronizing strategies for Prevayler?

Prevayler guarantees that all the writes ( through its transactions) are synchronized. But what about reads? Is it right that dirty reads are possible if no explicit synchronizing is used (in user ...
0
votes
2answers
93 views

Working with complex objects in Prevayler commands

The demos included in the Prevayler distribution show how to pass in a couple strings (or something simple like that) into a command constructor in order to create or update an object. The problem is ...