开发者

Using SOA/EDA in a ECommerce application

开发者 https://www.devze.com 2023-03-23 08:10 出处:网络
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 f

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 开发者_JS百科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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号