Events

Talk | JavaLand | March 19, 2019

Five Java Features You Didn't Know About

The JVM is a remarkable piece of software that can do seemingly magical things with your code. Understanding these things is key to mastering the art of Java development allowing better and faster code that is easier to understand, test, and maintain. In this session, you will learn how to allocate standard Java objects on the stack rather than on the Java heap, how you should test code performance, how to short-circuit Java Streams and gain massive performance and more.
Webinar | June 6, 2019

How You Can Quickly and Effortlessly Integrate Your Database with Hazelcast

Hazelcast Auto Database Integration (Auto DBI) is a highly efficient time-saving tool for working with databases. It streamlines the development of Hazelcast applications by generating a Java domain model representation (POJOs and more) of the database, allowing companies to be productive with Hazelcast in no time. In addition, it integrates with any RDBMS and supports most standard database types, including BLOB and CLOB.
Talk | Oracle Code Boston | April 17, 2018

Ready for Java 10: Bridging the Gap Between Database and Stream

Whenever you write code that mixes languages and domains, such as Java and SQL, you are going to get bugs. A solution is to move away from query languages such as SQL and instead write your business logic with the type-safe and object-oriented constructs we have learned to love in Java.

Past Events

Press to watch recording of event