When you turn on your cell phone, the first thing you see is the message "looking for service". During the delay to follow your phone is busy locating the network and negotiating admission to it. This is called programming service discovery interfaces; it is not easy, but it's a prerequisite for all telecom services. This title teaches developers how to do it right. It explains and compares competing platforms: Bluetooth, Jini, Salutation, SLP and UPnP.
Inhaltsverzeichnis
<H4> Preface<H4> Acknowledgments<H3> CHAPTER 1: INTRODUCTION TO SERVICE DISCOVERY<H4> Introduction<H4> Service Discovery Features<H4> Common Characteristics<H4> Service Discovery Sites<H4> Applications<H4> Interoperability, or Why Learn a Bunch of Protocols?<H3> CHAPTER 2: JINI WORKS ITS MAGIC<H4> Leasing<H4> Clients, Services, and Renewal<H4> Jini Security<H4> Other Jini Components<H3> CHAPTER 3: SLP: An IETF Protocol for Service Discovery<H4> Overview of Service Location Protocol<H4> Goals of the Chapter<H4> Essential Details<H4> SLP Agents<H4> Designing SLP Applications: The SLP API<H4> Configuration<H4> DHCP Issues<H4> Security<H3> CHAPTER 4: UNIVERSAL PLUG AND PLAY: EXTENDING PLUG AND PLAY TO THE NETWORK<H4> Overview of Universal Plug and Play (UPnP)<H4> Universal Plug and Play Protocols in Detail<H4> Where's the Code?<H3> CHAPTER 5: BLUETOOTH SERVICE DISCOVERY PROTOCOL<H4> Bluetooth Overview<H4> A Sample API: Digianswer's Bluetooth Software Suite<H3> INDEX