DevOps is really hot at this moment and there are many job opportunities lying for distinguished engineers and DevOps professionals. If you…
Category: Articles
10 Differences between StringBuffer and StringBuilder in Java
Both StringBuffer and StringBuilder are two important classes in Java which represents mutable String i.e. the String object, whose value…
Creating a Java::Geci generator
A few days back I wrote about Java::Geci architecture, code generation philosophy and the possible different ways to generate Java source code. In this article, I will talk about how simple it is t…
Reticulated python – Wikipedia
Edit The reticulated python (Malayopython reticulatus) is a snake species in the family Pythonidae native to South and Southeast A….
UseStringDeduplication – pros and cons – JAXenter
In this article, Ram Lakshmanan discusses why there are so many duplicate strings, what the common patterns are, and what to do about it.
Decorator Design Pattern in Java with Example
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Migrating Java applications to Quarkus, Part 2: Before and after – Red Hat Developer Blog
In this article, I’ll show performance comparisons for building and running a Java application before and after using Quarkus.
The Cloud Native Imperative — Results from the 2019 Jakarta EE Developer Survey
The results of the 2019 Jakarta EE Developer Survey are out. Almost 1,800 Java developers from around the world have spoken. Taken together with the engagement and response to my recent posts on the future of Jakarta EE (see my latest blog here), the survey makes clear the developer community is focused on charting a new course for a cloud native future, beginning with delivering Jakarta EE 8.
How to force Maven JDK 1.8 support through the POM file – Coffee Talk: Java, News, Stories and Opinions
Don’t let Eclipse’s default settings hinder your development. Learn how to force Maven JDK 1.8 support through the POM file and change the default setting from 1.5 to 1.8.
Java – Add new line in String – Mkyong.com
Different operating system has a different new line or line separator string: UNIX, Linux or Mac OSX = n Windows = rn NewLineEx….
2019 Jakarta EE Developer Survey results are out: Cloud native integration is top priority – JAXenter
With around 1,800 respondents, the 2019 Jakarta EE Developer Survey provides some valuable insight into the future of enterprise Java.
Payara Server in Production Ops Teams Guide
This guide introduces some features of Payara Server that you may not know about, which are especially useful for the operations teams.
New JAX Mag issue: Putting the spotlight on Java tools – JAXenter
Just because a certain tool is popular, doesn’t mean it’s suitable for every situation. This issue is a mix of popular and lesser-known Java tools. Enjoy!
2 Ways to Join String in Java 8? StringJoiner and String.join Examples
Joining multiple String literals or object into one is a common programming requirement and you will often find situations where you need t…
30+ Spring MVC Framework Interview Questions Answers for Java/JEE Developers
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.