Service Implementation Bean
   HOME

TheInfoList



OR:

A Service Implementation Bean (SIB), is a term used in
Java Platform, Enterprise Edition Jakarta EE, formerly Java Platform, Enterprise Edition (Java EE) and Java 2 Platform, Enterprise Edition (J2EE), is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web ser ...
, for a Java object implementing a web service. It can be either a POJO or a Stateless Session EJB. The
Java interface An interface in the Java programming language is an abstract type that is used to describe a behavior that classes must implement. They are similar to protocols. Interfaces are declared using the interface keyword, and may only contain method si ...
of an SIB is called a Service Endpoint Interface (SEI).


See also

{{Portal, Computer programming


External links


Designing Web Services with the J2EE 1.4 Platform
Java enterprise platform