Spring and Hibernate are two of the hottest and most in-demand web frameworks in Java world and also two of the most essential skill for an…
Category: dummyCategory
Java 10 Features and Enhancements – HowToDoInJava
After Java 9 release, Java 10 came very quickly. Unlike it’s previous release, Java 10 does not have that many exciting features, still it has few important updates which will change the way you code, and other future Java versions.
Shebang Coming to Java?
Although it was never a central goal of JEP 330 [“Launch Single-File Source-Code Programs”…
Spring® Framework Notes for Professionals book
Getting started with Spring Framework, Spring Core, Spring Expression Language (SpEL), Obtaining a SqlRowSet from SimpleJdbcCall, Creating and using beans, Bean scopes, Conditional bean registration in Spring, Spring JSR 303 Bean Validation and ApplicationContext Configuration
Removing Serialization from Java Is a ‘Long-Term Goal’ at Oracle — ADTmag
Oracle’s chief architect says his company intends to remove serialization from Java — eventually.
MicroProfile support for Jessie
Introduction In some previous blog, I introduced Jessie, a tool for creating maven based applications which contain the skeleton for applications using Java EE, DeltaSpike, PrimeFaces, and Octopus …
google/allocation-instrumenter
allocation-instrumenter – A Java agent that rewrites bytecode to instrument allocation sites
9 Things Java Programmers Should Learn in 2018 – javinpaul – Medium
Being a Java developer and the author of a Java blog, I frequently receive requests from Java programmers from all over the world asking…
Packaging Java programs in the Docker and microservices age
Over the past 20 years, a number of different formats have emerged for packaging Java programs. But as cloud-native computing flips the model for deploying Java web apps on its head and Docker containers place unique demands on deployment artifacts, old Java packaging formats are new again.
Top 5 Spring Cloud Courses for Java Developers to Learn Online – Best Of Lot
Hello guys, if you are learning Spring Cloud for developing cloud-based Java application and looking for some good resources to start with…
Jakarta EE takes the cloud-native Java path – JAXenter
Jakarta EE community survey results revealed that cloud-native development is a top requirement in the platform’s evolution. Users’ wish has been granted!
Java var – Local-Variable Type Inference – HowToDoInJava
Java has been progressively working on reducing the verbosity from syntax. First it was Diamond operator, and now it is var (local variable type – JEP 286) to declare variables in java. When you are using var to declare the variable, basically, instead of declaring a variable type, it assumes its type from what it …
New JCP Executive Committee Member, Alibaba, Takes Office — ADTmag
The newest member of the Java Community Process (JCP) Executive Committee (EC), Alibaba, took office on May 24.
Java Version – Time-Based Release Versioning – HowToDoInJava
Starting from Java 10, Oracle has adapted time based version-string scheme [JEP 322]. The new time-based model has replaced the feature-based, multi-year release model of the past. Unlike the old releases, the new time-based releases will not be delayed and features will be released every six months, with no constraints on what features can go …