by Chetan Chadalavada and Anindya Bagchi | Apr 17, 2019 | Blog, Digital Experience, Liferay, Liferay DXP, Mobility, Portals
This is a continuation to our previous blog on Flutter Mobile App powered by Liferay DXP. We had demonstrated how we could access Liferay APIs using OAuth 2.0 Client Credentials grant type. The app displayed blog content for one specific user and the client is not...
by Ashok Neupane | Apr 11, 2019 | Blog, Digital Experience, Liferay, Liferay DXP, Portals
We can use a JSP override to customize the default behavior of the portlets that are provided by Liferay out of the box. This article describes how to add an additional menu in user admin portlet and display additional details of the user (example: additional data...
by Vivek Agarwal | Mar 20, 2019 | Blog, Digital Experience, Liferay, Liferay DXP, Perspectives, Portals
Digital transformation continues to be one of the hottest trends in the technology press, with authors in CIO, Forbes, and ZDNet offering their predictions for digital transformation in 2019. Not only is digital transformation a much talked-about topic in the press,...
by Chetan Chadalavada and Anindya Bagchi | Feb 5, 2019 | Blog, Digital Experience, Liferay, Liferay DXP, Mobility, Portals
This article showcases a native mobile app built with the Flutter SDK to consume Liferay web services. The native mobile app displays a list of Liferay blogs and allows you to browse and read ones you like. If you’ve never heard of Flutter, it is a relatively...
by Kaushik Mukherjee | Nov 15, 2018 | Blog, Cloud, Digital Experience, Liferay, Liferay DXP, Portals
Wouldn’t it be great to ask Alexa for your electricity bill, and it will tell you your bill amount, due date and other relevant stuff without having to visit the electricity provider’s website or opening their mobile app. For that to happen, Alexa needs to...
by XTIVIA | Nov 6, 2018 | Blog, Digital Experience, Liferay, Liferay DXP, Portals
Liferay DXP Configure Favicon Displayed to the End Users A favicon (pronounced “fave-icon”) is a small, iconic image that represents your website. Favicons are often found in the address bar of your web browser, but they can also be used in lists of...
by Anindya Bagchi | Oct 16, 2018 | Blog, Digital Experience, Liferay, Liferay DXP, Portals
The OSGi Ecosystem All deployed artifacts or bundles are modules that coexist in an OSGi container. Much like how Java has access modifiers, these modules can export selected packages to be consumed by other modules. Packages not explicitly exported will not be...
by XTIVIA | Sep 18, 2018 | Blog, Digital Experience, Liferay, Liferay DXP, Portals
This article shares XTIVIA’s best practice recommendation to handle custom error pages. Best Practice The recommended best practice from XTIVIA is to create a static HTML page with corresponding image/css/js assets, which will be stored on the WebServer. A small...
by Nir Gryn | Sep 14, 2018 | Blog, Digital Experience, Liferay, Liferay DXP, Portals
We are in the Experience Economy, meaning that how your customers, users, partners, and stakeholders experience your brand at every touchpoint determines your market relevance and, ultimately, the success of your enterprise. Technology gives you the agility needed to...
by XTIVIA | Jul 17, 2018 | Blog, Digital Experience, Liferay, Liferay DXP, Portals
Cause The timezone of a user is usually set based on company.default.time.zone property set in portal-ext properties file on first startup. However, if the time zone doesn’t follow the standard formatting for the Java time zone ID (for example, using EST5EDT...