Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...I am doing my final year project.There are two modules a user module and an admin module.User module searches for data and each time a term is searched its count increases.This count can be seen in the admin module....for example we have a list of dairy products from 1 to 10 like milk, chocolates and so on ..... suppose if a user searches for chocolates more then its count should increase ...and when the user searches for dairy products then choclates should be the first one to be displayed next should be milk and so.....on...The count value which increases each term for a term when it is searched for is done in the admin module.now based on that count i want o display those products in user module displaying the highest count product value first.i am using my eclipse with jsp's and servlets and oracle 10g.i want to know how to display those product names based on their count value to the user.
Posted
Updated 26-Aug-12 22:33pm
v2
Comments
TorstenH. 27-Aug-12 4:34am    
I added a JSP tag - just to make sure you know that you are working with JSP and not native JAVA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900