Benefits and Drawback of maven build
Benefits of Maven: 1. Maven Provides the hierarchical Structure of the project, if your all the child projects has some dependency then add that dependency to the parent pom.xml. no need to add the...
View ArticleBasics of Maven Build
Maven is a very powerful build tool. there are many benefits of maven in terms of development and maintenance, Before maven Ant was the popular build tool but time to time programmers found some...
View ArticleLiferay Tips and Tricks for accidentally locked and forgot password of Admin...
If you have enabled the Liferay account lock for wrong password in password policy then accidentally sometime admin account itself can be locked due to wrong password multiple attempts. And I feel in...
View ArticleLiferay project with Maven SDK and eclipse
In order to get started with Maven you need to have Maven(m2e Plugin) in your eclipse or you can have external tools also for it. As we all are quiet acquainted with liferay plugin-sdk environment for...
View ArticleLiferay service builder project with Maven
Liferay Service builder is one of the important tool in Liferay portal development. As most of the developers are aware of the uses of service builder using plugin-sdk. but using service builder with...
View ArticleBuild Liferay Theme using maven sdk
We can create theme also using Maven sdk . but the main focus should be on the folder structure, as we have seen the folder structure of the maven project and plugin sdk project is different. there is...
View ArticleCreating custom implicit objects in jsp
By default there are some implicit objects are available in jsp. we don’t create those implicit objects in jsp or we don’t get those objects from any scope. we can directly use those objects on jsp in...
View ArticleUsing Reflection API in liferay
Liferay provides an API to call any methods using Reflection. First of all why do we use reflection API to call any method. In terms of liferay, liferay loads the classes from different scopes like...
View ArticleEvolution of java build (Ant, Maven, Gradle)
Technology always grows and we always face problems with the old or conventional tools/technology. As a result we always keep on developing the new tools for new solution. in this article we will...
View ArticleInstallation and Basics of Gradle build
Today we will learn Gradle basic and installation, along with creating a sample gradle build. Installing gradle: Gradle requires java installed in your system. It requires groovy also, but gradle...
View Article