VOOZH about

URL: https://www.javacodegeeks.com/tag/java-8/page/12

⇱ Java 8 Archives - Page 12 of 28 - Java Code Geeks


  • Core Java👁 Image
    Viktor FarcicNovember 6th, 2014
    2 243

    Java 8 Streams: Micro Katas

    A programming kata is an exercise which helps a programmer hone his skills through practice and repetition. This article is…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecOctober 26th, 2014
    3 143

    Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY

    DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…

    Read More »
  • Core Java👁 Image
    Lukas EderOctober 25th, 2014
    0 101

    Let’s Stream a Map in Java 8 with jOOλ

    I wanted to find an easy way to stream a Map in Java 8. Guess what? There isn’t! What I…

    Read More »
  • Core Java👁 Image
    Lukas EderOctober 6th, 2014
    0 165

    Don’t Miss out on Writing Java 8 SQL One-Liners with jOOλ or jOOQ

    More and more people are catching up with the latest update to our platform by adopting functional programming also for…

    Read More »
  • Core Java👁 Image
    Abhishek GuptaSeptember 30th, 2014
    0 96

    Optional and Objects: Null Pointer Saviours!

    No one loves Null Pointer Exceptions ! Is there a way we can get rid of them ? Maybe . . . …

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 26th, 2014
    0 165

    Asynchronous SQL Execution with jOOQ and Java 8’s CompletableFuture

    Reactive programming is the new buzzword, which essentially just means asynchronous programming or messaging. Fact is that functional syntax greatly…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 25th, 2014
    0 86

    How Nashorn Impacts API Evolution on a New Level

    Following our previous article about how to use jOOQ with Java 8 and Nashorn, one of our users discovered a…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 16th, 2014
    0 121

    When the Java 8 Streams API is not Enough

    Java 8 was – as always – a release of compromises and backwards-compatibility. A release where the JSR-335 expert group…

    Read More »
  • Core Java👁 Image
    Dustin MarxSeptember 14th, 2014
    2 938

    Date/Time Formatting/Parsing, Java 8 Style

    Since nearly the beginning of Java, Java developers have worked with dates and times via the java.util.Date class (since JDK…

    Read More »
  • First
  • ...
  • 10
  • «
  • 11
  • 12
  • 13
  • »
  • 20
  • ...
  • Last
Back to top button
Close