VOOZH about

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

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


  • Core Java👁 Image
    Per MinborgMay 17th, 2018
    0 263

    Java Stream ORM Now with JOINs

    Speedment is a Java Stream ORM Toolkit and Runtime that allows you to view database tables as standard Java Streams.…

    Read More »
  • Core Java👁 Image
    Per MinborgNovember 24th, 2017
    0 99

    Easily Return Values From a Transaction with Speedment 3.0.17 or Later

    Transactions In my previous post, I wrote about how to use Transactions in an easy way using Speedment where we updated…

    Read More »
  • Core Java👁 Image
    Per MinborgNovember 15th, 2017
    0 99

    Transactions Made Simple Using Speedment 3.0.17 and Above

    Transactions Sometimes we want to make sure that our database operations are executed atomically and separated from other operations. This…

    Read More »
  • Core Java👁 Image
    Per MinborgSeptember 12th, 2017
    0 150

    The Need for Speed, Access Existing Data 1,000x Faster

    Learn how you can speed up your analytics database applications by a factor of 1,000 by using standard Java 8…

    Read More »
  • Core Java👁 Image
    Per MinborgJune 9th, 2017
    1 81

    Use Precise Java Method Parameters

    Learn how to pick the right method parameter types and get more robust and shorter code in your Java applications.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Per MinborgNovember 11th, 2016
    0 173

    Work with Parallel Database Streams using Custom Thread Pools

    Parallel Database Streams In my previous post, I wrote about processing database content in parallel using parallel streams and Speedment. Parallel…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Per MinborgOctober 25th, 2016
    0 1,356

    Work with Parallel Database Streams using Java 8

    What is a Parallel Database Stream? Read this post and learn how you can process data from a database in…

    Read More »
  • Core Java👁 Image
    Per MinborgOctober 23rd, 2016
    2 133

    Java 8: A Closer Look at Speedment 3.0.1 “Forest” Stream ORM

    Following the Road I have been contributing to the open-source project Speedment (which is a Stream ORM Java Toolkit and Runtime) and…

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

    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 »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close