Vaadin Framework, Spring, Spring Security, Spring Boot, Maven, JPA, JBoss – WildFly
Guide to Java URL Encoding/Decoding | Baeldung
The article discusses URL encoding in Java, some pitfalls, and how to avoid them.
8 Reasons to Use Kotlin Over Java for Android Development – DZone Java
This post looks at using Kotlin instead of Java for Android app development, highlighting the age of Java as well as the improved conciseness of Kotlin code.
Top 20 Spring REST Interview Questions Answers for Java Programmers to Prepare Well in 2018
Hello guys, I have been sharing some REST with Spring tutorials from last a couple of weeks and today, I am going to share some of the freq…
JAXB Read XML to Java Object Example – HowToDoInJava
Java example to read XML to Objects. XML can be supplied via some .xml file or simply an string representation. The populated Java objects then can be used in application for further processing or workflow. 1) JAXB vs SAX vs DOM Java provides many approaches to read an XML file and use the XL content …
5 Open Source Myths
Despite the growth of organizations taking advantage of open source benefits, there are still many misconceptions surrounding open source software. Here are 5 concerns about open source software and why they should be considered myths:
JAXB Write Java Object to XML Example – HowToDoInJava
Java example to write Java object to XML. Information stored in Java objects fields can written into XML file or simply XML string as well. 1) Convert Java Object to XML String To write Java object to XML String, first get the JAXBContext. It is entry point to the JAXB API and provides methods to …
Eliminating Java Update Confusion – DZone Open Source
If you have any confusion about the latest releases of OpenJDK and the way that it will affect you as a Java user, check out this article for more clarity.
A Disappointing Story on Java Memory Optimization – DZone Performance
A developer discusses a project he and his team worked on to research and analyze the performance of a web application they had build, and how they tested it.
Java Magazine: July/August 2018 Twitter
View the digital edition of Java Magazine: July/August 2018 Twitter.
Overriding System Time for Testing in Java | Baeldung
Explore different ways to override the system time for testing.
How to Use JShell in Java 9 – DZone Java
This tutorial shows how to use the fundamental commands in JShell from Java 9, including assigned and unassigned variables, classes, and if and for loops.
Spring Framework Master Class – Beginner to Expert
Learn the magic of Spring Framework in 100 Steps with Spring Boot, Spring JDBC, Spring AOP, JUnit, Mockito and JPA.
How to Use Singleton Design Pattern in Java – DZone Java
This post looks at the different ways to use the singleton design pattern, including the eager initialization, lazy initialization, and enum methods in Java.
2 Books to Prepare Oracle Java Certification Exams – OCA and OCP Java SE 6,7, 8 OCPJP 8
There was a time when Sun Certification was very hot and programmers feel proud of being Sun Certified Java Professional(SCJP). After Oracl…