Displaying Sql query string results in jsp by using Spring Framework
Raj chiru
Ranch Hand
Joined: Aug 12, 2008
Posts: 135
posted
0
Hi Friends,
we are developing spring based we application,but Basic Requriements
1. A jsp apge to isnert the following into table
2. A jsp page to view the following based on ID or all if no ID is provided
3. based on data source id , get or execute SOL string from table and and display the results query results in view
For this i created spring controller,domain(POJO) object and dao object
I need your help how to get or execute SOL string and and display the results query results in jsp view based on data source id?