C9510-418 · Question #98
Through what protocol can a Java client directly access EJBs running on an application server?
The correct answer is D. SOAP/HTTP. Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in the Java programming language. The client doesn't even "know" what technology implements the service: stateless…
Question
Through what protocol can a Java client directly access EJBs running on an application server?
Options
- AJDBC
- BRMI/IIOP
- CSOAP/JMS
- DSOAP/HTTP
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C12% (4)
- D79% (26)
Explanation
Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in the Java programming language. The client doesn't even "know" what technology implements the service: stateless session bean, JAX-WS, or some other technology. In addition, enterprise beans and web components can be clients of web services. This flexibility enables you to integrate Java EE applications with web services.
Topics
Community Discussion
No community discussion yet for this question.