Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

my studies team is projecting SOA system with automated composite of services. There is meany papers about abstract SOA but we can't find about practical way. We wants to fit in java standards for SOA and don't want to write from scratch what is good to reuse today.

There is meany tools like protege and jena to manipulate ontologies but should we write from scratch for example ontology broker (owl server) or projecting own WSDL API for every part of system (are there some patterns to reuse)?

share|improve this question
1  
Could you rephrase your question without using buzzwords from a Gartner white paper on architecture? – skaffman Nov 9 '10 at 23:33
I rewrite my question. This is not my native language so sorry if misunderstood your intentions. – jlmfao Nov 9 '10 at 23:51

1 Answer

If you're looking for a good, open source SOA architecture in java then I would take a look at Apache ServiceMix. It has a stellar component back end based on Apache Camel and an excellent service bus based on OSGi.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.