tags:

views:

62

answers:

1

I know this is a big .NET forum, but does anybody use SCA? If so, what C++ SCA runtimes do you use. I've been looking at Apache's Tuscany Native, but there hasn't been a relase since May 2007! Has SCA been reduced to just another Java framework by the lack of non-java implementations?

I ask because I'm trying to develop a distributed system around some C++ code we already have, but a lot of our high level business logic and presentation will be JEE. Additionally, we need to build composite applications with others, so we've been looking at various SOA and "ESB" frameworks. SCA was suggested by management, and looked promising because of the supposed C++ component implementation. Should I just stick to REST and JSON?

A: 

Could you please define SCA? Thanks.

Douglas Held
Service Component Architecture (http://davidchappellopinari.blogspot.com/2007/07/introducing-sca.html)
Douglas Held