Java
-
JPA @Embeddable and @Embedded
Introduction: As an object-oriented developer, we want to avoid having larger classes with tons of unrelatable fields. And so, we…
Read More » -
General, Safe, and Deterministic Foreign Memory Access in JDK 14
In the post “JDK 14 Rampdown: Build 27,” I summarized the numerous JDK 14-targeted features newly available with JDK 14…
Read More » -
Kafka with Java: Build a Secure, Scalable Messaging App
Easily deploy your app with Okta’s identity management platform Use Okta’s API to authenticate, manage, and secure users in any…
Read More » -
JDK14 instance of EA issue
Tagir Valeev recently had a tweet about the preview feature of the soon coming JDK14 release of Java: …
Read More » -
JDK 14 – JEP 361 Switch Expressions out from preview
In my previous post, I wrote about switch expressions and related enhancements released as a preview feature for JDK 12.…
Read More » -
Elasticsearch SQL
The Elasticsearch engine Elasticsearch is one of the most widely search engines being used in a number of production deployments…
Read More » -
JDK 14 Rampdown: Build 27
Mark Reinhold’s recent post “JDK 14 is now in Rampdown Phase One” announced that “we are now in Rampdown Phase…
Read More » -
Popular frameworks for big data processing in Java
The big data challenge The concept of big data is understood differently in the variety of domains where companies face…
Read More » -
Type Safe SQL in Java
Strings, String, Strings No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end…
Read More »