在电子商务应用程序中使用 SOA/EDA

发布于 2024-11-26 09:52:00 字数 310 浏览 0 评论 0原文

作为公司指令,我们正在考虑使用 SOA/EDA 作为目标架构来重构我们已有 12 年历史的电子商务网站。该网站已经走到了尽头,添加新功能并保持其运行已成为一项挑战。

基于对该主题的大量阅读,我发现建议在与服务通信时使用消息主题 - 即使用文档和事件类型消息。

我的问题是这在电子商务应用程序中真的可能吗?我可以看到 Web 服务甚至 RMI 的使用。或者它真的取决于正在执行的操作是否需要同步或异步通信通道。

一般来说,应用程序处理搜索数据的请求 - 这将由 Solr 完成,能够管理(编辑/添加)库存、将库存转移到销售中、对销售中的商品进行出价、处理购买。

As a company directive we are looking at using SOA/EDA as a targeted Architecture for re-factoring our 12 year old ECommerce site. The site has run its course and has become a challenge in adding new features and keeping it running.

Based on a lot of reading on the topic I see that it is suggested to make use of message topics - that is use document and event type messages - when communicating to the services.

The question I have is this really possible in a ECommerce application? I can see the use of Web Services and even RMI. Or does it really depend on if what is being done require sync or async communication channel.

General the application handles request to search data - this is will be done by Solr, ability to manage (edit/add) inventory, move inventory into sales, take bids on items in a sale, process the purchase.

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

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

发布评论

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

评论(1

葬シ愛 2024-12-03 09:52:00

EDA适合以松散耦合的方式集成不同的系统。可能是您的库存管理或投标。对于在线搜索,您需要快速的响应时间并且没有松散的耦合。为此,您可以使用 SOAP、RMI 或 REST。也许你可以同时使用异步。消息代理或 ESB 和 Web 服务或同步。企业服务局。

更具体地说,需要有关您的要求和系统的更多详细信息。

EDA is suitable for integrating different systems in a loosely coupled way. May be your inventory management or the bidding. For online search you need fast response times and no loose coupling. For this you can use SOAP, RMI or REST. May be you can use both a async. message broker or ESB and Web Services or a sync. ESB.

To be more specific more details about your requirements and your systems are needed.

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