Skip to Content
Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime Enabled Applications
book

Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime Enabled Applications

by John Bergland, John Barrow, Jonas Covey, Washington Cabral, Carl Tyler, Yafit Sami, Rob Novak
November 2003
Intermediate to advanced
496 pages
11h 59m
English
IBM Redbooks
Content preview from Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime Enabled Applications
56 Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime-Enabled Applications
method returns the word the end user is searching for. The bot then calls specific
functions to determine the meaning of the word, and sends that meaning back to
the end user with the sendText() method of the Im object:
public void textReceived(ImEvent e)
{
String dictionaryWord = e.getText();
String wordMeaning = botDictionaryLogic(dictionaryWord);
e.getIm().sendText(true, wordMeaning);
}
3.3 Bot examples
This section details three bots developed using the Java Client Toolkit. The first,
the Echo Bot, is a Java application that simply echoes back any te
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile

IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile

Anil Esen, Toshiyuki Iue, Neil Patterson, Jennifer Ricciuti
Using the IBM Lotus Virtual Classroom: A Best Practices Guide to e-Learning

Using the IBM Lotus Virtual Classroom: A Best Practices Guide to e-Learning

Mike Ebbers, David Balague, Balaka Ganguly, Dan Noyes, Phil Salm

Publisher Resources

ISBN: 0738499080Purchase book