|
All content with label pattern+current.
Related Labels:
project
( - pattern
, - current
)
Command Pattern 2.5.0
(The Coherence Incubator)
Command Pattern This is an example implementation of the Command Pattern (Wikipedia) http://en.wikipedia.org/wiki/Commandpattern design pattern build on top of Coherence. The Command Pattern advocates that; # An action to be performed zero or more times at some point in the future should ...
|
Functor Pattern 1.2.0
(The Coherence Incubator)
Functor Pattern This is an example implementation of Function Objects (Wikipedia) http://en.wikipedia.org/wiki/Functionobject or as it is also known, the Functor Pattern, built with Coherence. The Functor Pattern is an extension to the Command Pattern. In fact the semantics are identical with the exception that the Functor Pattern ...
|
Messaging Pattern 2.5.0
(The Coherence Incubator)
Messaging Pattern This is an example implementation of store and forward messaging built on top of Coherence. The Messaging Pattern advocates that; # Payload, typically represented as a Message object, may be sent to a Destination from a Sender (also commonly known as a Publisher). # It is the responsibility of the infrastructure ...
|
Processing Pattern 1.1.0
(The Coherence Incubator)
Processing Pattern This is an example implementation of a Processing pattern, a generalized approach for submitting and asynchronously processing (ie: executing) "work" in a system. The Processing Pattern advocates that; # ProcessingSessions are used to submit "work" (typically regular objects) for asynchronous processing. # A Submission Outcome ...
|
Push Replication Pattern 2.5.0
(The Coherence Incubator)
Push Replication Pattern This is an example implementation of Push Replication pattern. The Push Replication Pattern advocates that; # Operations (such as insert, update and delete) occurring on Data in one Location should be pushed using one or more Publishers to an associated Device ...
|
|
|