VOOZH about

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

⇱ Lorenzo Dee, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeJune 16th, 2021
    0 338

    Changing The Way We Use JPA

    I’ve been updating some training materials recently, and thinking about better ways of teaching and talking about JPA. One of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lorenzo DeeSeptember 22nd, 2020
    0 1,153

    Reduce Repetitive Code in Spring MVC Controllers

    After spending some time doing sustained engineering (a.k.a. maintaining legacy code), I ventured to reduce repetitive code in Spring MVC…

    Read More »
  • Enterprise Java👁 Image
    Lorenzo DeeJune 28th, 2019
    0 215

    Spring with Rails’ jQuery UJS

    I’ve always wanted to try to see if I could use Rails’ jQuery UJS in a Spring Boot project. The…

    Read More »
  • Core Java👁 Image
    Lorenzo DeeNovember 14th, 2018
    0 115

    Revisions and Immutability

    Here’s a brief post. I’m not sure how to start it. It’s one of those “why didn’t I think of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeJuly 19th, 2018
    1 2,231

    Caching in Spring Boot with Spring Security

    In this post, I’d like to share a lesson learned by one of the teams at O&B. They were using…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeJune 21st, 2018
    1 634

    Dealing with Domain Objects in Spring MVC

    I was recently surprised by how one code base had public default constructors (i.e. zero-arguments constructors) in all their domain…

    Read More »
  • Core Java👁 Image
    Lorenzo DeeJanuary 25th, 2018
    1 830

    JasperReports: The Tricky Parts

    If you have been programming in Java long enough, chances are you needed to generate reports for business users. In…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lorenzo DeeJanuary 3rd, 2018
    0 1,515

    DataSource Routing with Spring @Transactional

    I was inspired by Carl Papa’s use of aspects with the Spring Framework to determine the DataSource to use (either…

    Read More »
  • Core Java👁 Image
    Lorenzo DeeApril 25th, 2017
    0 864

    Apache Spark RDD and Java Streams

    A few months ago, I was fortunate enough to participate in a few PoCs (proof-of-concepts) that used Apache Spark. There,…

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