Hi All,
we have developed an web application using j2ee. We have used struts as framework and used plain jdbc (datasource) to connect to database.We are using MySql as the database. This application is working excellent on local systems. But when we host this software on cloud we are facing few problems.
One of them is latency in data display. This is not happening all the time. It happens very frequently. we are not able to give steps to reproduce it. But it is annoying a lot. What actually happens is we are saving a customer information with the help of the jsp. After saving the data we are displaying all the customers in a jsp page. But what happens is after saving customer information it is taking so much time to get displayed on the customers display page. we have hosted this on Everdata.com(scalable cloud). we have written so many times to them explaining the problem. They always asks us to provide steps to reproduce the problem which we are not able to do.
So now my question is do we have to take any special care while coding a j2ee app to avoid such things? If so where can i find those steps? did anybody faced the same kind of issue? if so how did you resolved this. Please help me in this.