Stock Charts Jan 2016

Stock Charts can visualize hand-picked stocks as graphs. The GUI has been done as a desktop application with Java FX. The server is a JEE application responsible for reading and persisting latest stock quotes from the internet and providing a REST interface to the GUI client.

Stock Charts

The JEE container has been embedded. Instead of deploying into a container you just start the server like

java -jar stock-server.jar
While Wildfly swarm has not been released yet, my guess is that using and deploying JEE like a library will be the future: http://wildfly-swarm.io/

Souces available on GitHub: https://github.com/micgn/stock-charts