RSS
thumbnail
Neil Griffin | 03 May 2019

Back in April of 2018 I posted a blog titled Liferay Faces downloads at an all time high in which I mentioned that Liferay Faces artifacts had surpassed 11,000 downloads/month. I'm pleased to report that downloads for Liferay Faces have reached another all time high, reaching almost 18,000 downloads/month (see attached graph from Maven Central). Also as I mentioned in...

8255
2
thumbnail
Jamie Sammons | 31 May 2019

Download Beta 3 now! Tomcat Bundle [7zip | tar.gz] Source Code Bundle Source Code Repository Javadoc and other reference documentation Other files SourceForge Documentation Our documentation team is working hard to create all of the docs for 7.2.  We are in the midst of creating a new site to replace LDN that will feature an...

9584
1
thumbnail
Jamie Sammons | 17 Apr 2019

Download Beta 2 now! Tomcat Bundle [7zip | tar.gz] Source Code Bundle Source Code Repository Javadoc and other reference documentation Other files SourceForge Documentation Our documentation team is working hard to create all of the docs for 7.2.  We are in the midst of creating a new site to replace LDN that will feature an...

9562
4
thumbnail
Ruud Kluivers | 17 Apr 2019

Recently we celebrated the 30th anniversary of the World Wide Web. Its been a hell of a ride and the internet has had a profound impact on our society and daily lives. You better brace yourself, ever since I got started in the internet business in the mid 90’s of the last century I witness an ever increasing speed of innovation. How do you keep up with that as an organisation?...

9066
3
thumbnail
Yanan Yuan | 17 Apr 2019

Liferay IntelliJ 1.4.0 plugin has been made available today. Head over to this page for downloading. Release Highlights: Add support for debugging JSPs in Liferay modules (Ultimate Only) Inject Javascript into <aui:validator name="required"> tag (Ultimate Only) Update embedded blade cli to 3.6.0 Fix the following problem on Intellij...

6894
0
thumbnail
Jamie Sammons | 08 Apr 2019

Download Beta 1 now! Tomcat Bundle [7zip | tar.gz] Source Code Bundle Source Code Repository Javadoc and other reference documentation Other files SourceForge Documentation Our documentation team is working hard to create all of the docs for 7.2.  We are in the midst of creating a new site to replace LDN that will feature an updated...

10555
1
thumbnail
Eduardo P. Garcia | 08 Apr 2019

Personalization has become a key part of customer experience. Essentially, by tailoring content for individual users depending on their characteristics, preferences and behaviour, companies can communicate, engage and delight customers across multiple channels, ultimately increasing both revenue and customer base. Liferay has been at the forefront of helping organizations understand...

12337
2
thumbnail
David Gómez | 08 Apr 2019

With the previous release of Liferay Portal 7.1, there was a significant change on the approach to author pages within Liferay Portal, developed under the “Modern Site Building” project. The ultimate goal of this vision is to empower non-technical users to create stunning websites. To achieve that goal, we envisioned the role of the marketer and business users as specific personas...

11307
0
thumbnail
Ignacio Roncero Bazarra | 08 Apr 2019

New release available to download from Maven Central repositories. You can download it from https://repo1.maven.org/maven2/com/github/ironcero/portal-properties/2.0.0/ This gradle plugin let you manage your properties files on your liferay workspace (version 7.0 and 7.1). Blade tool initializes this kind of workpace with one folder named configs. There are some...

7154
0
thumbnail
David H Nebinger | 19 Sep 2019

Introduction There are a lot of things that Liferay just won't say. They won't tell you what app server to use, won't tell you what framework to use, won't tell you how to deal with your production rollout or your production deployments, etc. There is really a lot of stuff that they won't say, but you don't really get the impression that there are things that aren't said by...

10643
8
thumbnail
David H Nebinger | 26 Mar 2019

Frameworks. We all use them, some of them we love, some of them we hate, but we use them. There are popular ones like Spring and Hibernate, not so popular ones like Guice and iBatis. Popularity aside, we use frameworks because we [easily] leverage the functionality they bring to the table so we don't have to recreate the wheel. Heck, even Liferay has its framework stuff, not...

7403
6
thumbnail
Yanan Yuan | 22 Mar 2019

Liferay IntelliJ 1.3.2 plugin has been made available today. Head over to this page for downloading. Release Highlights: Add Liferay front-end development support (Ultimate Only) Update embedded blade to 3.5 Bug fixes for creating modules ext project Using Editors Requirements: Target platform has been set in gradle.properties.   ...

7457
0
thumbnail
Arnaud Charpentier | 19 Mar 2019

Since the arrival of the FixPack 30 Liferay 7, it is possible to use NPM as a Javascript dependency manager. On this occasion, Liferay added to their template module generator, Blade, the possibility to create portlets that use recent JS framework such as Angular, React or VueJS. We will aim to create a simple Todo List application with VueJS , where entries on our list will be...

13335
0
thumbnail
Anderson Perrelli | 19 Mar 2019

This article aims to deliver what you're really looking for, configure Search Enterprise. If you are looking for the smallest details and deeper information, my suggestion is the Elasticserach Documentation and the Liferay Help Center. Well, for you, who understands a bit about the subject and knows what you're looking for, here is your place, below I'll show you how you can...

13763
3
Sudhanshu Kumar Shukla | 14 Mar 2019

If you are here then Hopefully you will learn a lot and curious to know to complete the push notification. Kindly Give a huge round of applause to yourself. Till our previous post we all set up for subscription users data and payload(Data which is display in form of push notification).  In the 3rd partof this series, I had already explained what is the...

10117
1
thumbnail
Milen Dyankov | 12 Mar 2019

I know some of you have been disappointed by my last post about discontinuing the Liferay 7.2 Community Beta Program. I understand. It was also hard for us to let it go. But I do believe there is much better way to have an open discussion with you other than setting time constraints and strict rules. As you all know, Liferay Portal CE is an Open Source product developed in...

8743
7
thumbnail
Travis Cory | 12 Mar 2019

Your Liferay workspace is full of modules. Each module is starting to make use of the same JS resources and functions. Wouldn't it be nice if you could refactor your JS into a separate module that you can import elsewhere without publishing it to NPM? Well, here is one solution you can try! Please note I'll be referring to the code in this repo throughout the blog post . 1) Create...

9377
1
Sudhanshu Kumar Shukla | 13 Mar 2019

Welcome back to the 3rd post of the notification series. In the previous post, we will understand how to work with client-side in push notification i.e Register Service worker, Service worker implementation, creating Subscription  Object and send it to the backend to save in the DB for future use. Now we will build portlet to get the subscription object and save...

9829
0
Sudhanshu Kumar Shukla | 11 Mar 2019

 Welcome back to the 2nd post of the notification series. In this post, we will understand and will go through some client side coding part i.e Register Service worker, Service worker implementation, creating Subscription  Object and send it to the backend to save in the DB for future use. First Let us understand some concept which is required to understand the...

16874
0
Sudhanshu Kumar Shukla | 11 Mar 2019

 Hello, Developers, this is my first Blog Hope this will help in an extent. Nowadays there is a huge demand from the client to make there portal PWA enables, they should be get notified by browser notification, offline pages will display and function properly when browser offline and etc.... If you want to your users engaged then this is the best way even they are coming into...

13224
1