Most voted "soa" questions
Service-Oriented Architecture (SOA), can be translated as a service-oriented architecture, and is a software architecture style whose fundamental principle states that functionalities implemented by applications should be made available in the form of services.
Learn more…12 questions
Sort by count of
-
16
votes2
answers2789
viewsIs SOA the same as REST?
I am learning about SOA in a college course. And from what I understand, SOA is tied to the concept of Web Services. There are also REST Apis that are also related to this concept. Both terms give…
-
5
votes1
answer1219
viewsWhat is service granularity?
What is service granularity in SOA? What is the difference between fine and coarse granularity?
-
5
votes3
answers6760
viewsWhen is the use of an Enterprise Service Bus (ESB) recommended?
I am at the beginning of the development of a system that provides communication with some other systems through Web Services. Now our system will be the provider of services, or consumer of…
-
5
votes2
answers1258
viewsWhat is and how does an Enterprise Application Bus(ESB) work?
Some companies that work with containers Java EE say use Application Buses, never worked with such feature and would like to know two things about them: what is? how they work?…
-
4
votes2
answers681
viewsSOA x Microservices
I’m used to working with the concept of Service Oriented Architecture - SOA, I have been reading about the subject and came across the concept of Microservices Oriented Architecture, what would be…
-
2
votes1
answer865
viewsWhat is SOA and what are the advantages of its use?
I read some definitions on the web, but none managed to reach a level that allows me to define clearly what it is and what the advantages of SOA within a company. UPDATE Some of the definitions…
soaasked 10 years, 6 months ago Geison Santos 4,428 -
2
votes1
answer220
viewsService Discovery Eureka Netflix
I have an architecture SOA with two stacks different with java and other with ruby, I have a microservice using spring boot and other Rails, and I’m trying to set up a Discovery Service with Eureka…
-
1
votes1
answer29
viewsMultiple Scheduled Tasks in WSO2
I’m trying to schedule two tasks on WSO2. I created the two xml files in the "tasks" folder in the ESB project but only one is being loaded at deploy. I am running on only one node. There are some…
-
1
votes1
answer52
viewsNullpointerexception in WSO2 DSS 3.0.0
I am having problems in a Data Service in WSO2 DSS 3.0.0. If I execute the query directly in the database no error happens. The database is a Sybase 12. Could someone help? DBS <data…
-
0
votes1
answer60
viewsDefinition of Wordpress-style roles
I am planning the architecture of a personal project to be implemented using Rails. In it, I wish it was possible to easily modify the access rules of users, as is done in wordpress. I know there is…
-
0
votes1
answer651
viewsHow to implement an authentication service in a SOA project
I am developing a project using SOA where I have a web application made in Angular 2 and several micro services in Spring Boot, among the services there are authentication and notification services…
-
0
votes1
answer41
viewsJboss 4.2 consuming SOA (bus) with SSL
I have to put an app that today is running on Websphere to rotate in Jboss 4.2. It turns out that the application consumes services from SOA (SOAP) for Bus via HTTPS and there’s the problem I’m…