soa
Spring RESTful service application architecture
Currently we are building web services applications with Spring, Hibernate, MySQL and tomcat. We are not using real application server- SoA architecture. Regarding the persistence layer - today we are[详细]
2023-04-12 21:03 分类:问答to get the path of a war file deployed in the jboss SOA server
i want the path of the war file that is deployed in the jboss SOA server . as the file can be deployed in any of the folder[详细]
2023-04-11 17:20 分类:问答Throw exception from one-way operation
Assume that you have the following operation: void AddCustomer(Customer) (i.e. a Customer object as input and no output)[详细]
2023-04-09 06:32 分类:问答How do I apply XACML rules to every child URI?
I\'m working with XACML policies and I have a rule that includes a resource target similar to the following:[详细]
2023-04-08 13:08 分类:问答How to deal with Java Polymorphism in Service Oriented Architecture
What is the path of least evil when dealing with polymorphism and inheritance of entity types in a service-oriented architecture?[详细]
2023-04-06 18:23 分类:问答What's the best way to distribute multiple copies of services across servers?
We have multiple services that do some heavy data processing that we\'d like to put multiple copies of them across multiple servers.Basically the idea is this:[详细]
2023-04-06 15:32 分类:问答How should I allow others to dynamically find web services?
I have been fighting with this for a while now. I need to prototype SOA, and with it, the registry. I have been fiddling with jUDDIv3 on JBoss SOA Platform 5, but there don\'t appear to be any tools t[详细]
2023-04-06 15:11 分类:问答Example of SOA model in real world
would you please show me a SOA model in real world?(Service Provider,Service 开发者_如何转开发Broker,Service Requester)[详细]
2023-04-06 11:56 分类:问答What is the role of the "Service Broker" in SOA?
What is the role of the \"Service Broker\" in SOA Model Architectur开发者_如何学运维e?The service broker is meant to be a registry of services, and stores information about what services are available[详细]
2023-04-06 07:10 分类:问答Delivery different kind of protocols in a SOA architecture
I have a project that is currently in production delivering some web-services using the REST approach. Right now, I need to delivery some of this web-services in SOAP too (it means that I will need to[详细]
2023-04-06 05:29 分类:问答