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!
-
-
-
-
-
Victor Valle | Jul 3, 2018 11:20 AM
Typography Several reasons and their benefits drove us to a change from Source Sans Pro to System font: System fonts are always more legible as they are designed more consciously and they are...
Blog Stream: Featured -
-
-
-
-
Olaf Kock | Jun 14, 2018 12:29 PM
If you are working with Liferay for a while now, you might still remember a feature that went missing with version 6.1 - but there was a way to get it back. Also in 6.2 and 7.0. Now that Liferay...
Blog Stream: Featured -
-
Iván Zaera Avellón | Jun 8, 2018 8:15 AM
A real life example of the use of bundler 2.x This is the last of a three articles series motivating and explaining the enhancements we have done to Liferay's npm bundler. You can read previous...
Blog Stream: Featured -
Iván Zaera Avellón | Jun 7, 2018 7:12 AM
How we are fixing the problems learned in bundler 2.x This is the second of a three articles series motivating and explaining the enhancements we have done to Liferay's npm bundler. You can read...
Blog Stream: Featured -
Iván Zaera Avellón | Jun 5, 2018 3:12 PM
What is the problem with bundler 1.x This is the first of a three articles series motivating and explaining the enhancements we have done to Liferay's npm bundler. You can learn more about it in...
Blog Stream: Featured -
Carlos Hernandez | May 31, 2018 11:17 PM
Liferay integrates out of the box with Piwik and Google Analytics. However, doing analytics with ElasticSearch, Logstash and Kibana, is not much harder: https://youtu.be/os5gqpnC0GA How to do it?...
Blog Stream: Featured -
-
-
-
-
Alexander Valencia | May 12, 2018 4:58 PM
I recently took an online course to learn more about TypeScript, a superset of JavaScript that provides optional static typing, classes, interfaces, and much more. Whenever I'm in the process of ...
Blog Stream: Featured -
-
David H Nebinger | May 4, 2018 2:23 PM
When you are upgrading to DXP on SQL Server, it is recommended to set the following property in the portal-upgrade-ext.properties file: verify.process.concurrency.threshold=10000 Otherwise you can...
Blog Stream: Featured -
-
David H Nebinger | Apr 17, 2018 3:12 AM
Introduction So in any production system, there is typically a desire to capture metrics, use them to define a system health check, and then monitor the health check results from an APM tool to...
Blog Stream: Featured -
David H Nebinger | Apr 16, 2018 2:26 PM
Introduction I have never liked one aspect of Liferay logging - it is not persistent. For example, I can't debug a startup issue unless I get the portal-log4j-ext.xml file set up and out there. Not...
Blog Stream: Featured -
-
-
David H Nebinger | Apr 10, 2018 4:08 AM
Introduction Recently I was building a fragment bundle to expose a private package per my blog entry, . In the original bnd.bnd file, I found the following: -dsannotations-options: inherit Not...
Blog Stream: Featured -
David H Nebinger | Apr 7, 2018 3:33 PM
Introduction So once you've been doing some Liferay OSGi development, you'll recognize your component properties stanza, most commonly applied to a typical portlet class: @Component( immediate =...
Blog Stream: Featured -
Iacopo Colonnelli | Apr 7, 2018 12:40 PM
Liferay Portal 7.0 CE GA6 Release was announced about 2 weeks ago and Liferay containerisers may desire to upgrade their Docker container to the new Liferay version. Well, this is a not so hard...
Blog Stream: Featured -
David H Nebinger | Apr 6, 2018 1:01 AM
Just a quick blog post to talk about compile time vs runtime dependencies in the OSGi container, inspired by this thread:...
Blog Stream: Featured -
David H Nebinger | Mar 28, 2018 2:48 PM
Introduction On a project recently I had a Theme war and, like those themes you can download from the MarketPlace, I also had pages, contents and documents imported by the Resources Importer (RI)...
Blog Stream: Featured -
-
David H Nebinger | Mar 23, 2018 6:28 PM
This one is for my good friend Milen... Sometimes he frustrates me, but he always forces me to think... Introduction So if you've done any Liferay 7.x CE or DXP development, you may have...
Blog Stream: Featured -
-
-
David H Nebinger | Mar 7, 2018 12:42 AM
Introduction So originally I presented the blog post, Fronting Liferay Tomcat with Apache HTTPd daemon, but that post featured my partiality for using mod_jk to connect HTTPd and Tomcat. Personally...
Blog Stream: Featured -
David H Nebinger | Mar 7, 2018 12:19 AM
A good friend of mine, Minhchau Dang, pointed out to me that I have frequently used OSGi version ranges in my blogs. I explained that I was concerned that I didn't want to bind to a specific...
Blog Stream: Featured -
David H Nebinger | Feb 23, 2018 8:35 PM
So the question comes up how to do Liferay upgrades. I'm not talking here about the technical details of how you upgrade one particular plugin to another type of plugin, what kinds of API changes...
Blog Stream: Featured -
Jonas Choi | Feb 23, 2018 6:21 PM
Tomcat 8.5 is an in-between version of Apache Tomcat 8.0 and 9.0. According to the Apache site, it contains some features in 9.0 that have been backported to 8.0. This version of Tomcat is...
Blog Stream: Featured -
David H Nebinger | Feb 21, 2018 4:32 AM
So Jamie just announced the new Liferay 7.1 Community Beta Program here: https://community.liferay.com/news/liferay-7-1-community-beta-program/ I recommend everyone who has working code in Liferay...
Blog Stream: Featured -
-
David H Nebinger | Feb 16, 2018 2:54 AM
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 | Feb 15, 2018 9:52 PM
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 | Feb 15, 2018 5:58 PM
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 | Feb 8, 2018 8:59 PM
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 | Feb 2, 2018 4:01 PM
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 -
Koen Olaerts | Jan 30, 2018 5:59 PM
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 -
-
Ignacio Roncero Bazarra | Dec 20, 2017 9:43 PM
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 -
-
Richard Sezov | Dec 14, 2017 10:14 PM
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 -
Olaf Kock | Dec 7, 2017 10:16 AM
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 -
-
Takeo Yasuyuki | Nov 6, 2017 6:09 AM
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 -
-
-
David H Nebinger | Oct 14, 2017 8:42 PM
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