• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Business Domain and external system intergration

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys, I need your help to get my head around the questions below. Please bear with me if my question do not meet your standard. I will appreciate any input, thanks

1. What exactly is an external system and how does it relate to SUD.
2. Can an external system be connected to thesame database as the SUD.
3. In modelling, is the BDM sometimes shared with the external system as well as the SUD. i.e for an external system to fulfill a request from the SUD, can it also access the thesame datasource as the SUD to get the data that it needs and then sends back the result to the SUD or must the data be sent by the SUD as part of a request-response
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Harry Chuks wrote:1. What exactly is an external system and how does it relate to SUD.
2. Can an external system be connected to thesame database as the SUD.
3. In modelling, is the BDM sometimes shared with the external system as well as the SUD. i.e for an external system to fulfill a request from the SUD, can it also access the thesame datasource as the SUD to get the data that it needs and then sends back the result to the SUD or must the data be sent by the SUD as part of a request-response



1. External system is a system outside, not related to your SUD. As if it is a black box. All you know is some API to interact with it. You can assume an API to interact with the external system. Examples of external system are inventory system, payment gateway, etc

2. The data source for the external system is different from the one used in SUD. As mentioned above, external system is not part of the SUD.

3. The model is different too for the external system. Surely the SUD and external system may both have an entity can Product but the attributes in it may differ.
 
Harry Chuks
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

K. Tsang wrote:

Harry Chuks wrote:1. What exactly is an external system and how does it relate to SUD.
2. Can an external system be connected to thesame database as the SUD.
3. In modelling, is the BDM sometimes shared with the external system as well as the SUD. i.e for an external system to fulfill a request from the SUD, can it also access the thesame datasource as the SUD to get the data that it needs and then sends back the result to the SUD or must the data be sent by the SUD as part of a request-response



1. External system is a system outside, not related to your SUD. As if it is a black box. All you know is some API to interact with it. You can assume an API to interact with the external system. Examples of external system are inventory system, payment gateway, etc

2. The data source for the external system is different from the one used in SUD. As mentioned above, external system is not part of the SUD.

3. The model is different too for the external system. Surely the SUD and external system may both have an entity can Product but the attributes in it may differ.



Thanks Tsang, I thought as much. Then why am I struggling to understand the suppose behaviour and scope of this usecase or maybe my command of English is not as good as I think. Any chance, I give a snippet of the usecase so that I can get another perspective on it. I hope it wouldn't violate the terms and condition.
 
K. Tsang
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What assignment you have?
 
Harry Chuks
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My assignment is Utility International. A utility company that provide bundled service to their customer. I have not seen much about it on this forum.
 
this is supposed to be a surprise, but it smells like a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic