Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems in j2ee app cloud hosting

Murray9654Mar 9 2016 — edited Mar 9 2016

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.

This post has been answered by unknown-7404 on Mar 9 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2016
Added on Mar 9 2016
4 comments
1,090 views