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 practica开发者_如何学Pythonl 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)?
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.
精彩评论