服务/订阅管理器引擎

发布于 2024-08-05 14:53:18 字数 179 浏览 4 评论 0原文

是否有一个好的开源服务/订阅管理器引擎,其中包含服务依赖项(即,如果我选择服务 A,我还需要服务 B 和服务 C)、订阅类型、启动和终止等内容......

我正在构建一个网站销售各种服务和订阅,并且希望不必编写该代码,因为我很确定它已经完成了很多次(例如在电子商务软件中),但我更喜欢一个小型库/引擎,而不是拥有与电子商店集成。

Is there a good opensource service/subscription manager engine that contains things like service dependencies (i.e. if I choose service A, I also need Service B and Service C), subscription types, start and termination etc...

I'm building a site that sells various services and subscriptions and would prefer not to have to write that code as I'm pretty sure it's been done many times over (e.g. in e-commerce sw), but I'd prefer a small library / egine instead of having to integrate with an e-shop.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百善笑为先 2024-08-12 14:53:18

如果您的“服务”只是 Java 类/包/模块,那么您可以使用 Spring 或任何其他支持生命周期连接的 DI 容器。

如果“服务”指的是大型/臃肿/企业化的东西,您也可以查看OSGI

但对于小型/库引擎,我建议您查看 plexuspicocontainer

If your "Service" is just Java classes/package/modules then you can use Spring or any other DI container that supports lifecycle hookups.

If by "Service" you mean something big/bloated/enterprise you can also look into OSGI.

But for a small/library engine I suggest you look at plexus and picocontainer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文