KoreInfotech project
The project aims to create a Java Application that can be used to query for Stock information from different locations (user defined), and display that information to the user. The current implementation allows users to download the information about various stocks and populate it into a CSV file.
1.0 dev
- Ability to populate data to a local file
- Ability to automatically query for data for a list of stocks
2.0dev
- Factory Pattern application for the 'type of query' Enum
- Add a build script
- Create unit tests
- All interfaces should have a 'methods()' function which will display the applicable methods for that class
3.0dev
- Create Ticker using J2EE architecture
- User log in and user data maintenance
- Host the application on a server
- Store User and Stock data in a secure Database