Blogs
Welcome to the new Blogs page, where you can search and filter the available blogs to much more easily find what you're looking for!
But, don't worry - if you prefer the old UX with the Blogs Widget, it's still available - just use the Blogs List link in the left navigation and it will be like it's 1999 all over again!
-
Allen Ziegenfus | Feb 2, 2017 10:55 AM
If you want to find out more information about how a search is being executed in Liferay, you can modify the logging settings to output search queries to the log. To do this, go into Control...
-
David H Nebinger | Feb 2, 2017 6:14 AM
When you start reviewing Liferay 7 CE/Liferay DXP code, you run into a lot of annotations in a lot of different ways. They can all seem kind of overwhelming when you first happen upon them, so I...
Blog Stream: Featured -
David H Nebinger | Feb 2, 2017 5:10 AM
Alt Title: Cool things you can do with OSGi Introduction So one thing that many organizations like to stand up in their Liferay environments is a "health check". The goal is to provide a simple...
Blog Stream: Featured -
Vikash Kumar | Jan 31, 2017 12:01 PM
Customize /html/portlet/journal_content/view.jsp <%@ include file="/html/portlet/journal_content/init.jsp" %> <% JournalArticle article =...
-
Javeed Chida | Jan 30, 2017 4:43 PM
Let me begin by clarifying that this post has nothing to do with the Harry Potter universe. But seriously. You know what I mean by wizards, don’t you? Those helpful series of screens that gather...
Blog Stream: Featured -
Alex Swain | Jan 25, 2017 4:49 PM
I fell over a problem the other day that I had solved ages ago and foolishly hadn't taken the time to write down how I did it. I guess it must be fairly rare as my standard "I might have forgotten...
-
Neil Jin | Jan 24, 2017 10:35 PM
As a supervisor of my department, some times I want to check how much progress of a work is done, who is working on a certain trading? who is reviewing a loan application? If a new business plan...
-
Jan Eerdekens | Jan 23, 2017 8:46 PM
I've been working with Liferay for quite some time now, but I must confess that I still haven't really made the switch from Velocity to Freemarker for my templates. Even though I know there are a...
Blog Stream: Featured -
Justin Choi | Jan 23, 2017 4:43 PM
Three weeks ago marked the sixth year anniversary for me. It came and went quietly. I probably would have not posted anything but something said at this past retreat prompted me to reconsider. In...
Blog Stream: News -
Javeed Chida | Jan 19, 2017 11:19 PM
This short post brings together the little pieces critical to crafting an ADT in velocity to provide direct download links to documents in your Documents and Media repository. You will find parts...
Blog Stream: Featured -
David H Nebinger | Jan 18, 2017 5:30 PM
So in a recent project I've been building I reached a point where I believed my project would benefit from being able to issue user notifications. For those that are not aware, Liferay has a...
Blog Stream: Featured -
Jonathan Lundy | Jan 16, 2017 7:36 PM
Hey! My name is Jonni and I'm a UI intern on the WeDeploy team. I joined back in November and wanted to share a couple things from my first three months at Liferay. I...
Blog Stream: News -
Neil Jin | Jan 12, 2017 4:51 PM
The purpose of this tutorial is to let you know how to involve a 3rd part js lib in metal soy portlet and how to use them in ES6 script. In Liferay DXP we provide abundant OOTB js lib to help...
Blog Stream: Featured -
Neil Jin | Jan 10, 2017 3:23 PM
In Liferay DXP it supports soy template with portlet. Through soy template we can take advantage of Google Closure to build rich web application. In next sections I am going to lead you in to a...
-
Neil Jin | Jan 7, 2017 1:52 PM
原文作者:David H Nebinger 原文地址:https://web.liferay.com/web/user.26526/blog/-/blogs/osgi-module-dependencies 如有問題,歡迎在原文下面討論,也歡迎在這裡留言。 假設在Liferay DXP平臺上開發module的時候,遇見了需要運行環境(runtime)的依賴的時候,該怎麼辦?...
Blog Stream: News -
Neil Jin | Jan 7, 2017 8:48 AM
原文作者:David H Nebinger 原文地址:https://web.liferay.com/web/user.26526/blog/-/blogs/osgi-module-dependencies 如有问题,欢迎在原文下面讨论,也欢迎在这里留言。 假设在Liferay DXP平台上开发module的时候,遇见了需要运行环境(runtime)的依赖的时候,该怎么办?...
-
David H Nebinger | Dec 30, 2016 4:11 AM
So recently I was asked, "How can panels be removed from the My Account portlet?" It seems like such a deceptively simple question since it used to be a supported feature, but my response to the...
Blog Stream: Featured -
Sushil Patidar | Dec 28, 2016 10:57 AM
With the release of Liferay IDE 3.1 M1 ,I noticed one more interesting feature that developers might be looking for, is that jsp of the OOTB module JSPs can be modified using Liferay Module...
-
Sushil Patidar | Dec 28, 2016 9:40 AM
Liferay IDE 3.1 M1 has been released. Previously i explored Liferay 7 theme development using theme generator as expalined on page. Since than I was curious to do it through Liferay IDE that seems...
-
David H Nebinger | Dec 21, 2016 4:59 AM
Recently I was working on a fragment bundle for a JSP override to the message boards and I wanted to wrap the changes so they could be disabled by a configuration property. But the configuration is...
Blog Stream: Featured -
om prakash | Dec 20, 2016 6:53 AM
There may be a requirement to add custom organizations instead of Regular Organization & Location. To acheive this we need to add the below properties in portal.ext.properties ## For add custom...
-
Neil Jin | Dec 17, 2016 2:35 AM
本文在于讨论如何在Liferay DXP(Liferay 7)中使用公共参数(public render parameter)支持IPC。 关键点: 在6.2以前的,我们需要在portlet.xml中声明公共参数,但是在OSGi时代,我们需要在Component中进行声明: ...
Blog Stream: News -
Petteri Karttunen | Dec 16, 2016 10:37 AM
Flexible Liferay 7 - Tomcat Setup The challenge If you want to run Liferay 7 on Tomcat using the bundle provided by Liferay or packages provided in your Linux distribution are convenient ways to...
-
om prakash | Dec 16, 2016 4:58 AM
Informix Dynamic Server Informix Dynamic Server, also known as IDS, is an extensible Relational Database Management System originally developed by Informix Software Inc. IDS is now part of the IBM...
-
Neil Jin | Dec 13, 2016 8:31 AM
This is the way how to make IPC through public render parameter in Liferay DXP(Lfieray 7). Key point: You need to add a supported render parameter in all portlet's Component Annotation. ...
Blog Stream: News -
-
Vishal Panchal | Dec 12, 2016 10:40 AM
Dear Liferay Folks , This blog is specially for those who are using Liferay 6.2 CE versions for their portals. CE releases are the once which are released by Liferay. Every new CE release includes...
-
-
Milen Dyankov | Dec 9, 2016 10:45 AM
Hello Liferay Community, Christmas is coming soon and that means you probably expect your well deserved (you've been good community members, haven't you?) present from Liferay's community! So I...
-
gulnaaz Shaik | Dec 9, 2016 6:33 AM
Layouts in liferay 7 can be created by using theme generator. So if you want to create layout make sure that you have installed theme generator and other necessary plugins. If you have not...
-
gulnaaz Shaik | Dec 9, 2016 6:20 AM
To create a theme in liferay 7, Theme generator needs to be installed. For installing theme generator and to make it work, follow these steps : 1. Download Node.js from the link...
-
Javeed Chida | Dec 8, 2016 5:42 PM
(or) Why categories are so much more than nestable tags "I LOVE tags," Jaffer managed despite a mouthful of spiced lamb ouzie. Sergei was finding the younger guest a bit annoying. The kid had...
Blog Stream: Featured -
Neeraj Gautam | Dec 8, 2016 4:33 AM
Unit testing and Integration Testing for service builder is one of the most searchable content across internet. I have found many forums, posts, wiki and even github codes but none of them seems to...
-
David H Nebinger | Dec 6, 2016 5:07 PM
So the Liferay workspace is pretty handy when it comes to building all of your OSGi modules, themes, layout templates and yes, even your legacy code from the plugins SDK. But, when it comes to...
Blog Stream: Featured -
Vikash Chandrol | Dec 2, 2016 4:36 PM
Hi, today i have done integration of jenkins using liferay 6.2. while setup jenkins need to be follow below steps: Download Jenkins software using below URL URL : https://jenkins.io (select...
-
-
Jim Hinkey | Nov 29, 2016 4:21 PM
Whether you're new to developing on Liferay DXP Digital Enterprise 7.0 and Liferay Portal CE 7.0 or you've developed on previous versions of Liferay Portal, the latest additions and improvements to...
Blog Stream: News -
Lauri Hiltunen | Nov 22, 2016 6:28 AM
Software should be modular. It has been a core thought of developers and architects for quite a long time. The microservices style of development and deployment is a thing now, and different...
Blog Stream: Featured -
Adrian Johnson | Nov 22, 2016 3:48 AM
It isn’t possible to read a news article or open a newspaper without reading about Digital Transformation. From consultants and software vendors to infrastructure providers and analysts everyone is...
Blog Stream: News -
Koen Olaerts | Nov 21, 2016 7:38 PM
At Coin we have developed SimpleEdit, a new and improved way for editing your documents stored in Alfresco or Liferay. Now that Liferay has moved on to DXP, we are in the process of upgrading...
Blog Stream: Featured