Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

JSP Problems

Options
  • 14-02-2006 11:46am
    #1
    Closed Accounts Posts: 32


    Hi All

    I am currently developing an app using jsp,tomcat and mysql.

    I am stuck!

    One of the specs of the project is that four users insert into the database concurrently.
    Once all four have entered their info their pages refresh and display the new information.

    I know it is possible to complete this using a time based method
    e.g requerying & refreshing every 30 secs but

    My question is are there any other methods of invoking a requery & refresh
    e.g. if all four enter their information after 5 secs is there any other way of prompting a requery & refresh

    Thanks in advance


Advertisement