120 likes | 286 Views
Development of Java Servlet for Graphing SQL-Data. CPET 499 Project Presentation By Ian Gass. Overview. Introduction Specifications Design Analysis Class Definition Results. Introduction. Add-on to senior design project Senior design project description ASP based data management
E N D
Development of Java Servlet for Graphing SQL-Data CPET 499 Project Presentation By Ian Gass
Overview • Introduction • Specifications • Design Analysis • Class Definition • Results
Introduction • Add-on to senior design project • Senior design project description • ASP based data management • What the servlet does
Specifications • Needed to be able to specify chart criteria • Needed to scale data to fit in a fixed window • Generate a graph with labels
Design Analysis • Database overview
Class Definition • SQLGraphing.class • public void doPost() • public void doGet() • public double getScale() • public int maximum() • public Image BarChart()