VOOZH about

URL: https://www.javacodegeeks.com/author/per-minborg/page/3

⇱ Per Minborg, Author at Java Code Geeks - Page 3 of 8


  • Core Java👁 Image
    Per MinborgFebruary 13th, 2020
    1 446

    Java14: Join Database Tables with Java 14’s new Record

    Did you know that you can join database tables into a Java Stream with Java 14’s preview record feature? Read…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Per MinborgDecember 30th, 2019
    0 870

    Java/Spring: How to Generate an Entire Database CRUD REST API with Speedment

    As each year passes it is becoming nothing but obvious that the Spring Framework is one of the most widely…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Per MinborgNovember 30th, 2019
    0 228

    Java: Release of Speedment 3.2 – Now Enabling Lightweight Database Microservices

    Several traditional ORMs do not fully honor Java module encapsulation (JPMS). This often means a lot of unnecessary files and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Per MinborgNovember 29th, 2019
    0 646

    Java: How to Create Lightweight Database Microservices

    The number of cloud-based Java database applications grows by the minute. Many organizations deploy hundreds if not thousands of microservice…

    Read More »
  • Core Java👁 Image
    Per MinborgNovember 21st, 2019
    0 514

    Become a Master of Java Streams – Part 6: Creating a New Database Application Using Streams

    Have you ever wanted to develop an “express” version of your database application? In this Hands-On Lab article, you will…

    Read More »
  • Core Java👁 Image
    Per MinborgNovember 21st, 2019
    0 891

    Become a Master of Java Streams – Part 5: Turn Joined Database Tables into a Stream

    Is it possible to turn joined database tables into a Java Stream? The answer is yes. Since we got this…

    Read More »
  • Core Java👁 Image
    Per MinborgNovember 4th, 2019
    0 254

    Become a Master of Java Streams – Part 4: Database Streams

    SQL has always been a declarative language whereas Java for a long time has been imperative. Java streams have changed…

    Read More »
  • Core Java👁 Image
    Per MinborgOctober 25th, 2019
    1 711

    Become a Master of Java Streams – Part 3: Terminal Operations

    Bill Gates once said: “I choose a lazy person to do a difficult job because a lazy person will find…

    Read More »
  • Core Java👁 Image
    Per MinborgOctober 17th, 2019
    0 459

    Become a Master of Java Streams – Part 2: Intermediate Operations

    Just like a magic wand, an Intermediate operation transforms a Stream into another Stream. These operations can be combined in…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close