A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Category: Articles
EE Security in Relation to JASPIC, JACC and LoginModules/Realms
A very detailed look at the newly in Java EE 8 introduced API. The Java EE Security API or “EE Security” in short.
Top 20 Linked List Coding Problems from Programming Job Interviews
A linked list is another common data structure that complements the array data structure. Similar to the array, it is also a linear data…
Java Strings, Generics, Collections, Exceptions, Enums and Annotations Best Practices
In this article, I would like to discuss the Java best practices of important and most commonly used Java topics Strings, Generics, Collections, Exceptions, Enums, and Annotations.
Microsoft makes getting started with Java and VS Code easier – TechCrunch
After only a few years, Microsoft’s free Visual Studio Code has become one of the most popular code editors on the market. One of VS Code’s advantages is its flexibility. This flexibility does come with some complexity when it comes to getting everything set up. Today, the company launc…
Microservices for Java EE Developers
See how microservices can be a valid option for Java EE developers and how Payara Micro can help them by providing a perfect platform.
JRebel 2019.1.0 brings you Java 12 and more
With JRebel 2019.1.0, we have full support for the just-released Java 12. Discover what else the latest JRebel release has in store.
Memory Leaks: Fallacies and Misconceptions | Plumbr – User Experience & Application Performance Monitoring
In the years we have spent building Plumbr we have detected and solved so many memory leaks that I have actually lost count. Interestingly, during these years we have encountered even more situations…
MicroProfile – Wikipedia
↑ Lars Röwekamp: MicroProfile unter der Lupe, Teil 2: Health Check und Metrics API. Archiviert vom Original am 20. April 2019; abg….
Generating QR Codes With Secure Hashes Using Java
A step by step tutorial on how to generate QR codes and secure hashed strings with salt in Java.
Reactive in practice: A complete guide to event-driven systems development in Java
Design, develop, and deploy reactive systems in Java using event storming and domain-driven design.
Java on iOS, for real. – Gluon
It has always been our goal to provide first class Java and JavaFX support for all client devices, not only for desktops but also for mobile and embedded devices. Today, we are thrilled to announce that the Gluon Client plugins which we announced last month now have beta support for Java and JavaFX on iOS. …
Mapping Java boolean to Oracle Number column with JPA and Hibernate
I have a property created like this in my model: public class Client { private Boolean active;}My RDBMS is Oracle and the active column is of type NUMBER(1,0).How can I use the
10 Things Java Developer Should Know about Lambda Expression of Java 8
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Weekly, Issue 283 | Baeldung
A good primer on implementing feature toggles and managing them in a microservices architecture, and a review of messaging between Message-Driven Beans.