java-业务事件框架

我正在建立一种社交网站.我正在寻找一个
高度可扩展的免费开放源代码框架,用于事件处理.

例如,当用户在网站上执行某些操作时,它将触发
后端的特定类型的事件.许多听众将在等待
对于这种类型的事件,一旦他们听到事件,他们就会
该事件的一些应用逻辑,例如发送电子邮件/短信,数据挖掘或启动灯泡
..几乎任何东西.

有人知道这样的框架吗?让我知道我是否不够清楚.

谢谢,
Nilesh

解决方法:

看一下Axon framework.

Axon Framework helps build scalable, extensible and maintainable
applications by supporting developers apply the Command Query
Responsibility Segregation (CQRS) architectural pattern. It does so by
providing implementations of the most important building blocks, such
as aggregates, repositories and event buses (the dispatching mechanism
for events). Furthermore, Axon provides annotation support, which
allows you to build aggregates and event listeners withouth tying your
code to Axon specific logic. This allows you to focus on your business
logic, instead of the plumbing, and helps you to make your code easier
to test in isolation.

上一篇:c-使用CreateEvent和WaitForMultipleObjects的端口程序到Linux


下一篇:为什么mysql事件时间表在数据库localhost中不起作用?