SIP applications
A SIP application is a Java program that uses at least one Session Initiation Protocol(SIP) servlet.
A SIP servlet is a Java-based application component that is managed by a SIP servlet container and that performs SIP signaling. Like other Java-based components, servlets are platform-independent Java classes that are compiled to platform-neutral bytecode that can be loaded dynamically into and run by a Java-enabled SIP application server. Containers, sometimes called servlet engines, are server extensions that handle servlet interactions. SIP servlets interact with clients by exchanging request and response messages through the servlet container.
SIP is used to establish, modify, and terminate multimedia IP sessions including IP telephony, presence, and instant messaging. "Presence" in this context refers to user status such as "Active," "Away," or "Do not disturb." The standard that defines a programming model for writing SIP-based servlet applications is JSR 116.
SIP container
This product complies with the following SIP standards:
For a complete list of the supported Internet Engineering Task Force (IETF) and Java Community Process (JCP) industry standards, see the "Compliance with industry SIP standards" topic linked later in this section.
Subtopics
- SIP industry standards compliance
The product implementation of Session Initiation Protocol (SIP) complies with industry standards for both a SIP container and SIP applications.
- Runtime considerations for SIP application developers
You should consider certain product runtime behaviors when we are writing Session Initiation Protocol(SIP) applications.
- SIP IBM Rational Application Developer for WebSphere framework
We can use the IBM Rational Application Developer for WebSphere product for developing Session Initiation Protocol(SIP) servlets.
- SIP servlets
A Session Initiation Protocol(SIP) servlet is a Java-based application component that is managed by a SIP servlet container and that performs SIP signaling. SIP servlets interact with clients by exchanging request and response messages through the servlet container.
Related concepts
SIP container
Related tasks
Browse all SIP topics Set up SIP application composition