Instant Messaging in Java


Book Description

This book describes how to create Instant Messaging applications in Java and covers the Jabber IM protocols. If you want to create new IM systems, integrate them with your existing software, or wish to know more about the Jabber protocols, this is the book for you.




Instant Messaging Systems


Book Description

CD-ROM contains: "the entire source code to create an Instant Messaging System using both Java and C#; the development tools that are required to build the application; a complete e-book version of the book."







Instant Messaging


Book Description

Neben dem Abruf von Informationen hat sich die Online-Kommunikation als wichtigste Internet-Anwendung etabliert. Das Instant Messaging ist derzeit neben E-Mail die populärste Art, Botschaften online rund um den Globus zu senden. Auch im Business-Bereich findet Instant Messaging seine Freunde. Instant Messaging ist möglicherweise die lang gesuchte Killer-Applikation für das mobile Internet. Instant Messaging ist im Hinblick auf Sicherheit und Kompatibilität noch mit Problemen behaftet.







Mercury Instant Messaging System


Book Description

The purpose of this project is to use Java technology to create an instant messenger application that could be used by any person who has the basic knowledge of working with a graphical user interface. The goal here is to develop an application that provides communication to users running different operating systems.




Instant Messenger for Collaborative Learning Environments


Book Description

ABSTRACT: An instant messaging architecture is presented that facilitates collaborative learning among a highly mobile user base. The architecture leverages the write once, run anywhere [trademark] nature of the Java [trademark] computing language to enable seamless instant messaging on a range of platforms and devices. Through the use of a persistent network-accessible object repository and service discovery using Internet Protocol multicasting, an architecture is provided that is loosely coupled, reliable in the face of partial failures, and robust. The usability of the architecture is tested by a small-scale deployment. Lastly, possible extensions to the research are proposed.




Programming Java 2 Micro Edition for Symbian OS


Book Description

Hands-on information to help you fully exploit the capabilities of MIDP 2.0 on Symbian OS (including MMA, WMA and Bluetooth). This practical guide will walk you through developing example applications illustrating key functionality and explain how to install these applications onto real devices. Focuses on J2ME MIDP 1.0 and 2.0, as this platform has become the Java standard for phones Covers the optional J2ME APIs that Symbian OS Java is currently supporting Code samples are provided throughout Contains case studies that demonstrate how to develop games and enterprise applications




Java Messaging


Book Description

LEARN TO USE JAVA MESSAGING SOFTWARE IN YOUR DISTRIBUTED APPLICATIONS! As software becomes more complex, and the Web is leveraged further, the need for messaging software continues to grow. Virtually all software written today requires at least one form of internal, and even external, communication. Java Messaging explores the various methods of intra-process and inter-process messaging for Java software, such as JavaBean events, JMS, JAX-RPC, JAXM, SOAP, and Web Services. Programmers will learn the basics of these APIs, as well as how, when, and why to use each one, including how to use them in combination, such as combining SOAP with JMS over a WAN. The book begins by walking the reader through simple intra-process communication using JavaBean events. A set of classes is constructed that extend JavaBean events beyond one JVM, transparently using JMS. The messaging paradigms of JMS are explained thoroughly, including in-depth discussions on the theory and mechanics of message queues. Design patterns and helper classes are also explored, which ultimately combine to form a generic messaging framework that helps programmers avoid common pitfalls. This framework, explained throughout the book, provides for the seamless integration of JMS with SOAP Web Services that is required to build distributed applications. Starting from the first chapter, a comprehensive sample application (an online stock trading system) is built using the framework and messaging paradigms discussed in the book. By the end of the book, programmers will not only understand the various messaging paradigms, but they will also understand how to architect complex distributed applications that use them together - with a framework that provides a running start.