Hi All,
i developed a small web application using only
jsp and servlets.Also adding to that i used jqplot charts into the jsp.
Now the situation i am facing is that i need to pass the values from database(mysql) to jqplot bar charts with out using beans concept.
i had done this plotting earlier, using values using form beans in my previous project.i fetched data using a query using hibernate connections and by getters()/setters () i passed them into jqplot function in jsp.
I should i proceed ahead? please help on this.