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!
To add a new blog, use the "New Entry" button here on on the Blogs List page.
To manage Drafts and view unpublished blogs please use the Blogs List page.
显示3,199结果中的1-20。
-
-
David H Nebinger | 2018-2-16 上午2:54
Okay, in case it is not yet clear, Liferay 7 uses an OSGi container. I know what you're thinking: "Well, Duh..." The point is that OSGi is actually a standard and anything that works within OSGi...
Blog Stream: Featured -
Christian Klein | 2018-2-15 下午9:52
I have been working on adding CKEditor plugins to the Alloy Editor in Liferay DXP and figured I would share what I found. Specifically I was trying to add the YouTube Plugin. There are some...
Blog Stream: Featured -
Iacopo Colonnelli | 2018-2-15 下午5:58
Introduction In recent times, containers are becoming more and more important in the software lifecycle management, whether we like it or not. The majority of the leading software companies have...
Blog Stream: Featured -
-
-
David H Nebinger | 2018-2-8 下午8:59
So I've been working a lot more with Angular 2+ recently (Angular 4 actually, but that is not so important) and wanted to share some of my findings for those of you whom are interested... Accessing...
Blog Stream: Featured -
David H Nebinger | 2018-2-2 下午4:01
So, as a developer, I'm like usually whacking my whole runtime environment and starting over. Why? Well, regardless how much I try to keep it clean, cruft will find its way into the environment....
Blog Stream: Featured -
Minhchau Dang | 2018-2-1 上午3:09
At Liferay Symposium North America 2017, I had a discussion with a few of our customers on the hidden dangers of rolling back Liferay changes. There are multiple ongoing efforts to improve how we...
-
Koen Olaerts | 2018-1-30 下午5:59
On October 6, 2017 my colleague Sebastiaan and I held a presentation at Liferay DevCon about a cool integration the COIN team made. We were looking for a fun and exciting Internet of Things...
Blog Stream: Featured -
Vitaliy Koshelenko | 2018-1-12 上午8:47
Liferay has different types of pages. The default one is Layout - it’s standard, empty by default page, which is displayed in navigation menu. Portlets may be added to such page, themes and layouts...
-
Vitaliy Koshelenko | 2018-1-11 下午1:56
To make some custom class available inside a theme velocity template, you need to put it's instance into com.liferay.portal.kernel.util.WebKeys#VM_VARIABLES request attribute. And it will be...
-
gulnaaz Shaik | 2018-1-9 上午9:44
Themelets are small, extendable, and reusable pieces of code. They help to avoid duplication of code. Code that can be reused in other themes can be written in themelet which can be extended to any...
-
Vikash Kumar | 2018-1-5 下午12:29
This blog is for creating an interface which will show number of live users and some other details. First of all create a portlet which will provide interface and then create a hook within the...
-
-
Ignacio Roncero Bazarra | 2017-12-20 下午9:43
Short explanation If you want to convert a third party library of your portlets (modules) into a Bundle OSGi to be used by all modules, you could create a new module with your third party library...
Blog Stream: Featured -
Vikash Kumar | 2017-12-20 上午11:25
<%@page import="sun.awt.RepaintArea"%> <%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %> <%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %> <%@ taglib...
-
Sushil Patidar | 2017-12-20 上午5:26
I wrote blog for theme development with IDE . Further I explored the way to configure gradle project. I would like to share those steps that I have experienced hard to find and many developers I...
-
-
Richard Sezov | 2017-12-14 下午10:14
This year, the Knowledge Management team at Liferay set out not only to document Liferay 7/DXP, but to document it well. To do this, we identified several improvements we wanted to make: We wanted...
Blog Stream: Featured -
Sandeep Sapra | 2017-12-8 下午12:16
Liferay provide OOTB features for Preview of Documents (PDF, Word, Image), Media (Audio and Video) in Document and Media Portlet. The same is available after installing following components...
-
Sandeep Sapra | 2017-12-8 上午7:17
Liferay Theme generator tool is an easy way to create themes in Liferay v6.2 and 7. You would not need SDK for this but remember that there are some prequisities in terms of installation and...
-
Olaf Kock | 2017-12-7 上午10:16
Yay, it took a while to get onto it again, and finally I updated Custom Navigation and it just went through the approval process yesterday. Now it's available for Liferay 7 and DXP as well. What...
Blog Stream: Featured -
Iacopo Colonnelli | 2017-11-30 下午8:33
Introduction OSGi Fragments are a really powerful tool to extend the features of an existing bundle. Indeed, since fragments share classpath with their host bundle, they allow us to implement new...
-
Petteri Karttunen | 2017-11-27 上午11:48
Previous parts of this series can be found here (part 1), here (part 2), here (part 3) and here (part 4). In the final part of this blog series few more interesting features are added to the...
-
Sandeep Sapra | 2017-11-24 下午12:08
Liferay Integration with Analytics 1) With Google Analytics Set up an account with Google Analytics: https://analytics.google.com/ This will create a Tracking Id Configure the Tracking ID In...
-
John Feeney | 2017-11-24 上午10:22
This blog entry is part of a three-part blog series that explores some of the great features provided by Liferay Screens and Liferay Mobile SDK. In this this series, I will cover: Liferay Screens –...
Blog Stream: News -
Sandeep Sapra | 2017-11-17 上午10:31
Description: For Servlet configuration in Liferay DXP portlet, we will need to make necessary changes to the configuration files. Start with making a plugin custom portlet and add a servlet to...
-
-
Takeo Yasuyuki | 2017-11-6 上午6:09
While working on Elasticsearch debugging, I just made a docker-compose file to start up an external Elasticsearch with plugins that Liferay DXP / 7 installed with debugging tools. Hope this would...
Blog Stream: Featured -
Tim Telcik | 2017-11-5 下午3:28
Overview As an administrator of a Liferay Portal server, you may be required to trace the behaviour of one or more services for a live instance. This article outlines the steps for enabling or...
-
Tim Telcik | 2017-11-5 下午3:21
Overview The follow document outlines high level steps for patching Liferay Portal 6.1 source. NOTE: This approach also works with Liferay Portal 6.2 Patching Steps Show installed and available...
-
Tim Telcik | 2017-11-5 下午3:18
Overview Liferay Portal 6 supports six plugin types for customizing and extending the base product : Portlets Hooks Themes Layouts EXT Web For many extension cases, portlets, hooks, themes and...
-
Tim Telcik | 2017-11-5 下午3:13
Overview This article outlines the steps for configuring Apache HTTPD and Liferay Portal with SSL. This article should be used in conjunction with the following articles: David H Nebinger Blog -...
-
Tim Telcik | 2017-11-5 下午3:08
Overview Firefox can be quite obstinate when it comes to clearing favourite (aka. shortcut) web site icons from it's cache. This short article wil outline the steps for clearing favourite icons in...
-
Tim Telcik | 2017-11-5 下午3:02
Overview Configuring Liferay Portal to use Google Mail is relatively easy. The key is to enable SSL socket connections. The following article provides steps to enable Liferay Portal to send email...
-
Tim Telcik | 2017-11-5 下午2:57
Overview The article outlines the steps to change the default Liferay Portal web context from "/" to "/portal" ? Steps Step 1 - Over-ride property "portal.ctx" Over-ride the property "portal.ctx"...
-
Tim Telcik | 2017-11-5 下午2:52
Overview If you are facing Liferay Portal login issues (eg. unexpected user session timeouts, unexpected double login prompts), you can perform high level tracing by enabling logging in the primary...
-
John Feeney | 2017-11-3 下午3:19
This blog entry is part of a three-part blog series that explores some of the great features provided by Liferay Screens and Liferay Mobile SDK. In this this series, I will cover: Liferay Screens –...
Blog Stream: News -
-
Minhchau Dang | 2017-11-3 上午7:40
About one month ago, Liferay posted an announcement which talked about how to deploy the New Clustering Code for Liferay Portal Community. One of the first steps documented in this announcement was...
-
Petteri Karttunen | 2017-10-30 下午12:41
(Previous parts of this series can be found here (part 1), here (part 2) and here (part 3) As a random, Liferay custom search developer you might want to get support for Boolean operators and|or...
-
Petteri Karttunen | 2017-10-30 上午10:03
(Previous parts of this series can be found here (part 1) and here (part 2) This time we add an autocomplete / keyword suggester to the search field and query suggestions with automatic alternative...
-
Petteri Karttunen | 2017-10-30 上午5:47
Creating a Google Like Search Part II: Filter by Structure and Document Type (Previous part of the series can be found here) In the second part of this blog series I’ll be adding new filtering...
-
Alex Swain | 2017-10-27 下午1:37
Today's "I wonder if I can do this" experiment ended up being SAML integration with ADFS using Liferay as a service provider. I was surprised how quickly we were able to set it up (if you don't...
-
-
Takeo Yasuyuki | 2017-10-19 上午2:34
Based on requests from internal or customers, I just created a document for integrating ADFS (on Windows 2012 R2) and Lifeary DXP with detailed steps. I hope this would be helpful for somebody...
-
David H Nebinger | 2017-10-14 下午8:42
So I've been home for almost a week now after having attended Devcon 2017 in Amsterdam. I have to give a shout out to Pascal Brusset and his entire team for putting on a great event. The venue was...
Blog Stream: Featured -
Tim Telcik | 2017-10-10 下午3:35
Overview Liferay Portal 6.0 and 6.1 provide a data verification mechanism which can be used to resolve various data integrity issues, including the following data sets: Asset Blogs Bookmarks...
-
Tim Telcik | 2017-10-10 下午3:26
Overview Liferay Portal 5 and 6 support different permission algorithms. Liferay Portal 5.2.x and 6.0.x supported permission algorithm 5. In addition, Liferay Portal 6.0.x introduced permission...
-
Tim Telcik | 2017-10-10 下午3:22
Overview A common problem developers and system admins face is tracking down why their Liferay Portal plugins fail to deploy to their Java web server. There are many reasons why Liferay Portal...
-
Tim Telcik | 2017-10-10 下午2:16
Environment Host Environment: MS Windows 7 Web Browser: MS Internet Explorer 9 Liferay Portal: 6.1 CE GA2 (6.1.1), 6.1 EE GA2 (6.1.20) Issues Popup page menu links for nested pages overlap...
-
Tim Telcik | 2017-10-10 下午2:10
Overview If you need to reset the password for a Liferay Portal user in the database, refer to the following test steps. Test Environment These steps assume the following: We are connecting to a...
-
David H Nebinger | 2017-10-10 上午4:44
So last week I'm sitting in an Unconference session at DevCon in a group talking about OSGi. I don't remember how it came up, but we got on a discussion about deployment issues and someone asked...
Blog Stream: Featured -
-
Kyle Joseph Stiemann | 2017-10-6 下午5:36
Key Takeaways From JavaOne 2017 Talks Here are some of the key takeaways that I learned from the talks I attended at JavaOne 2017: How to Use Java Cryptography API Securely by Mansi Sheth (video)...
-
-
-
Sushil Patidar | 2017-10-4 上午11:38
OSGI Module Gradle Project We have worked on ANT and MAVEN with Liferay in previous versions. In Liferay DXP Gradle has been introduced. It is quite an interesting feature to learn with Liferay...
-