professional documents
home
Profile
Upload
docsters
Blogs
Upload
Powerpoint

Java Technology for Internet Communications center doc


Java Technology for Internet Communications Phelim O‟Doherty Software Architect Sun Microsystems Mudumbai Ranganathan Computer Scientist National Institute of Standards and Technology (NIST) | JavaOne 2003 | Session #1024 Overall Presentation Goal Learn the technologies available for IP Communications networks that enable 3rd party application development. B E G I N N I N G 2 | JavaOne 2003 | Session #1024 Speaker’s Qualifications • Phelim O‟Doherty is a Internet Communications Technology Evangelist at Sun Microsystems. • Phelim O‟Doherty is the specification lead for JSR 32 JAIN SIP and is an expert on JSR 116 SIP Servlet and JSR 180 SIP for J2ME. • Mudumbai Ranganathan is a Computer Scientist at NIST. • Mudumbai Ranganathan is the primary author of NISTSIP a public domain implementation of JSR 32 JAIN SIP and serves as an expert on JSR 125 and JSR 141. B E G I N N I N G 3 | JavaOne 2003 | Session #1024 Fact IP Communications will ‟NOT‟ be a remold of the old communications network, if ‟YOU‟ start implementing Java services that will run on the network. B E G I N N I N G 4 | JavaOne 2003 | Session #1024 Presentation Agenda • Overview of IP Communications • Java SIP Containers • SIP for J2ME • Overview of JAIN SIP • Conclusion B E G I N N I N G 5 | JavaOne 2003 | Session #1024 IP Communications | JavaOne 2003 | Session #1024 Evolution to IP Communications Circuit-Switched PR O PR I ET A RY Soft-Switched Services, Applications & Features (Management, Provisioning and Back Office) Open Applications APIs Services & Applications Call Control & Switching Transport Hardware Softswitch Call Control Open Protocols APIs Transport Hardware • Solutions come from a single vendor that supplied everything in one proprietary box: software, hardware and applications • Customers are locked-in to their vendor—no room for innovation, expensive to implement and maintain 7 | JavaOne 2003 | Session #1024 • Solutions can come from multiple vendors, at all levels who supply open standards-based products • Customers are free to choose bestin-class products to build their network. Open standards enable innovation and reduce costs Why Java and IP Communications? JAVA Developer Base Platform Indep. Vendor Indep. IP Comm’s Internet model Innovative Converged Services Scalable Culture Open Interoperable Standard Acceptance Momentum Flexible Extensible 8 | JavaOne 2003 | Session #1024 Sample Network Architecture SIP for J2ME SIP for J2ME SIP Servlet P-CSCF HSS SIP Servlet I-CSCF JAIN SIP SIP Servlet JAIN SLEE Application Server SIP for J2ME JAIN SLEE JAIN SIP MGCF S-CSCF Core Network OSA/OMA Node Visited Network JAIN SLEE J2EE OSA/OMA Node Untrusted Network Application Server MGW Application Server 9 | JavaOne 2003 | Session #1024 Home Network Varieties of IP Communications Containers THIRD PARTY: Converged Services Containers in yellow boxes SIP App JSP App EJB App EJB SLEE App SLEE SIP Servlet HTTP Servlet SIP, Content-based Charging, Call Control, User Interaction, Messaging, Mobility CORE NETWORK: Communications Services Call Control Servers, Proxy Servers, Location, Presence and Messaging SLEE App SLEE App SIP App SIP App SLEE INAP, TCAP, SIP SIP Servlet SIP 10 | JavaOne 2003 | Session #1024 Why are Communications Applications Converging on Java Containers? • Telco apps moving to component based architectures • Desire to use Standard, Off-the-shelf container – Write-once, run-anywhere • Container provides important infrastructure services – Higher level abstractions for State management, Transactions, Security, Resource pooling, … • Focus on core value-add application logic • Leverage large community of Java developers • Leverage enterprise development tools, test suites, … • Time to market and reduced development cost 11 | JavaOne 2003 | Session #1024 Java SIP Containers | JavaOne 2003 | Session #1024 SIP Execution Environments SIP App SIP Servlet SIP App SIP App SIP App EJB JAIN SLEE JAIN SIP JVM 13 | JavaOne 2003 | Session #1024 Application development options Specification JAIN SIP JAIN SIP & Connector Developer Community Desktop Enterprise Target Java Platform J2SE J2EE Business Tier JAIN SIP & JAIN SLEE RA SIP Servlet SIP for J2ME Telecom Enterprise Device J2EE Business Tier J2EE Web Tier J2ME 14 | JavaOne 2003 | Session #1024 Realizing the SIP stack in Java JCC JAIN SLEE Sipservlet Industry Standard Interfaces JAIN SIP Dialog Layer Transaction Layer Message Layer Proprietary Interfaces SIP 15 | JavaOne 2003 | Session #1024 SIP in J2EE SIP Servlet JCA Connector JAIN SIP App Server Application Server 16 | JavaOne 2003 | Session #1024 SIP EJB App Server JAIN SLEE • JAIN SLEE is high performance event processing platform suitable for event driven applications. – Supports simple and complex telecommunications applications. – Applications deal with service logic only. • System issues handled by container i.e. threading, transactions • Standard robust application framework and programming model. – Object Orientated, asynchronous and distributable • Independent of underlying networks. • Portable, robust and reusable applications. • Asynchronous support – Elaborate event distribution mechanism (with priority) – Maps events to method invocations on components – Creates component instances in response to initial events 17 | JavaOne 2003 | Session #1024 JAIN SLEE Architecture Management Application JMX Agent SLEE Timer Facility SLEE and Service Management Interfaces Alarm Facility Trace Facility Usage Facility Event Dispatcher component instance component component instance instance component instance component instance Component Container JAIN SIP API SIP based network 18 | JavaOne 2003 | Session #1024 SLEE Application Characteristics Communications Invocations Mostly asynchronous •Events, messages, protocol triggers Enterprise Mostly synchronous invocations •Mapped to method invocations Components Light-weight fine-grained objects Short transient lifetimes •Rapid creation, deletion Heavy weight data access objects Long persistent lifetimes Database servers •Definitive master copy Data Sources Multiple data sources •location, context information •Provisioned data, cached from master copy Back-end systems Transactions Light-weight transactions •For state replication demarcation •Faster completion and more frequent Database transactions •Slower completion and less frequent Computation Compute-intensive •Main input and output are resource invocations, messages, events Database access intensive 19 | JavaOne 2003 | Session #1024 JAIN SLEE with JAIN SIP Resource • JAIN SLEE represents network resources as resource adaptors and each resource adaptor has a type – Resource adaptor type for JAIN SIP is „javax.sip‟ • JAIN SLEE identifies Event by Event types – JAIN SIP Events are classified RequestEvents, ResponseEvents and TimeoutEvents, each of these classifications contains numerous types – For example the event type of a Request message of type „INVITE‟ is „javax.sip.RequestEvent.Request.INVITE‟ • JAIN SLEE represents the flow of events as activities – Activity Objects in JAIN SIP are ClientTransactions (locally initiated) and ServerTransactions (remotely initiated) 20 | JavaOne 2003 | Session #1024 SIP Servlet • SIP servlets typically reside on network servers where they will be responsible for making routing decisions. • Supports RFC3261, RFC3262, RFC3265, RFC3428, and RFC2976 • Utilizes http servlet model as foundation, builds on http generic part for essential SIP request and response functionality • Allow applications to perform a fairly complete set of SIP signaling actions – User agent client (UAC) – User agent server (UAS) – Proxy server 21 | JavaOne 2003 | Session #1024 SIP Servlet Goals • Simplicity for the application developer – Containers handle “non-essential” complexity such as managing network listening points, CSeq, Call-ID and Via headers, routes, etc. • Containers support converged applications • Third party application development: • Application composition: – Applications that span multiple protocols and media types, for example, Web, telephony, and presence. – An XML DD is used to communicate application information from the application developer to deployers. – Several applications can execute on the same incoming or outgoing request or response. Each application has its own set of rules and executes independently. 22 | JavaOne 2003 | Session #1024 Extension to HTTP Servlet Model • HTTP is not a peer-to-peer protocol like SIP therefore SIP Servlet extensions include: – Initiate requests – Receive responses as well as requests – Generate multiple Responses • one or more 1xx followed by a final response – Proxying requests, possibly to multiple destinations 23 | JavaOne 2003 | Session #1024 Protocol and Application Sessions • Sipservlet defines two types of sessions: – SipSession (Protocol Session) • Equivalent to HTTP Session and represents a Dialog in SIP – SipApplicationSession • Provides storage for application data • Enable different protocol sessions to share state i.e. HTTP and SIP • Defined by SIPServlet but is expected to be adopted by the Servlet specification in a future release. 24 | JavaOne 2003 | Session #1024 Message Hierarchy ServletRequest ServletResponse javax.servlet SipServletMessage javax.servlet.sip SipServletRequest SipServletResponse 25 | JavaOne 2003 | Session #1024 SIP for J2ME | JavaOne 2003 | Session #1024 Overview: SIP for J2ME • SIP for J2ME is the standardised SIP interface for mobile handsets to communicate with core network functionality. • SIP for J2ME is an optional package for the J2ME platform that enable resource limited devices to send and receive SIP messages • The specific is designed for the CLDC profile, however it can also be used on to the CDC profile also. • The specification gives the developer transactional control over the SIP protocol • Client devices must support SIP for Rel5.0 of the UMTS architecture. SIP for J2ME is the perfect platform for these client devices. 27 | JavaOne 2003 | Session #1024 SIP for J2ME Goals • Enables terminals supporting CLDC to run SIP enabled MIDlets • Builds upon CLDC Generic Connection framework • Specifically targeted at mobile phone handsets • Keep the “look and feel” of the HTTP API • Keep the API size small - keep the number of created objects low • Provide developers with helper functions – RefreshHelper for Register and Subscribe 28 | JavaOne 2003 | Session #1024 SIP and the Generic Connection Framework Connection SipConnection SipConnection Notifier InputConnection OutputConnection DatagramConnection SipClientConnection StreamConnection SipServerConnection ContentConnection HttpConnection 29 | JavaOne 2003 | Session #1024 SIP for J2ME Architecture 30 | JavaOne 2003 | Session #1024 Other SIP and IM Interfaces & J2ME MIDP JAIN SIMPLE SIP for J2ME JAIN PIM CLDC KVM 31 | JavaOne 2003 | Session #1024 JAIN SIP | JavaOne 2003 | Session #1024 Overview: JAIN SIP • Java-standard interface to a SIP signaling stack. – Standardized the interface to the stack. – Standardized the events and event semantics. – Application portability - verified via the TCK. • Designed for the developer who requires powerful access to the SIP protocol. • JAIN SIP can be utilized in a user agent, proxy, or imbedded into a service container. • Supported RFCs: – RFC 3261, 2976, 3262, – RFC 3265, 3311, 3428 33 | JavaOne 2003 | Session #1024 JAIN SIP Architecture Application Listener SIP Messages Provider Listening Point SIP Events SIP Messages Listener SIP Events Provider Listening Point Stack Network Stack 34 | JavaOne 2003 | Session #1024 Responsibilities of the Application • Application registers an implementation of the SipListener interface to interact with the SIP Stack • Application MUST go via the SipProvider for all messaging with the stack – Application Sends messages and access stack objects via the SipProvider. • Application receives messages from the stack as Events via the SipListener interface. 35 | JavaOne 2003 | Session #1024 Services provided by JAIN SIP • Provide methods to format and send SIP messages • Parse incoming messages and enable application to access to fields via a standardized JAVA interface. • Invoke appropriate application handlers when protocol significant (message arrivals, Transaction time-outs) • Provide Transaction support and manage Transaction state and lifetime on behalf of a user application. • Provide Dialog support and manage Dialog state and lifetime on behalf on a user application. 36 | JavaOne 2003 | Session #1024 SIP Transactions SIP transaction consists of a single request and any responses to that request. Server transaction Server transaction Client transaction UAC 37 | JavaOne 2003 | Session #1024 Client transaction Stateful proxy UAS Transaction Support • Transaction is created on incoming Request or may be created to send outgoing request. – When a Request is sent out statefully, application must request a ClientTransaction for the outgoing Request. – When a new Request arrives, Stack associates a ServerTransaction with Request and passes up to application. • When a response arrives, the Stack possibly associates a previously created ClientTransaction with the response and passes up to the Application. • The JAIN SIP implementation manages the association between Transactions and Dialogs. 38 | JavaOne 2003 | Session #1024 Support for Dialogs • A Dialog is a peer to peer association between communicating SIP endpoints. – Maintains Route Sets and Sequence Numbers. • Dialogs are never directly created by the Application.. – Dialogs are established by Dialog creating Transactions (INVITE, MESSAGE, SUBSCRIBE…), however are managed by the stack. • Dialog deletion may be under application control. • Transactions may belong to a Dialog – Dialog state changes as a result of changes in Transaction State 39 | JavaOne 2003 | Session #1024 Addresses, Messaging and Headers • Defines support for Address/Header/Message Factories. • Address package contains a URI wrapper and defines URIs for SIP and Tel URIs. • Header package defines interfaces for all the supported headers. • Accessor (set/get) methods for SIP Header parameters. • Deep copy requirement for cloning Addresses, Headers and Messages for the benefit of proxies. 40 | JavaOne 2003 | Session #1024 SipStack Interface • Manages Listening Points and Providers. • SipStack associated with an IP address. ─ Can Have multiple Listening points. • Application can have multiple SipStacks. • Cannot be deleted once created. • Instantiated by the SipFactory and initialized with a Property set. • javax.sip.* properties are reserved and names defined for stack configuration properties. 41 | JavaOne 2003 | Session #1024 SipProvider Interface • Send Request's either statefully via client transactions or statelessly. • Send Response's to a recently received Requests either statefully via server transactions or statelessly. • Register a SipListener to the SipProvider. – Notifies Registered Listener of Events (Request/Response/Timeout). • De-register a SipListener from the SipProvider. – Once de-registered, no longer receive Events from SipProvider. • New Client and Server Transaction methods. • Listening Point manipulation methods. – Only one provider per listening point. 42 | JavaOne 2003 | Session #1024 SipListener Interface • A single SipListener per SipStack which implies a single Listener in the architecture – all SipProviders associated to a Sipstack have the same SipListener. • Process Request's either statefully or statelessly dependent on application. • Process Response's to a recently sent Requests statefully. • Process Transaction timeouts and retransmits Timer events. 43 | JavaOne 2003 | Session #1024 Application - Stack Creation Initialize Stack using SipFactory: try { Properties properties = new Properties(); properties.setProperty("javax.sip.IP_ADDRESS", "129.6.55.181"); properties.setProperty("javax.sip.OUTBOUND_PROXY", "129.6.55.182:5070/UDP"); ……// Other initialization properties. try { sipStack = sipFactory.createSipStack(properties); } catch(SipException e) { System.exit(-1); } } 44 | JavaOne 2003 | Session #1024 Application – Request Creation Initialize Request using Factories: try { SipURI requestURI = addressFactory.createSipURI (toUser, toSipAddress); // … Create other headers Request request = messageFactory.createRequest (requestURI, Request.INVITE, callIdHeader, cSeqHeader, fromHeader, toHeader, viaHeaders, maxForwards); } 45 | JavaOne 2003 | Session #1024 Application - Sending Requests Send outgoing messages: try { // Create the client transaction ClientTransaction inviteTid = sipProvider.getNewClientTransaction(request); // send the request sipProvider.sendRequest(inviteTid,request); } 46 | JavaOne 2003 | Session #1024 Application – Processing Requests Handle incoming messages as Events: try { public void processRequest(RequestEvent requestEvent) { Request request = requestReceivedEvent.getRequest(); ServerTransaction st = requestEvent.getTransaction(); // do request specific processing here } } 47 | JavaOne 2003 | Session #1024 JAIN SIP for Instant Messaging • JAIN SIP can be used for building Instant Messaging and Presence Clients and Servers. • API supports the required methods and Headers. • JAIN creates and manages Dialogs for SUBSCRIBE and MESSAGE methods. • NIST-SIP JAIN IM Client SipListener is about 1100 LOC. • Interoperates with Microsoft IM and packaged with RI as example. 48 | JavaOne 2003 | Session #1024 JAIN-SIP in Proxy Servers • JAIN SIP facilities construction of Proxy Servers: • Stateless, Transaction-stateful, and Dialog-stateful operation. • Application has access to Dialog/Transaction state and route tables. • Support for extensibility and application- controlled Routing. • Deep copy semantics for cloning. • Example Proxy (including presence server) is about 3500 LOC and is included with RI. 49 | JavaOne 2003 | Session #1024 JAIN SIP Extensibility • SIP Extensions Typically Define: – New Methods – New Headers – New Dialog Creating Methods • JAIN SIP Supports these by: – Architected ExtensionHeader that can be created/accessed by name. – New Dialog Creating methods specified at Stack configuration via configuration property. 50 | JavaOne 2003 | Session #1024 JAIN SIP Updates JAIN SIP v1.0 • RFC2543 Supported. • J2SE 1.3 and above. • Transactions referenced by long. • Transaction state is not visible to application. • No explicit Dialog Support. • Stack Configuration not defined. JAIN SIP v1.1 • RFC3261 Supported. • J2SE 1.4 and above. • Transaction interfaces defined. • Transaction/Dialog state can be read by application. • Dialog interface defined and managed by stack. • Stack Configured with defined properties. 51 | JavaOne 2003 | Session #1024 JAIN SIP Reference Implementation • In the public domain. – Includes example IM client and proxy. – Includes trace visualization tools. • Footprint – About 46000 LOC. – Jar file about 355 Kb (not counting JAIN API). – About 3 Megabytes of memory after class loading and running a few requests. http://www-x.antd.nist.gov/proj/iptel 52 | JavaOne 2003 | Session #1024 Useful URLs • JAIN SIP Specification: http://jcp.org/jsr/detail/032.jsp • NIST IP-Telephony Project Page: http://www-x.antd.nist.gov/proj/iptel/index.html • JAIN SIP Discussion List: http://archives.java.sun.com/jain-sip-interest.html • JAIN Homepage: http://java.sun.com/products/jain 53 | JavaOne 2003 | Session #1024 Conclusion | JavaOne 2003 | Session #1024 Other Java API’s for IP Communications • JAIN Presence and IM - Panasonic • JAIN SIMPLE – Panasonic • JAIN SIP Lite - Ubiquity • JAIN Enum – NetNumber • JAIN MGCP – Telcordia • JAIN Megaco – Hughes Software Systems • JAIN SDP – dynamicsoft http://jcp.org/en/jsr/tech?listBy=2&listByType=tech 55 | JavaOne 2003 | Session #1024 Summary • IP Communications is the crux of NGN‟s, investment and converged applications. • Java and IP Communications together enable a developers working environment. – You can develop services today with an open source SIP stack supporting standardized Java API‟s. • The Internet and communications networks will converge, Java developers will capitalize. E N D 56 | JavaOne 2003 | Session #1024 If You Only Remember One Thing… Communications is the „Killer App‟. IP Communications & Java lets you „play‟! Internet – EMail – IM • The Mobile Phone – SMS - MMS • …….. What‟s next? • The possibilities are endless! • The E N D 57 | JavaOne 2003 | Session #1024 Q&A
flag this doc
434
3
8(1)
1
4/23/2008
English
search termpage on Googletimes searched
Preview

Java

Semaj1212 4/23/2008 | 58 | 6 | 0 | technology
Preview

Web 2.0 and Java

Semaj1212 4/23/2008 | 453 | 33 | 0 | technology
Preview

Web 2.0 and Internet Service Bus

Semaj1212 4/23/2008 | 325 | 17 | 0 | technology
Preview

Web 2.0 Is it a Whole New Internet

Semaj1212 4/23/2008 | 117 | 6 | 0 | technology
Preview

Java 1.5

Semaj1212 4/23/2008 | 250 | 13 | 0 | technology
Preview

Java and XML

Semaj1212 4/23/2008 | 119 | 14 | 0 | technology
Preview

Java Security

Semaj1212 4/23/2008 | 72 | 7 | 0 | technology
Preview

Bluetooth and java – a perfect match

Semaj1212 4/23/2008 | 157 | 8 | 0 | technology
Preview

Emerging Java Technologies

Semaj1212 4/23/2008 | 81 | 11 | 0 | technology
Preview

Java Network Programming

Semaj1212 4/23/2008 | 157 | 9 | 0 | technology
Preview

Java Performance Profiling and Optimization

Semaj1212 4/23/2008 | 95 | 3 | 0 | technology
Preview

Java Review Session

Semaj1212 4/23/2008 | 83 | 1 | 0 | technology
Preview

Java Solutions for Cheminformatics

Semaj1212 4/23/2008 | 47 | 0 | 0 | technology
Preview

Java WS Core for Developers

Semaj1212 4/23/2008 | 54 | 1 | 0 | technology
Preview

Network Programming and Java Sockets

Semaj1212 4/23/2008 | 134 | 7 | 0 | technology
Preview

UNIVERSIDADE FEDERAL DO RIO GRANDE

Semaj1212 7/10/2008 | 108 | 1 | 1 | business
Preview

UNIVERSIDADE ESTADUAL PAULISTA

Semaj1212 7/10/2008 | 97 | 0 | 0 | business
Preview

UNIVERSIDADE DE SÃO PAULO

Semaj1212 7/10/2008 | 178594 | 0 | 0 | business
Preview

UNIVERSIDADE DE SANTA CRUZ DO SUL

Semaj1212 7/10/2008 | 92 | 0 | 0 | business
Preview

UNIDADE DE ENSINO DE VITÓRIA DA CONQUISTA DEPARTAMENTO DE ENSINO

Semaj1212 7/10/2008 | 45 | 0 | 0 | business
Preview

TORNEIO DE FUTSAL DA FRANCOFONIA 2008

Semaj1212 7/10/2008 | 70 | 0 | 0 | business
Preview

TERMO DE RESPONSABILIDADE

Semaj1212 7/10/2008 | 175 | 2 | 0 | business
Preview

Tia Eliane Tours Tia Eliane

Semaj1212 7/10/2008 | 95 | 0 | 0 | business
Preview

TERMO DE RESCISÃO DE

Semaj1212 7/10/2008 | 298 | 0 | 0 | business
Preview

TERMO DE AUTORIZAÇÃO Eu

Semaj1212 7/10/2008 | 65 | 0 | 0 | business
 
review this doc
Java Technology for Internet Communications
Rated 8 out of 10

April 28, 2008 (4 months 8 days ago)Java has always interested me because it is in real time. This presentation provides insight into understanding the interworkings of this technology. Although a little over my head, I still enjoyed trying to make sense of it.