-
Core Java
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
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
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
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
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
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
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
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
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 »