Integrate jacoco with maven
Introduction JaCoCo http://www.eclemma.org/jacoco is a free Java code coverage library distributed under the Eclipse Public License and it is very simple to add to all types of build including ANT...
Read MoreIntroduction JaCoCo http://www.eclemma.org/jacoco is a free Java code coverage library distributed under the Eclipse Public License and it is very simple to add to all types of build including ANT...
Read MoreIntroduction SonarQube is a free and open source code quality measuring and management tool which is developed using java and maintained by sonarsource. It can analyze source code in 20+ different...
Read MoreIntroduction Jenkins is one of the most popular open-source continuous integration and continuous delivery servers available today. It provides lots of plugins for building deploying and automating plugins. With Jenkins, organizations...
Read MoreGenerate a new Ionic Application [crayon-6792c6e97fcc6240129637/] If you don’t have Ionic installed on your machine run this command to install ionic npm install -g cordova ionic. the --lab flag is quite new and...
Read MoreAuthentication using token In this section we are going to enable authentication token-based in spring MVC by following these steps. 1-The user sends his credentials (username and password) to the server. 2-The server...
Read MoreAt the beginning we will start with a simple hadoop job. Suppose that we have a big file that contains many words sperated by a white space, and we...
Read MoreObjective : Write a MapReduce program that searches for occurrences of a given string in a large file. Probably you may think about using a grep command line and that's it. But what...
Read MoreAt the beginning we will start with a simple hadoop job. Suppose that we have some big files where each line contain temperature degree, and we want to get the...
Read More