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!
-
-
-
Vikash Kumar | Jun 4, 2015 2:26 PM
package com.space.archiveprocess; import java.io.StringReader; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.HashMap; import java.util.List; import...
-
Ruud Kluivers | Jun 4, 2015 7:40 AM
In Nederland denken we vaak dat we vooroplopen en ons positief onderscheiden van de rest van de wereld. Zelfoverschatting is een zorgwekkende eigenschap en de feiten zijn niet altijd in...
Blog Stream: News -
Lauri Hiltunen | Jun 1, 2015 5:45 PM
Sometimes you need to perform actions which relate directly to your Liferay portal and your site structure. In some cases getting the handle on the layout needed might be a bit tricky though. You...
Blog Stream: Featured -
Angela Wu | Jun 1, 2015 4:53 PM
Reimagine Digital Engagement Through an All-in-One Platform Being digital should be at the heart of what you do to provide customers with rich, compelling online experiences. To thrive, and not...
Blog Stream: News -
-
David H Nebinger | May 29, 2015 8:09 AM
Introduction In my last blog post I had a little rant about the old version of Font Awesome included with Liferay 6.2 and how it would always be out of date because they seem to keep adding new...
Blog Stream: Featured -
David H Nebinger | May 23, 2015 2:12 AM
Introduction So I'm not the best theme person around. I'm less a UI guy and more of an implementation person. Honestly I hate working on themes. Maybe it's just me, but all of the styling work...
Blog Stream: Featured -
-
Jose M. Navarro | May 22, 2015 10:06 AM
Dear community, we have exciting news to share with you today. But before the announcement, let me tell you a brief story: one year ago, I was trying to learn the fundamentals of Liferay, hacking...
Blog Stream: News -
David H Nebinger | May 22, 2015 1:32 AM
Introduction So this is a concept that comes up from time to time on the forums - How do I return a non-database complex object from my ServiceBuilder-generated service layer? The common answer is...
Blog Stream: Featured -
Vitaliy Koshelenko | May 21, 2015 11:59 AM
Step 1. Liferay Migration to 6.0.6 1. Create 5.2.3 DB dump (db.sql). 2. Create database for LR 6.0.6 (db606). 3. Load 5.2.3 dump into 6.0.6 database: mysql -uroot -p1 db606 < db.sql; Delete all...
-
Vikash Kumar | May 21, 2015 10:54 AM
import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.StringTokenizer; import org.elasticsearch.action.search.SearchResponse;...
-
-
Miroslav Ligas | May 20, 2015 8:52 AM
If you are a portlet developer you have many options how to develop the portlets. There are many framework that make your everyday struggle easier. In this blog post I would like to talk about one...
Blog Stream: Featured -
-
Janne Hietala | May 13, 2015 2:01 PM
We're proud to announce the release of Valamis 2.3 Enterprise Edition – an update for award winning Learning eXperience Solution. The new version introduces various improvements to Valamis core...
Blog Stream: Featured -
Salman Khan | May 13, 2015 11:13 AM
In reference to the blog. One among the large set of features that Liferay provides is its ability to support multiple languages. And we all know Liferay is the most flexible portal for...
Blog Stream: Featured -
-
Lauri Hiltunen | May 11, 2015 3:57 PM
Creating configurable portlets allow site administrators to customize the behaviour of the portlet the way they want to. The core feature set can be expanded dynamically by changing the portlet...
Blog Stream: Featured -
Meera Prince | May 8, 2015 9:47 AM
Liferay Inter Portlet Communication (IPC) is mechanism to communicating one Portlet to other Portlet. JSR 168/ Portlet 1.0 have very limited capability to provide Liferay Inter Portlet...
Blog Stream: Featured -
Vikash Kumar | May 8, 2015 5:03 AM
setInterval(function() { var url = '<portlet:actionURL><portlet:param name="javax.portlet.action" value="getXXXMethod" /><portlet:param name="userid"...
-
Kyle Joseph Stiemann | May 7, 2015 1:04 PM
New Liferay Faces Release - Alloy Input Components Juan and Vernon have already blogged about many exciting portal components and the amazing alloy:accordion component, so I want shine a spotlight...
-
-
David H Nebinger | May 5, 2015 4:59 PM
So Vaadin has a complete set of basic widgets (checkboxes, input fields, comboboxes, etc.) and some advanced controls (date picker, menu bar, table, etc.). They also have the Add-On directory which...
-
-
Jan Eerdekens | Apr 29, 2015 7:38 PM
The problem While doing some work for a client I ran into issues with the preview generation for some PDFs. While it did generate a preview image for each page of the document, the text on it was...
Blog Stream: Featured -
Olaf Kock | Apr 29, 2015 10:10 AM
Update! Wir treffen uns am Donnerstag, 21. Mai 2015, 18:30 Uhr in den Räumen der Inovex GmbH: Valentin-Linhof-Straße 2, 81829 München - Vielen Dank für die Unterstützung an Peter Dimitri von...
Blog Stream: Featured -
Sampsa Sohlman | Apr 28, 2015 9:34 AM
Introduction I decided to write this blog as I did find out that this is the area of the Liferay that has not been documented at all? So this blog post can act as documentation for this. So let's...
Blog Stream: Featured -
-
Lauri Hiltunen | Apr 24, 2015 5:56 AM
Portlets are components which create a portal application. They can function without any knowledge of other portlets, or can be configured to be dependent of one another in many ways. You can...
Blog Stream: Featured -
James Falkner | Apr 23, 2015 4:38 PM
If you've attended any Liferay Symposium, Solutions Forum, or Developer Conference in the last few years you've undoubtedly seen the companion mobile app that attendees can use to see up-to-date...
Blog Stream: Featured -
Vikash Kumar | Apr 23, 2015 2:27 PM
Liferay LDAP Configuration Manual Goto LDAP settings from Control Panel->Portal Settings. Under Configuration, click Authentication->LDAP. To enable LDAP, check "Enable", simple enough. Under...
-
Vikash Kumar | Apr 23, 2015 2:26 PM
Manual to support preview of different file format Install OpenOffice in local system to work with LifeRay in order to display the preview of different types of file. LifeRay will interact with...
-
Vikash Kumar | Apr 23, 2015 2:02 PM
According to JSR-168: Portlets are web components -like Servlets- specifically designed to be aggregated in the context of a composite page. Usually, many Portlets are invoked to in the single...
-
Bejond Shao | Apr 23, 2015 3:42 AM
Recently, some customers met an issue that after installing sp9 or any conponent that contains LPE-10066 ( LPS-40597), web contents won't show to guest or site member. The reproduction steps: 1....
-
-
Adam Brandizzi | Apr 20, 2015 1:57 PM
If the line below is executed in a JavaScript console, what will be the value of hour? var hour = new Date(2015, 9, 18, 0).getHours(); The intuitive answer is zero, and it is right in most...
Blog Stream: Featured -