Need Resource for Java
Need Resource for Java
My current webpage uses client-side processing in Java, which is fine for a certain amount of data. However, when more than 100 queries are received, the webpage becomes very slow. To optimize the webpage, I plan to switch to server-side processing in Java. To do this, I need to find a tutorial for server-side processing in Java. If you have any resources, please let me know. I use Postgres DB; all I need to do is retrieve data from the database and display it optimally in my webpages.
Replies
As Allan said in your other thread there aren't any Java tutorials for server side processing on this site. Here is a third party resource that might help.
Kevin
I can totally relate to your struggle with slow webpage performance. It's frustrating when your site starts lagging, especially when you're dealing with a high volume of queries.