/CS673-Java-Backend

This is some of my NJIT work: creating a Java backend for a stock portfolio application. From the command line you create a new session, which creates a user object. The user object is called and can execute methods like buyStock, sellStock. The user object accesses a lower level object called Database that executes SQL commands and returns objects like "holdingObj". The holding object is delivered to the JSP frontend (not my responsibility) for display.

Primary LanguageJava

This repository is not active