Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Incoming Coupling and Outgoing Coupling of a Service

Hi,
I am trying to get an answer to a question in relation to my academic research on SOA with JAX-RS as an example implementation technology. Could you help? The question is,

Can we consider a JAX-RS service as basically the main threads and explicit child thread(s), if any, of the public resource methods of its root resource class with all incoming coupling (dependencies) via service interface and all outgoing coupling emanating from these threads?

Thanks and regards
Rupinder

Back to the top