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…
Category: Home
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…
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.
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.
First look at JDK 13: Switch Expressions (Preview) and Text Blocks (Preview) are targeted to the next release – JAXenter
The development of JDK 13 proceeds smoothly and we see two more JEPs targeted to the next Java release, including Switch Expressions (Preview).
Vaadin – The platform for building web apps with Java and Web Components
The platform for building web apps with Java and Web Components.
Binary Tree PreOrder Traversal in Java – Recursion and Iteration Example
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java EE: Application Servers | LinkedIn Learning, formerly Lynda.com
Choose the right server for your Java EE application. Learn how to evaluate, install, and set up the most popular app servers for Java EE: Tomcat, WebLogic, WildFly, and Payara.