BACKGROUND
We are building a Java (SE) trading application which will be monitoring market data and sending trade messages based on the market data, and also on user defined configuration parameters.
We are planning to provide the user with a thin
client, built in .NET (WPF) for managing the parameters, controlling the server behavior,
…