Service Endpoints in J2EE 1.4Web Service endpoint is a term used in J2EE to describe Web Service components deployed in a J2EE container. A service endpoint can be implemented using a stateless session bean, in which case it runs in the EJB container, or as a Java class that is registered as a servlet, in which case it runs in the Web container and is termed a JAX-RPC endpoint.
For more info please visit : http://java.sys-con.com/read/180362.htm
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment