Project Technical Specification
Project Name: Top College Football Programs
1. Description
Ranking the best college football programs in the country based on RealTimeRPI (RTR) historical data.
2. Technical Information and Requirements
2.1 Setup/Configuration
It should have a configuration file to define the generic information. For example, you should be able to easily change the ranking based on last 10 years or 5 years, something like that. You should be able to set up where you will be saving your html pages.
2.2 Ranking pages
All ranking pages will not be generated dynamically, instead, they will be created in html format, similar to what we currently have in the site.
A ranking page will be similar to attached page
Please note, javascirpt is used to select the different pages.
Java program(s) will be running in the background and make updates as needed.
2.3 Database info
* Connecting to RTR MYSQL databases using Java programs.
To connect to database please use database user "www" and password "2much2do".
• Database and table information database name: rpi
Related tables: team_f: college football team information
2.4 Java enviroment in the server
The server is currently setup for runing java.
The current java classpath for database connection
.:/usr/share/java/mysql-connector-java-5.1.42.jar
Attachment:- Project.rar