Skip to main content

Questions tagged [soa]

Questions about service-oriented architecture, or designing software as a collection of services.

0 votes
0 answers
112 views

Can the Enterprise Service Bus in SOA be replaced by multiple service bus implementations and still be SOA?

When and Service Oriented Architecture (SOA) is designed, and the ESB is changed to multiple independent service busses that talk to each other (pub/sub), does the architecture cease to be SOA? Is it ...
TriedToAnswerBeforeAsking's user avatar
-1 votes
5 answers
152 views

How not to share information across service boundaries in SOA?

We are often told to avoid sharing business data across service boundaries. However, I tend to see the need for a service to access data from a different service. An example of this would be IT ...
geeko's user avatar
  • 246
2 votes
2 answers
75 views

Should client application clean the data that a server application can not internally process? (In SOA Systems)

Scenario : For some (comment) text field the server application is internally throwing errors when the field contains contains some specific characters. Where should the removal of characters be ...
jimjim's user avatar
  • 863
0 votes
0 answers
95 views

SOA: How to fan-in with unknown number of processes

In my event-driven architecture I have a situation where once an event is raised validation needs to occur and I'm wondering how to proceed to the next step in the process if I don't know how many ...
Software Engineer's user avatar
0 votes
1 answer
136 views

Options for modeling nested/related workflows?

I am working on an application for awarding organizations by the CEO based on a somewhat complex criteria of multiple dimensions. The process consists of 3 nested workflows: Award workflow (opened → ...
geeko's user avatar
  • 246
0 votes
1 answer
143 views

Is the SOA a means to connect monoliths? [closed]

Currently I am investigating the differences between Microservice Architecture and Service Oriented Architecture. A differentiating point is the Service. In a MSA it is quite clear. A MSA consists of ...
krispy_k's user avatar
0 votes
1 answer
448 views

Can I store a refresh token in a queue?

We have a standard microservices setup (Identity Server, API Gateway, services, etc). Some of the services schedule events to be dispatched in the future (future = anything from mins to months ahead) -...
Keir's user avatar
  • 143
0 votes
1 answer
58 views

SOA communication RESTful API and Message BUS, is it common to have both?

I understand their own characteristics but a lot of articles focus on comparing the two methods but never talked about they serve different purposes within SOA. Eg. Example of ticket system and ...
James Lin's user avatar
  • 199
-2 votes
3 answers
225 views

Feasibility of a service oriented concept for a device architecture

Assume a device using Raspberry Pi to control some hardware. This diagram tries to clarify the components: SOA concept feasibility is being explored right now. The motivations are: Components in ...
Megidd's user avatar
  • 124
-1 votes
2 answers
151 views

ESB Services vs Services using Language

Our business domain is complex. Currently, our business is written using ASP.NET WEB API HTTP services. So, applications including web, mobile and desktop are talking with these HTTP apis. Now, one of ...
Imran Qadir Baksh - Baloch's user avatar
1 vote
1 answer
68 views

Are the following project distributions valid SOAs?

Currently we are developing an application for service oriented development which is a college signature, the professor created two applications one for backend and other for front. We are using maven,...
sɪʒɪhɪŋ βɪstɦa kxɐll's user avatar
0 votes
1 answer
77 views

Performance problems with microservices that have high data coupling

I'm working on a relatively large system, that is about online transportation reservation. The system is decomposed into some services, that are interacting via REST interface with each other and the ...
Ahmad's user avatar
  • 121
0 votes
0 answers
304 views

Best design pattern to map functions/wrap functions that will be used by client apps

Abstract: I'm attempting to create a "data interoperability API" or in other terms "high-level query interface API" that will be consumed by (data scientists, web apps, any who wants to query ...
cyber101's user avatar
0 votes
2 answers
158 views

Should there be a separate service for creating asynchronous job?

Say, our team owns 3 services, one is responsible for creating persons, other is responsible for creating buildings, and 3rd one is responsible for creating jobs. Also, we have one website, which is ...
hatellla's user avatar
  • 181
3 votes
2 answers
426 views

In a Service Oriented Architecture, should a service make a request while it is servicing a request

In a Service Oriented Architecture, is it a violation of its general philosophy to have a service that is responding to a request put another request on the service bus to fulfill said request? Or ...
Most_Arduous_Journey's user avatar

15 30 50 per page
1
2 3 4 5
11