VOOZH about

URL: https://www.javacodegeeks.com/author/lorenzo-dee/page/2

⇱ Lorenzo Dee, Author at Java Code Geeks - Page 2 of 2


  • Core Java👁 Image
    Lorenzo DeeJanuary 3rd, 2017
    2 229

    Isolating the Domain Logic

    In one design patterns class, I had an interesting discussion about modelling domain logic. Specifically, it was about isolating the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeOctober 31st, 2016
    0 477

    Architectural Layers and Modeling Domain Logic

    As I was discussing the PoEAA patterns used to model domain logic (i.e. transaction script, table module, domain model), I…

    Read More »
  • Enterprise Java👁 Image
    Lorenzo DeeJuly 24th, 2016
    0 817

    One-shot Delete with Hibernate (JPA)

    In older versions of Hibernate, I can see the one-shot delete indicated in the manual. But newer versions no longer…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeJuly 22nd, 2016
    0 156

    Reference by Identity in JPA

    In a previous post, I mentioned that I opted to reference other aggregates by their primary key, and not by…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lorenzo DeeFebruary 15th, 2016
    0 308

    Spring-managed Transactions Explained – Part 2 (JPA)

    In the first part of the series, I showed how transactions work in plain-vanilla JDBC. And then I showed how…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lorenzo DeeFebruary 11th, 2016
    0 120

    One Thing Good Spring Developers Know

    In my recent training sessions on the (core) Spring Framework, I was asked, “If there was one thing that a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeFebruary 11th, 2016
    0 243

    JPA Pitfalls / Mistakes

    From my experience, both in helping teams and conducting training, here are some pitfalls/mistakes I have encountered that caused some…

    Read More »
  • «
  • 1
  • 2
Back to top button
Close