Skip to content

Commit 10b6f2a

Browse files
ixocoolderuelle
authored andcommitted
Fixes Issue 185
update intro chapter with new text and images (cherry picked from commit 274d186) Conflicts: docs/sources/src/main/resources/en-US/Book_Info.xml docs/sources/src/main/resources/en-US/concept-chapter-ittsss-Introduction_to_the_SIP_Servlets_Server.xml
1 parent cb24bfa commit 10b6f2a

4 files changed

+89
-38
lines changed

docs/sources/src/main/resources/en-US/Book_Info.xml

+6-35
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,12 @@
1111
<edition>2.0</edition>
1212
<pubsnumber>1</pubsnumber>
1313
<abstract>
14-
<para>&PLATFORM_NAME; is the first and only open source <acronym>VoIP</acronym> platform certified for <acronym>JAIN SLEE</acronym> 1.0 and <acronym>SIP</acronym> Servlets 1.1 compliance. &PLATFORM_NAME; serves as a high-performance core for Service Delivery Platforms (<acronym>SDP</acronym>s) and <acronym>IP</acronym> Multimedia Subsystems (<acronym>IMS</acronym>s) by leveraging <acronym>J2EE</acronym> to enable the convergence of data and video in Next-Generation Intelligent Network (<acronym>NGIN</acronym>) applications.</para>
15-
<para>The &PLATFORM_NAME; enables the composition of predefined Service Building Blocks (<acronym>SBB</acronym>s) such as Call-Control, Billing, User-Provisioning, Administration and Presence-Sensing. Out-of-the-box monitoring and management of &PLATFORM_NAME; components is achieved through <acronym>JMX</acronym> Consoles. <acronym>JSLEE</acronym> allows popular protocol stacks such as <acronym>SIP</acronym> to be plugged in as Resource Adapters (<acronym>RA</acronym>s), and Service Building Blocks—which share many similarities with <acronym>EJB</acronym>s—allow the easy accommodation and integration of enterprise applications with end points such as the Web, Customer Relationship Management (<acronym>CRM</acronym>) systems and Service-Oriented Architectures (<acronym>SOA</acronym>s). The &PLATFORM_NAME; is the natural choice for telecommunication Operations Support Systems (OSSs) and Network Management Systems (NMSs).</para>
16-
<para>In addition to the telecommunication industry, the &PLATFORM_NAME; is suitable for a variety of problem domains demanding an Event-Driven Architecture (<acronym>EDA</acronym>) for high-volume, low-latency signaling, such as financial trading, online gaming, (<acronym>RFID</acronym>) sensor network integration, and distributed control.</para>
17-
</abstract>
18-
<corpauthor>
19-
<inlinemediaobject>
20-
<imageobject>
21-
<imagedata
22-
format="SVG"
23-
fileref="Common_Content/images/title_logo.svg" />
24-
</imageobject>
25-
<textobject>
26-
<phrase>Logo</phrase>
27-
</textobject>
28-
</inlinemediaobject>
29-
</corpauthor>
30-
<copyright>
31-
<year>&YEAR;</year>
32-
<holder>&HOLDER;</holder>
33-
</copyright>
34-
<!--ORIGINAL:
35-
<xi:include
36-
href="Common_Content/Legal_Notice.xml"
37-
xmlns:xi="http://www.w3.org/2001/XInclude" />-->
38-
<!--FOR JDOCBOOK:-->
39-
<!--<xi:include
40-
xmlns:xi="http://www.w3.org/2001/XInclude"
41-
href="Common_Content/Legal_Notice.xml">
42-
<xi:fallback
43-
xmlns:xi="http://www.w3.org/2001/XInclude">
44-
<xi:include
45-
href="fallback_content/Legal_Notice.xml"
46-
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
47-
</xi:fallback>
48-
</xi:include>-->
14+
15+
16+
<para>
17+
This user guide will help you get a better understanding of &PLATFORM_NAME; SIP servlets and how the container can be used in an enterprise context. The guide will cover how to how to quickly get started with &PLATFORM_NAME; SIP servlets either on top of JBoss or Apache Tomcat containers. There are sample applications included for those who want to grasp how to build SIP applications. You will also learn how to use advanced features like High Availability through Clustering and Failover. Finally, monitoring and security will be explained.
18+
</para>
19+
</abstract>
4920
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
5021
</bookinfo>
5122

docs/sources/src/main/resources/en-US/concept-chapter-ittsss-Introduction_to_the_SIP_Servlets_Server.xml

+83-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,85 @@
44
%BOOK_ENTITIES;
55
]>
66
<!-- chapter id nickname: ittsss --><chapter id="ittsss-Introduction_to_the_SIP_Servlets_Server">
7-
<title>Introduction to the SIP Servlets Server</title>
8-
<para>
7+
8+
<title>Introduction</title>
9+
10+
<section>
11+
12+
<title>Overview of &PLATFORM_NAME; SIP Servlets within the Telecommunications Industry</title>
13+
14+
15+
<para>
16+
17+
The <ulink url="http://www.mobicents.org/"> Mobicents Communication Platform </ulink> is the best architecture to create, deploy and manage services and applications integrating voice, video and data across a range of IP and legacy communications networks. It drives convergence with the following key enablers:
18+
</para>
19+
20+
<para>
21+
<figure>
22+
<title>Mobicents Architecture Overview</title>
23+
<mediaobject>
24+
<imageobject>
25+
<imagedata width="700" fileref="images/mobicents_intro_architecture.png"/>
26+
</imageobject>
27+
</mediaobject>
28+
</figure>
29+
30+
</para>
31+
32+
33+
<!--
34+
<para>&PLATFORM_NAME; is the first and only open source <acronym>VoIP</acronym> platform certified for <acronym>JAIN SLEE</acronym> 1.0 and <acronym>SIP</acronym> Servlets 1.1 compliance. &PLATFORM_NAME; serves as a high-performance core for Service Delivery Platforms (<acronym>SDP</acronym>s) and <acronym>IP</acronym> Multimedia Subsystems (<acronym>IMS</acronym>s) by leveraging <acronym>J2EE</acronym> to enable the convergence of data and video in Next-Generation Intelligent Network (<acronym>NGIN</acronym>) applications.</para>
35+
<para>The &PLATFORM_NAME; enables the composition of predefined Service Building Blocks (<acronym>SBB</acronym>s) such as Call-Control, Billing, User-Provisioning, Administration and Presence-Sensing. Out-of-the-box monitoring and management of &PLATFORM_NAME; components is achieved through <acronym>JMX</acronym> Consoles. <acronym>JSLEE</acronym> allows popular protocol stacks such as <acronym>SIP</acronym> to be plugged in as Resource Adapters (<acronym>RA</acronym>s), and Service Building Blocks—which share many similarities with <acronym>EJB</acronym>s—allow the easy accommodation and integration of enterprise applications with end points such as the Web, Customer Relationship Management (<acronym>CRM</acronym>) systems and Service-Oriented Architectures (<acronym>SOA</acronym>s). The &PLATFORM_NAME; is the natural choice for telecommunication Operations Support Systems (OSSs) and Network Management Systems (NMSs).</para>
36+
<para>In addition to the telecommunication industry, the &PLATFORM_NAME; is suitable for a variety of problem domains demanding an Event-Driven Architecture (<acronym>EDA</acronym>) for high-volume, low-latency signaling, such as financial trading, online gaming, (<acronym>RFID</acronym>) sensor network integration, and distributed control.</para>
37+
38+
39+
40+
-->
41+
42+
43+
</section>
44+
45+
46+
<section>
47+
48+
<title>Overview of SIP Servlets Server</title>
49+
50+
<para>
51+
52+
Mobicents SIP Servlets is a modern communications middleware platform. Mobicents SIP Servlets facilitates the shift towards Cloud Communications by enabling deployment and autoscaling of real time SIP Servlets apps across all major IaaS (Infrastructure as a Service) providers and also brings realtime communications (voice and video) to your Browser using HTML5 <ulink url="http://www.webrtc.org/">WebRTC </ulink> and SIP Over WebSockets !
53+
54+
</para>
55+
<para>
56+
The <ulink url=" http://code.google.com/p/sipservlets/wiki/HTML5WebRTCVideoApplication"> Mobicents HTML5 WebRTC Client </ulink>allows you to make video calls from and to any Web Browser supporting <ulink url="http://www.webrtc.org/">WebRTC </ulink> , (only Google Chrome supports it so far but all major browsers should support it in the next 6 months) as well as SIP Endpoints.
57+
</para>
58+
<para>
59+
Mobicents SIP Servlets enables turnkey SaaS offerings such as <ulink url="http://www.restcomm.org/"> RestComm </ulink>.
60+
</para>
61+
<para>
62+
Mobicents SIP Servlets implements the latest SIP Servlet v1.1 (JSR 289) standard. It can be plugged into any Application Server container (currently 7.X and JBoss 7.X) and also offers High Availability and Failover.
63+
</para>
64+
<para>
65+
Mobicents SIP Servlets is lead by <ulink url="http://www.telestax.com/">TeleStax, Inc </ulink>. and developed collaboratively by a community of individual and enterprise contributors.
66+
67+
</para>
68+
69+
70+
<para>
71+
<figure>
72+
<title>Mobicents WebRTC SIP Stack</title>
73+
<mediaobject>
74+
<imageobject>
75+
<imagedata width="700" fileref="images/mss_webrtc_stack.png"/>
76+
</imageobject>
77+
</mediaobject>
78+
</figure>
79+
80+
</para>
81+
</section>
82+
83+
<!--
84+
85+
<para>
986
&PLATFORM_NAME;
1087
SIP (Session Initiation Protocol) Servlets deliver a consistent, open platform on which to develop and deploy portable and distributed SIP and Java Enterprise Edition services. The &PLATFORM_NAME;
1188
SIP Servlets Server is a <emphasis>certified</emphasis> implementation of the SIP Servlet v1.1 (JSR 289) specification that can run on top of either the JBoss Application Server or the Tomcat Servlet Container.</para>
@@ -43,6 +120,9 @@
43120
<para>Extensions, including SUBSCRIBE/NOTIFY</para>
44121
</listitem>
45122
</itemizedlist>
123+
-->
124+
125+
<!--
46126
<section id="ittsss-High-Availability-SIP_Servlets_Server_Load_Balancing_Clustering_and_Failover">
47127
<title>High-Availability: SIP Servlets Server Load Balancing, Clustering and Failover</title>
48128
<para>Telecommunications applications demand High-Availability (HA), fault tolerance, scalability and performance. Providing highly-available end-user applications that are tolerant of faults is commonly achieved through the use of clustering technologies.</para>
@@ -92,5 +172,5 @@
92172
</varlistentry>
93173
</variablelist>
94174
</section>
95-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="concept-section-Working_with_the_SIP_Servlets_Management_Console.xml"/>
175+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="concept-section-Working_with_the_SIP_Servlets_Management_Console.xml"/-->
96176
</chapter>
Loading
Loading

0 commit comments

Comments
 (0)