Submitted by heartin on Sun, 05/22/2016 - 07:53
Maven is a build automation tool used primarily for Java projects. It uses the concept of conventions-over-configurations for the build procedure. Understanding the Maven conventions can help us understand the project structure of any Maven projects easily.
You may ask any question you may have about Maven as a comment on this page. We will try to add a note for it as soon as possible. Contact us if you do not have the right permissions to comment.
Submitted by heartin on Tue, 04/05/2016 - 22:30
We will discuss about Git and different distributed Git repository hosting services such as GitHub, GitLab and BitBucket.
You may ask any question you may have about Git or other version control systems as a comment on this page. We will try to add a note for it as soon as possible. Contact us if you do not have the right permissions to comment.
Submitted by heartin on Fri, 03/27/2015 - 09:19
This note book will contain basic information about tools that can help you in monitoring and analyzing various things including java ee requests and responses, which are essential for learning java ee requests and responses or networking in Java.
Submitted by heartin on Mon, 04/21/2014 - 20:03
Gradle is a popular build automation tool. Build automation is the act of automating a wide variety of tasks that software developers do including compiling source code, packaging, running tests, deployment, creating documentation and/or release notes. Please first read about the evolution of build tools in the Maven section.
Submitted by heartin on Thu, 02/20/2014 - 05:31
Eclipse is an IDE tool that helps us to develop software. Compared to a text editor, eclipse provides many additional useful features to make the development of software easier and faster. Know eclipse better for better productivity.