Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Glossary navigation bar

Glossary term
termLabelstermAbbrsgloTermADM
termAbbrsgloTermADMApplication Data Modeler
termSynsApplication Data Modeler

The Application Data Modeler allows robust modeling of state and messages in XML. ADM generates Plain Old Java Objects that can be used by applications with ease while supporting highly optimized serialization under the covers.

Glossary term
termLabels
gloTermtermAbbrsAEP
termAbbrsgloTermAEP
termSynsAtomic Event Processing

Atomic Event Processing refers to the transactional event processing paradigm in Talon application that is implemented by an AepEngine. In Atomic Event Processing processing of inbound messages, business logic processing, replication and persistence and outbound messaging emission is achieved in an atomic and (crucially) pipelined fashion. This relieves application event (message) handlers from the burden of coding for message loss and duplication.

Glossary term
termLabelsgloTermAEP EnginetermAbbrs
termSynsAEPEngineAepEngine, Aep Engines, AepEngines

The AepEngine sits at the core of every talon application. It drives the transactional machinery that coordinates messaging (SMA), state (ODS) and event dispatch (application handlers).