Meet The Author

I'm Jitendra Rajput (Senior Consultant @ CIGNEX Datamatics) , A Programmer , Blogger ,Liferay Top Contributor for Year 2014 Q4, Liferay 6.1 Certified Professional , Technology Enthusiast and apart from this interested in making new friends , love music and love to play CHESS. Expressing my thoughts using blog.

author

Set 'X-Frame-Options' in Liferay DXP to allow iframe access

Leave a Comment
You might have seen below error message in your browser console while including any of the Liferay page url in iframe. Refused to display 'liferay-url' in a frame because it set 'X-Frame-Options'...
Read more »

How to read portlet.properties file in Liferay DXP

Leave a Comment
In case if you are using portlet.properties file in Osgi module then using below snippet you can read property specified in portlet.properties file. private static final Configuration _configuration...
Read more »

How to include static resources (CSS/JS/Images) in Liferay OSGI module

Leave a Comment
As you know development approach has been completely changed with Liferay DXP. In older version of Liferay it was easy to include static resource like CSS , JS and Images as part of portlet but with...
Read more »

How to include custom portlet in theme - Liferay DXP

Leave a Comment
You can include out of box as well as custom portlet inside theme in Liferay dxp but way has been changed. By default Liferay uses free marker templates for theme. You can use below snippet to include...
Read more »

How to specify external jar dependency in Liferay DXP

Leave a Comment
While doing development in Liferay DXP your module may depends on external jar files . If required jar file is available in Liferay Nexus Repository then you can include them by using BND and Gradle...
Read more »

Previous PostOlder Posts Home