VOOZH about

URL: https://www.javacodegeeks.com/tag/transactions

⇱ Transactions Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraDecember 4th, 2025
    0 399

    Dealing with UnexpectedRollbackException in Spring

    In Spring applications, managing transactions properly is critical to maintaining data consistency and integrity. Sometimes, developers encounter the UnexpectedRollbackException, which…

    Read More »
  • Enterprise Java👁 Image
    Ant KutscheraOctober 4th, 2012
    1 209

    Play 2.0 framework and XA transactions

    XA transactions are useful and out of the box, Play 2.0 today does not have support for them. Here I…

    Read More »
  • Software Development👁 Image
    Svend VandervekenDecember 20th, 2011
    0 198

    Transactional event-based NOSQL storage

    I am presenting here a simple two steps architectural approach based on stored events as a workaround for the lack…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tomasz NurkiewiczDecember 5th, 2011
    9 2,594

    Spring Pitfalls: Transactional tests considered harmful

    One of the Spring killer-features is an in-container integration testing. While EJB lacked this functionality for many years (Java EE…

    Read More »
  • Enterprise Java👁 Image
    Tomasz NurkiewiczNovember 24th, 2011
    0 179

    Spring Pitfalls: Proxying

    Being a Spring framework user and enthusiast for many years I came across several misunderstandings and problems with this stack.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Manoj KhangaonkarSeptember 12th, 2011
    2 391

    Spring Declarative Transactions Example

    A transaction is a unit of work that has ACID (atomic, consistent, isolated and durable) properties. Atomic means that the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Byron KiourtzoglouDecember 29th, 2010
    0 320

    How to Do 100K TPS at Less than 1ms Latency

    Martin Thompson and Michael Barker talk about building a HPC financial system handling over 100K TPS at less than 1ms…

    Read More »
Back to top button
Close