VOOZH about

URL: https://www.javacodegeeks.com/author/emil-forslund/page/2

⇱ Emil Forslund, Author at Java Code Geeks - Page 2 of 3


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

    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
    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
    Emil ForslundMarch 3rd, 2016
    0 289

    Equality vs Identity?

    When storing objects in a Set, it is important that the same object can never be added twice. That is…

    Read More »
  • Core Java👁 Image
    Emil ForslundFebruary 16th, 2016
    0 179

    Object-Oriented approach to Code Generation

    Code Generation is  a common way to reduce the unhealthy load of boring tasks often put on us eager code…

    Read More »
  • Core Java👁 Image
    Emil ForslundFebruary 16th, 2016
    0 243

    Parsing Java 8 Streams Into SQL

    When Java 8 was released and people began streaming over all kinds of stuff, it didn’t take long before they…

    Read More »
  • Core Java👁 Image
    Emil ForslundFebruary 15th, 2016
    0 134

    Streaming over Maps with Java 8

    In this article I will show you how Speedment Open Source stream efficiently over standard Java maps, expanding the Stream…

    Read More »
  • Desktop Java👁 Image
    Emil ForslundFebruary 15th, 2016
    0 221

    Building Reactive Systems with JavaFX

    JavaFX is the new standard library for building graphical applications in Java, but many programmers out there is still stuck…

    Read More »
  • Core Java👁 Image
    Emil ForslundFebruary 15th, 2016
    4 138

    Cleaner Responsibilities – Get rid of equals, compareTo and toString

    Have you ever looked at the javadoc of the Object-class in Java? Probably. You tend to end up there every…

    Read More »
  • Core Java👁 Image
    Emil ForslundFebruary 14th, 2016
    0 137

    The Best of Both Worlds

    Type-Safe Views using Abstract Document Pattern How do you organize your objects? In this article I will introduce a pattern…

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