VOOZH about

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

⇱ Emil Forslund, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Emil ForslundMarch 21st, 2017
    2 202

    How to Set Up a Secure REST API with Spring

    As you all know, Spring Boot is a toolkit that makes it super easy to quickly develop powerful web services.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emil ForslundDecember 22nd, 2016
    0 121

    Quick Tip To Prevent Your Caches From Exploding

    There are many scenarios when you can benefit from caching commonly used objects in your application, especially in web and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emil ForslundDecember 12th, 2016
    0 139

    Creating a REST API with Speedment and Spring

    With the 4th release of Spring Boot, developing enterprise applications for the web have become so much easier. Something that…

    Read More »
  • Core Java👁 Image
    Emil ForslundNovember 22nd, 2016
    0 132

    Hack Speedment into Your Own Personal Code Generator

    Speedment is an Open Source toolkit that can be used to generate Java entities and managers for communicating with a…

    Read More »
  • Core Java👁 Image
    Emil ForslundNovember 16th, 2016
    0 160

    Auto-Generate Optimized Java Class Specializations

    If you visited JavaOne this year you might have attended my presentation on “How to Generate Customized Java 8 Code…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emil ForslundNovember 2nd, 2016
    0 117

    What’s New in Speedment 3.0

    If you have followed my blog you know that I have been involved in the open-source project Speedment for a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emil ForslundOctober 25th, 2016
    0 236

    Database CRUD Operations in Java 8 Streams

    The biggest obstacle to overcome when starting out with a new tool is to get your head around how to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emil ForslundOctober 13th, 2016
    0 271

    Event-Sourcing and CQRS in Practise

    Anyone that has tried to implement a fully ACID compliant system knows that there are a lot of considerations you…

    Read More »
  • Enterprise Java👁 Image
    Emil ForslundOctober 12th, 2016
    0 152

    How To: Insert and Read From a Database using Json

    In this article we will create a plugin for Speedment that generates serialization and deserialization logic using Gson to make…

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