VOOZH about

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

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


  • Core Java👁 Image
    Emil ForslundApril 14th, 2016
    0 153

    How to Generate Customized Java 8 Code with Plugins

    One thing most programmers hate is to write boilerplate code. Endless hours are spent setting up entity classes and configuring…

    Read More »
  • Core Java👁 Image
    Per MinborgApril 13th, 2016
    0 590

    Java 8: Use Smart Streams with Your Database in 2 Minutes

    Streaming with Speedment When Java 8 finally arrived, some colleges and I started an open-source project to take the whole…

    Read More »
  • Core Java👁 Image
    Emil ForslundApril 12th, 2016
    0 617

    Java 8: Bye Manual SQL, Hello Speedment!

    Most applications written in Java require some form of data storage. In small applications this is often realized using a…

    Read More »
  • Core Java👁 Image
    Michael ScharhagApril 4th, 2016
    1 382

    Simplifying nested loops with Java 8 Lambdas

    This is just a quick tip for everyone who often has to work with multi dimensional arrays in Java 8…

    Read More »
  • Core Java👁 Image
    Dustin MarxApril 4th, 2016
    1 572

    Java 8 Deferred Invocation with Java Util Logging

    In the blog post Better Performing Non-Logging Logger Calls in Log4j2, I looked at approaches one can use in Log4j…

    Read More »
  • Core Java👁 Image
    Per MinborgMarch 30th, 2016
    0 170

    Java 8: A Type Safe Map Builder Using Alternating Interface Exposure

    Expose Your Classes Dynamically When I was a Java newbie, I remember thinking that there should be a way of…

    Read More »
  • Core Java👁 Image
    Per MinborgMarch 29th, 2016
    0 167

    Java 8: Declare Private and Protected Methods in Interfaces

    When Java 8 was introduced, we could use default methods in interfaces. The main driver for this feature was to…

    Read More »
  • Core Java👁 Image
    Per MinborgMarch 29th, 2016
    0 141

    Put Your Java 8 Method References to Work

    Method References As we all know by now, we can use Method References, like String::isEmpty, in Java 8 to reference…

    Read More »
  • Core Java👁 Image
    Xavier PadroMarch 8th, 2016
    1 1,261

    Grouping, transforming and reduction with Java 8

    1. Introduction In this previous post, I wrote about how we can group collections of objects with streams and grouping.…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close