facebook

MyBlog Struts/Hibernate CRUD Example Project

  1. MyEclipse Archived
  2.  > 
  3. Examples On-Demand
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #283153 Reply

    orbital76
    Member

    This message has not been recovered.

    #283162

    Loyal Water
    Member

    This message has not been recovered.

    #283171

    orbital76
    Member

    This message has not been recovered.

    Attachments:
    You must be logged in to view attached files.
    #283181

    Loyal Water
    Member

    This message has not been recovered.

    #283190

    orbital76
    Member

    This message has not been recovered.

    #283305

    Loyal Water
    Member

    This message has not been recovered.

    #283317

    orbital76
    Member

    This message has not been recovered.

    #283393

    Loyal Water
    Member

    If your not using transactions to commit those results to the DB, what’s happening is that they are staying cached in the session (which will *eventually* flush the change, but not immediately) and when you try with another browser window, it’s re pulling from the DB and getting the old values.

    You will have to use transaction management.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: MyBlog Struts/Hibernate CRUD Example Project

You must be logged in to post in the forum log in