The Micronaut team has unveiled a new open source project to improve runtime and memory performance of data access repository logic by up to 4X.
Category: Articles
The First Drop: Introducing AdoptOpenJDK Quality Assurance (AQA) v1.0
AdoptOpenJDK Quality Assurance (AQA) is a curated set of open tests that we run against our release builds at AdoptOpenJDK. These tests…
Maintain Spring JPA models for same table in different database (Same table in Oracle and MySQL)
Currently, I am migrating my database from oracle to Mysql. For a brief transition period I want to support both databases. (at least read from both)The main challenge I am facing is regarding pr…
Top 5 Courses to Learn to Code and Programming in 2019
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
How to Pass Spring Professional 5.0 Certification in 2019
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Update: Project Lanai approved – macOS graphics rendering pipeline gets green light – JAXenter
Oracle’s Phil Race has proposed the creation of the Lanai Project to establish a new macOS graphics rendering pipeline for Java 2D and OpenJFX.
The best way to map an entity version property with JPA and Hibernate – Vlad Mihalcea
Learn the best way to map the entity version property when using JPA and Hibernate, and why using a short column type might be a much better default.
A Look at New Java Features in Test Automation
Since Java 8, there have been many cool features introduced. In fact, Java is releasing a new version every 6 months! With so many additions, it can be hard to keep up. Here’s how some of the newer features from Java 8 – 12 can be used in test automation.
10 Object-Oriented (OOP) Design Principles Java Programmer Should Learn in 2019
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
OpenJDK Project Valhalla Releases LW2 Prototype
Project Valhalla (OpenJDK) has released LW2, a new user-accessible prototype of the effort to align with modern hardware. InfoQ discusses this new prototype in-depth with IBM’s tech lead for this new technology.
Fluent Java APIs
Good morning! Yesterday, I wrote a parody post about Yours Truly. I stated that OOP and FP are basically the same — and I meant it. But you may have recognized that my example was an easter egg. /* * Search and destroy that */ interface Ant { // properties omitted } @FunctionalInterface interface Poison { Ant apply(
Javin Paul on LinkedIn: “10 Object-Oriented (OOP) Design Principles Java Programmer Should Learn in 2019Read more: https://lnkd.in/fuPvQMa#Java #OOP #Programming #Coding #principles”
July 24, 2019: Javin Paul posted images on LinkedIn
What’s New in IntelliJ IDEA
Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box…
How to Find Multiple Missing Integers in Given Array of Numbers with Duplicates in Java?
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
OpenNLP Tutorial
OpenNLP Tutorial for Beginners – Learn OpenNLP in simple and easy steps starting from basic to advanced concepts with examples including Overview, Environment, Referenced API, Sentence Detection, Tokenization, Named Entity Recognition, Finding Parts of Speech, Parsing the Sentences, Chunking Sentences, Command Line Interface.