• Stars
    star
    1
  • Language
    Java
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.