A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Category: Articles
Transition from Java EE to Jakarta EE
What happened and what you need to know
What’s New in Payara Platform 201?
Highlighted updates include new End-to-End data encryption and the extension of the Monitoring Console. The release includes 31 bug fixes, 5 new features, 12 improvements and 21 component upgrades!
Build a Java App with CockroachDB and jOOQ | CockroachDB Docs
Learn how to use CockroachDB from a simple Java application with jOOQ.
Faster Startup For Embedded Java Applications: Azul Systems Inc.
High-Speed Checkpoint/Restore For Embedded Java Applications Recently launched by Azul Systems.Read More about the Enhanced Zulu Embedded Builds of OpenJDK.
High-Performance Java Persistence – Vlad Mihalcea
High-Performance Java Persistence book helps you get the most out of your data access layer, be it JDBC, JPA, Hibernate or jOOQ based.
Early Access Program (EAP) – 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…
Java trends: Top 10 Frameworks in 2020
Our JAXenter survey about current trends in the Java ecosystem is in full swing. Time to take a look at the preliminary results. Today’s focus: Frameworks!
DESKTOP APPLICATION DEVELOPMENT WITH JAVA
This course is the follow-up to the work you did in CEJV 416. You’re probably itching to get at it. So get ready to start developing desktop applications using the JavaFX and JDBC frameworks. Then you’ll move on to developing systems that are composed of presentation, business (domain) and persistence layers. You’ll also touch on topics like concurrent programming using threads, file-access using NIO and the development of CRUD applications (love that name!) using JDBC. Once you’re finished the course with flying colours, you’ll be able to begin developing real-world software solutions. And we could all use a lot more of those!
Java Annotated Monthly – March 2020 | IntelliJ IDEA Blog
Posted on March 3, 2020 by Trisha Gee It’s only two weeks since the last Java Annotated Monthly and we have another huge issue! I’….
Top 5 Design Patterns Books for Java Developers – Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Top 20 Spring MVC Interview Questions for Java Developers – Answered
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Weekly Review: JEP 372, GitLab 12.8 & top 10 frameworks in 2020
Every Monday, we take a step back and look at all the cool stuff that went down during the previous week. Last week, the first JEP of 2020 landed.
Java Weekly, Issue 322 | Baeldung
A solid overview of the Quarkus container-first framework for Java, and Spring Core Framework has a couple of new releases.
Continuous Monitoring with JDK Flight Recorder (JFR)
Mikael Vidstedt gives an overview of JDK Flight Recorder (JFR), showcases the current feature, as well as some features coming in the future. JFR is a monitoring and troubleshooting framework built directly into the Java runtime. JFR has access to all the internal data of the JVM and can capture and surface data on a fine-grained level with extremely low overhead.