Recent Posts

Java Magazine #2 2020: J-Spring Digital is coming!

Deze Java Magazine kwam uit middenin het hoogtepunt (hopelijk!) van het Coronavirus. En was dan ook een apart nummer. Maar gelukkig was er meer dan genoeg interessante materie om te lezen. Zoals de nieuwe features van Java 14, Mob programming, Crux, Progressive Selfies Web App, programmeertaal Rust en veel meer. Veel lees plezier! Liever het magazine in je browser bekijken …

Read More »

Apache Arrow and Java: Lightning Speed Big Data Transfer

By its very nature, Big Data is too big to fit on a single machine. Datasets need to be partitioned across multiple machines. Each partition is assigned to one primary machine, with optional backup assignments. Hence, every machine holds multiple partitions. Most big data frameworks use a random strategy for assigning partitions to machines. If each computation job uses one …

Read More »

WebAssembly Used by Java-to-Web Compiler CheerpJ 2.0 to Port Java Applications to Browsers

LeaningTech recently released the second major iteration of CheerpJ. CheerpJ 2.0 may convert Java applications into a mix of HTML, WebAssembly and JavaScript, so that developers can run Java applications (including applets) in browsers or integrate Java libraries into web applications. CheerpJ 2.0 uses WebAssembly to improve runtime speed. By: Bruno Zouriol | InfoQ. CheerpJ 2.0 provides a full (100% of …

Read More »