Package server

includes the classes to realize the server side functionality.

See:
          Description

Class Summary
CalcDistance calculates the distance between users relying on their locations and countries using online services.
DatabaseConnect this class is responsible for the database connect and executes sql queries
PersToplist this class is needed for some sort operations for the method getPersonalizedToplist of class DatabaseConnect
Spamfilter  
WSIDOServer this class is the main class for the WhatShallIDo server to start the server use the following command: 1: start the rmiregistry in a command shell rmiregistry example: rmiregistry 33000 2. start the server with the following command from a command shell java -classpath .
 

Package server Description

includes the classes to realize the server side functionality.