File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Getting slow to load the data Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Getting slow to load the data" Watch "Getting slow to load the data" New topic
Author

Getting slow to load the data

mallikarjun dontamsetti
Ranch Hand

Joined: Mar 18, 2011
Posts: 177

i have written a hibernate query to get the data from MySql like this


from that list i am displaying data in jsp through servlet. It is tacking 2 to 4 minutes to execute query and data is displayed in JSP.
 
 
subject: Getting slow to load the data
 
Threads others viewed
code to retrieve result from databse which are selected in the list box
Please help with pagination in JSP?
how to use jsp array in javascript?
a question on data submitting
display all items from a list
MyEclipse, The Clear Choice