Tagged Questions

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.

learn more… | top users | synonyms

3
votes
2answers
465 views

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 ...
1
vote
4answers
57 views

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, ...
1
vote
1answer
213 views

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.
0
votes
0answers
12 views

Can somebody fix SCA support plugin to work in IDEA 11?

I will be thankful to any plugin developer who can fix the SCA Support plugin (http://code.google.com/p/sca4idea/) for IDEA XI. Thanx.
0
votes
0answers
45 views

Spring mvc SCA hibernate

question deleted.... question deleted.... question deleted.... question deleted.... question deleted.... question deleted.... question deleted.... question deleted.... question deleted.... question ...
0
votes
0answers
54 views

Apache Tuscany SCA : Error cannot resolve to a type composite

I am a newbie in Apache Tuscany and was stuck at an error. I would appreciate if anyone can help me figure out the solution for the follow problem. Scenario 1: Success If the Events ...
0
votes
0answers
159 views

WSDL problem in a simple Tuscany 2 composite

I am building a composite using the Tuscany 2.0-Beta2, The composite includes a single component with one service. After compiling, the contribution loads in Tuscany with no issues. I can even open ...
0
votes
1answer
151 views

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 ...
0
votes
1answer
63 views

Does Apache Tuscany SCA come in a 64 bit version?

Is there a 64 bit version of Apache Tuscany SCA?
0
votes
0answers
137 views

Exposing an OSGi SOAP service with SCA with complex types

I have written an OSGi service and exposed the implementation with SCA using the binding.ws. This works great for simple types, however I would like to use complex types in my implementation and have ...
0
votes
1answer
470 views

What are the differences / similarities between JBI and SCA

Could point me to some good links, or share experiences of the differences / similarities between the JBI and SCA specifications? Many thanks :-)