In this article, we will learn how to configure multi-modules project in Spring with the support of Maven build tool. Using this approach makes our code better structure, easily maintain.
[Read More]
How to use JaxB to work with Xml
In this article, we will learn how to use JAXB for working with XML, especially when we utilize JAX-WS framework. Let’s get started.
[Read More]
Some useful shortcut keys in Netbeans
In this article, we will learn about how to use shortcut keys in Netbeans. Let’s get started.
[Read More]
Using frameworks for validation in Java
In this article, we will focus on using frameworks to validate our input parameters of methods in our project.
[Read More]
Some useful commands in Maven
In this article, we will learn how to use some commands in Maven to solve some problems when encountering Java project. Using Maven helps us to concentrate on source code, do not take care about libraries, … when changing their version.
[Read More]