Jump to content

Service Implementation Bean

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by DrOrinScrivello (talk | contribs) at 15:40, 20 March 2025 (added portal template to external links section per template's documentation). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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).

[edit]