Jump to content

Service Implementation Bean

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1ForTheMoney (talk | contribs) at 15:39, 23 March 2009 (Tagged for expansion, and as an orphan article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


A Service Implementation Bean (SIB), is a term used in Java Platform, Enterprise Edition, for a Java object implementing a web service. It can be either a POJO or a Stateless Session EJB. The Java interface of an SIB is called a Service Endpoint Interface (SEI).

Web Services with the J2EE 1.4 Platform