DS420     Distributed Systems

Design an in-process COM Stock Server. When a client input a ticker symbol, Server will return the appropriate ticker price for the client. (C++ programming)

Stocker Server (Server.dll)
GUI Stock Client (Client.exe)


Design an arithmetic server, which receive an expression from a client, then parses the expression to extract both operator and number, apply the operator to number, and return the result to client.

Arithmetic.java


Create a JavaBean which show a animation logo repeatedly.

BeanAnimator.jar
1