Differences between revisions 21 and 23 (spanning 2 versions)
Revision 21 as of 2005-03-08 12:00:33
Size: 4508
Editor: dyn176154
Comment:
Revision 23 as of 2005-03-08 12:05:49
Size: 4560
Editor: dyn176154
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from TimPs
Line 2: Line 3:

'''Formal Software Specification (UML Modelling)'''
Line 4: Line 8:
= Formal Software Specification (UML Modelling) = = Module Description =
Line 6: Line 10:
== Program Schedule == = Program Schedule =
Line 8: Line 12:
 * ./ModuleDescription
Line 11: Line 14:
== Case study : Emotional Instant Messaging == = Lectures and Workshops =

= Case study : Emotional Instant Messaging =
Line 42: Line 47:
== Resources ==
=== Software packages to start with ===
= Resources =
== Software packages to start with ==
Line 48: Line 53:
=== Modelling and programming tools === == Modelling and programming tools ==
Line 52: Line 57:
== Download ==
=== Binaries ===
= Download =
== Binaries ==
Line 60: Line 65:
=== Source code and documents === == Source code and documents ==

Formal Software Specification (UML Modelling)

TableOfContents

1. Module Description

2. Program Schedule

3. Lectures and Workshops

4. Case study : Emotional Instant Messaging

All students work in a team to develop an extenstion to an existing instant messaging system that,

  1. analyzes the messages and filters the emoticons in the message;
  2. calculates current emotional state of the buddies based on the collected emoticons,.
  3. keeps track of the emotional state history of the buddies.

The existing instant messaging system will be provided as a blackbox with the following interfaces:

  1. sending messages.
  2. notification of the messages received.
  3. changing the user's status.
  4. notification of the status change of the buddies.
  5. file transfer.

The team should not work on:

  1. network communication,
  2. session management,
  3. user profiles,
  4. conversation management etc.

5. Resources

5.1. Software packages to start with

5.2. Modelling and programming tools

6. Download

6.1. Binaries

  • attachment:TIM3.jar - the blackbox. A Jabber client based on JBother 0.8.5
  • attachment:FileTransfer.jar - a plugin for TIM3 for exchanging files/photos.

  • attachment:EmoticonCollector.jar - a plugin for TIM3 to collect emoticons from the conversations.

  • attachment:PresenceWatcher.jar - a plugin for TIM3 to monitor/change the status of the user and the buddies.

    • please notice that these plugins does not work with the original JBother, use TIM3 instead.

6.2. Source code and documents

6.3. Requirements

Java 2 JREE 1.4 or above.

6.4. Installation

6.4.1. TIM3

Copy attachment:TIM3.jar to anywhere you like. Double click on the icon to start the program.

6.4.2. plugins

Copy the plugin to <home>/.jbother/plugins. On Linux, <home> is your home directory. On Windhows, <home> is C:\Documents and Settings\<your windows login user name>. You can download these plugins in the plugin manager because these plugins are not part of the standard JBother.

In order to serve the files from your local computer when transferring files, port 8080 will be open for connection. Any other software occupying this port or any firewall security hiding this port will fail the FileTransfer plugin to work properly.

6.5. Screenshots

6.5.1. TIM3 in action

attachment:JBother.jpg

6.5.2. Plugins are loaded

attachment:PluginManager.jpg

6.5.3. File Transfer plugin in action

attachment:FileTransfer.jpg

6.5.4. Emoticon Collector plugin in action

attachment:EmoticonCollector.jpg

6.5.5. Presence Watcher Plugin in action

attachment:PresenceWatcher.jpg

JunHu: UmlMasterModule/0503 (last edited 2010-09-28 14:11:22 by JunHu)