Questions tagged [sca]

Service Component Architecture (SCA) is a software technology created by major software vendors including IBM and Oracle. SCA provides a model for composing applications that follow Service-Oriented Architecture (SOA) principles.

54 questions
4
votes
3 answers

Advantages of SCA over Spring?

I have experience developing java web applications with Spring, but not so much with the world of SOA. I was reading about SCA- SCA4J - http://www.service-conduit.org/user-guide.pdf - and alot of this seems very similar to Spring. I was trying to…
Andrew B
  • 1,618
  • 2
  • 21
  • 30
3
votes
1 answer

How do Fabric3 and Tuscany SCA implementations compare?

There are two open source implementations of SCA; Fabric3 and Apache Tuscany. I was unable to find anything on the web comparing the two. Any experience? Thanks.
J W Keats
  • 41
  • 2
3
votes
1 answer

Differences between SCA (Service Component Architecture ) and ESB (Enterprise Service Bus)?

i have started learning about Software architectures and i came across these terms ESB and SCA. Now these terms i found quite confusing as they seems to serve the same purpose (i know this could sound ridiculous to people masters in these topics,…
Bruce_Wayne
  • 1,564
  • 3
  • 18
  • 41
2
votes
2 answers

stripe paymentIntent api | incomplete payment on stripe dashboard

I am migrating from Changes API to PaymentIntent API. I setup code successfully. But I am wonder to see that every time I load the page stripe create a payment intent showing on stripe dashboad with "incomplete" payment status and after clicking…
Deepak Dholiyan
  • 1,774
  • 1
  • 20
  • 35
2
votes
1 answer

ESB or SCA -- Architectural perspective

How does modern day ESB compare to SCA ( in terms of routing / aggregating services ) ? This is what i think [ from past experience ]. Lets say we have two services S1 and S2, and a composite service S3 which is composed of S1 and S2. Assume S1…
MageshL
  • 21
  • 2
1
vote
2 answers

How to replace properties which are defined in .componentType file using deployment config plan?

Is there a way to replace preferences which are configured in BPEL componentType file during deployment config plan? Let's say (If I move these properties in in composite.xml, config plan works fine. I am looking solution for…
Swamy
  • 111
  • 1
  • 2
  • 15
1
vote
4 answers

SOA, is it a good idea to expose a method as a service?

Example instead of creating a class library and referencing it in your main program, you expose the method as a web service. This way you do not need to recompile when you want to change the method, you can change anything you need to change…
001
  • 62,807
  • 94
  • 230
  • 350
1
vote
0 answers

Configuration of Mend/WhiteSource per app in monorepo

We are planning to use Mend (WhiteSource) to scan our code in a monorepo. The way Mend works by default is to scan all code in a monorepo after a push to master branch. Is it possible to configure Mend per app in the monorepo and not scan all apps…
F. K.
  • 694
  • 3
  • 9
  • 23
1
vote
0 answers

What's the meaning of "[" and ")" in semver (Semantic versioning) which is used in SCA Analysis

I already spent a week with semver, and got the basics, i'm not able to understand what's the meaning of "[" and ")" in semver. I'm using https://www.npmjs.com/package/semver to compare versions in my project. However, I can see some lib's versions…
rohitcoder
  • 401
  • 1
  • 7
  • 18
1
vote
2 answers

Stripe create subscription with SCA authentication

I am trying to implement Stripe to create a subscription (with a price depending on the quantity chosen), in my Symfony 5 app (backend : PHP, fronted JS) I would like this scenario: The user chooses the quantity for his subscription It is…
eronn
  • 1,690
  • 3
  • 21
  • 53
1
vote
1 answer

Can Scala be used with Service Component Architecture?

Does anyone know if Scala can be used with SCA (Service Component Architecture) open source implementations such as Fabric3 or Apache Tuscany? I found no such information online. I know Scala compiles to Java, but I was wondering if dependency…
J W Keats
  • 41
  • 2
1
vote
1 answer

How to expose EJB JAX-WS web method to receive object of commonj.SDO DataObject type

I'm almost new to web services in Java. Our company has previously used IBM Process Server to handle the interactions between SCA objects. Due to some reasons we've decided to give up IBM Process Server and therefore we started to migrate our…
Alex Sergeenko
  • 642
  • 5
  • 22
1
vote
0 answers

Oracle SOA Suite 12c: The use of composite.xml file in Service Bus projects

The composite services (SCA) are described in the file composite.xml. This is valid for SOA Suite 12c SCA composites. These composites are deployed to soa-infra container. However, the Service Bus (SB) projects/services also contain a composite.xml…
KarelHusa
  • 1,995
  • 18
  • 26
1
vote
3 answers

SCA (Service Component Architecture) alternative

Looks like the Apache Tuscany Project has been retired. Not sure what that really means, but there are still quite some Opensource and Vendor specific implementation using SCA. If this standard isn't supported anymore is there any other alternative…
FreshMike
  • 481
  • 1
  • 6
  • 26
1
vote
2 answers

SOAComposite to OSB - SoaDirect Transaction propagation

I've the following scenario: To simplify, let's say that DBAdapter1 deletes records from a database table and DBAdapter2 (invoked through OSB proxy) inserts a record in a different table. I want to be able to rollback the first DBAdapter invocation…
Fabio
  • 59
  • 2
  • 13
1
2 3 4