Look what Java and SIP can do
 (SIP)Java =
Home     News     Projects     Downloads     Support     Contact

News
August 9, 2008:
     Jiplet 0.1.1b released

Aug 23, 2007:
    Jiplet 0.1.0b released
Documentation
High-level

Release notes and TODOs


Features and capabilities FAQ

Jiplet vs. SIP Servlet

License agreements

User Manuals

Installation howto

Configuration howto

Reference application howto

Programmer Manuals

Jiplet developer guide

Jiplet advanced developer guide

Jiplet API (Javadoc)

Contributor Manuals

Contributor Howto (for developers)

Building from the sources howto

Eclipse project setup guide

Coding standard & conventions

Downloads
Latest release binaries

Latest release source files
Support
Support resources

Contributors:
Amit Chatterjee (Lead)
Becky McElroy

Jiplet Container - a container for SIP applications

Jiplet is short for Java SIP Servlet. The Jiplet Container is an open-source container for server-side SIP applications. An application developer can create a SIP application written in Java using the Jiplet API and deploy the application in the container. The container provides a number of framework services including support for SIP message parsing and formatting, scoped variables, authentication and authorization, thread-pooling, logging, custom class loading, management interface, etc. It enables application developer to create server-side SIP applications using a component-based model similar to that envisioned by the J2EE architecture. In fact, it fits very well with the J2EE paradigm for software development and deployment. The jiplet container software can either be run as a standalone Java application or deployed as a service residing in a J2EE server. When running as a J2EE service, the jiplet container can access many of the features offered by the J2EE server. In addition, The jiplet container is built with the service provider model in mind. In this model, a service provider can host customized SIP applications from their customers in a secure manner similar to the servlet hosting offered by many service providers.

The jiplet container is very similar to a Java HTTP servlet container in concept. A Java HTTP servlet is a Java class that handles HTTP messages from web browsers. Similarly, a jiplet is a Java class that handles SIP messages from SIP user agents (SIP phones and SIP servers). A servlet container like Apache Tomcat can host one or more web applications (contexts), each consisting of one or more servlets. Similarly, the jiplet container can host one or more SIP applications (contexts) consisting of one or more jiplets. Similar to the servlet API authored by Sun Microsystems, the jiplet container provides a set of Java classes that jiplet applications extend or use. The services provided by these classes are very similar to those of the servlet API including scoped variables, request forwarding from one jiplet to another, etc. As in a servlet container, new jiplet applications, or contexts, can be deployed using a zipped file called spr (war is the Java servlet terminology). Since there are differences between the HTTP and SIP protocols, the servlet and the jiplet containers have some notable differences.

However, the jiplet is not a formal specification like the servlet specification. It is also not an implementation of the SIP servlet specification (JSR 116)  authored by Sun and its community of users.  There are many similarities between the jiplet and the SIP servlet in terms of features. If you are familiar with SIP servlets, you will feel right at home with the jiplet container.

We are planning to continue developing the jiplet container based on feedback provided by that the open-source community.  We are hoping that open-source developers will extend this tool and the specification instead of a committee.

Some of the features of the Jiplet Container application include:
  1. Open-source API for developing server-side SIP applications. Based on the JAIN-SIP API.
  2. Offers component-based development model.
  3. Servlet-like development and runtime environment.
  4. Access to powerful JAIN-API from SIP applications.
  5. Built in proxy functionality.
  6. Support for multi-homed SIP server.
  7. JMX management interface for interfacing with management systems.
  8. Web-based user interface for managing jiplet applications.
  9. Support for scoped variables including application, session, request, transaction and dialog-scoped variables.
  10. Support for forwarding SIP messages from one jiplet to another.
  11. Container-managed authentication and authorization.
  12. Support for application timers.
  13. Support for signals from external entities.
  14. Support for naming and naming context.
  15. Can run as a standalone application or it can be integrated with JBOSS as a J2EE service.
  16. Comprehensive support for the service-provider model.
The above features are explained in more details in the features section of the Jiplet Container.

Search this website 


Send questions or comments about this web site to webmaster@cafesip.org.
Copyright © 2005, CafeSip.org.
Licensed under the CafeSip License.
The CafeSip.org projects, web site and web facilities have been sponsored by QUIK Computing

Top of page