How to prepare a Windows Java Development Machine
How to prepare a Windows Java Development Machine using Eclipse, NetBeans, Ant, Maven, MySQL, MongoDB, GIT, SVN.
How to find all files containing a text string on Linux
How to find all files containing a text string on Linux using grep command with exclude/include parameter.
How to generate java client classes from WSDL
How to generate java client classes from WSDL file using wsimport. Parameters used p, s wsdllocation and verbose.
How to create Generic Object Pool in Java
In a application you can have resources that are limited or time consuming to create a new one. e.g. a connection to a database, a new thread. A solution is to create a the limited resource once and reuse it. To address this problem the object pool pattern was introduced. The object pool design will have the mechanism to create a new object to keep the objects and to destroy the objects if necessary.
Create a Web Application with Maven in Eclipse
How to create a Web Application with Maven in Eclipse using maven-archetype-webapp archetype and tested on Apache Tomcat.
How to install Maven on windows
It's very simple to install Apache Maven on Windows. All you need is to download the .zip archive, configure Windows path variable and you are ready to go.