Search Results

Capability
Feature
Deployment Approach
Sending Emails
Sending Emails You can configure Liferay to send email notifications for different events that happen in your store. For example, you may want to send updates to the order manager or another person...
Published Date: Nov 22, 24, 10:47 PM
Liferay Commerce Configuration Overview
Liferay Commerce Configuration Overview You can find options to configure Commerce from the Global Menu. Access Commerce via the Global Application menu. Open the Global Menu (Global Menu) and go...
Published Date: Nov 22, 24, 10:47 PM
Configuring the Commerce Notification Queue
Configuring the Commerce Notification Queue When channel events trigger notifications, Commerce logs them in the channel's Notification Queue tab with the Unsent status. By default, Liferay checks...
Published Date: Nov 22, 24, 10:47 PM
Users and Accounts
Users and Accounts Liferay Commerce provides specialized roles out of the box to satisfy e-commerce needs. These roles are included alongside the standard DXP roles and define basic user profiles...
Published Date: Nov 22, 24, 10:47 PM
Adding Addresses to an Account
Adding Addresses to an Account This article documents how to update an account's billing and shipping addresses using either the Account Management widget or the Control Panel. Using the Account...
Published Date: Nov 22, 24, 10:47 PM
Locale Options
Locale Options Liferay Commerce can be configured to work in different regions and languages. See the following articles to learn how to configure a store for regional variances in language,...
Published Date: Nov 22, 24, 10:47 PM
Deploying and Managing a Microservice Client Extension Project
Deploying and Managing a Microservice Client Extension Project Kyle wants to start developing a custom application using a microservice client extension to help keep track of user-submitted...
Published Date: Nov 22, 24, 10:47 PM
Troubleshooting a Microservice in the Cloud Console
Troubleshooting a Microservice in the Cloud Console Previously, you tested using an object action client extension to log when a feedback entry is submitted in Liferay. Now, Kyle wants to add a...
Published Date: Nov 22, 24, 10:47 PM
Setting Up Automatic Deployment
Setting Up Automatic Deployment Kyle is able to begin developing and testing with Liferay Cloud, but it's easier if he can test his changes immediately after deployment. Here, you'll configure a...
Published Date: Nov 22, 24, 10:47 PM
Using the Liferay Service's Shell
Using the Liferay Service's Shell Sometimes you need direct access to the system to see what's happening. Kyle wants to use the Liferay service's shell to view the directory structure and verify...
Published Date: Nov 22, 24, 10:47 PM
Adding Team Members to the Project
Adding Team Members to the Project Marcus has access to the Liferay Cloud console for the whole Delectable Bonsai project, but his staff member, Kyle, also needs access. Here, you'll learn how to...
Published Date: Nov 22, 24, 10:47 PM
Accessing the Liferay Cloud Console
Accessing the Liferay Cloud Console The Delectable Bonsai project has been provisioned, but Marcus and his staff must be granted access to it. Here, you'll access the Liferay Cloud console so you...
Published Date: Nov 22, 24, 10:47 PM
Deploying Code to Liferay SaaS
Deploying Code to Liferay SaaS Now that you've accessed and started using the Cloud console, you're ready to deploy a client extension project to your Liferay SaaS instance. This module requires a...
Published Date: Nov 22, 24, 10:47 PM
Setting Up Your Cloud Project
Setting Up Your Cloud Project After you have either an instance of Liferay SaaS or PaaS provisioned, your first task is to access the cloud console. In Liferay PaaS (self-managed), you use the...
Published Date: Nov 22, 24, 10:47 PM
Cloud Development Lifecycle
Cloud Development Lifecycle Now you've configured your Liferay PaaS environment for a project like Delectable Bonsai's. Developers like Kyle use the Cloud console too, for everything from deploying...
Published Date: Nov 22, 24, 10:47 PM
Managing the Knowledge Base
Managing the Knowledge Base Liferay 7.4 U72+/GA72+ With Knowledge Base, you can draft product documentation quickly and organize it into hierarchies that end users can navigate. Add folders and...
Published Date: Nov 22, 24, 10:48 PM
Importing Knowledge Base Articles
Importing Knowledge Base Articles Liferay 7.4 U72+/GA72+ You can draft Knowledge Base articles as Markdown files and import them to Liferay. To do this, you must ensure each Markdown file is...
Published Date: Nov 22, 24, 10:48 PM
Knowledge Base System Settings
Knowledge Base System Settings Administrators can use the System Settings UI to set the Knowledge Base’s global configuration (across Sites). You can access this UI in Control Panel → Configuration...
Published Date: Nov 22, 24, 10:48 PM
Other Knowledge Base Widgets
Other Knowledge Base Widgets There are other Knowledge Base widgets you can add to pages besides the Knowledge Base Display widget: Knowledge Base Article: Display a single article’s content. ...
Published Date: Nov 22, 24, 10:48 PM
Responding to Knowledge Base Feedback
Responding to Knowledge Base Feedback Liferay 7.4 U72+/GA72+ You can view and manage article feedback in the Knowledge Base application. To do this, Open the Site Menu (Site Menu) and go to...
Published Date: Nov 22, 24, 10:48 PM
Knowledge Base Templates
Knowledge Base Templates Liferay 7.4 U72+/GA72+ Templates give authors a starting point with default headers or other content for articles. Templates help foster consistent formatting and content...
Published Date: Nov 22, 24, 10:48 PM
Message Boards
Message Boards Message Boards is deprecated as of Liferay 2024.Q4+. For data continuity, consider transitioning to the Questions application. Liferay's Message Boards application is a forum...
Published Date: Nov 22, 24, 10:48 PM
Configuring a Message Boards Category Mailing List
Configuring a Message Boards Category Mailing List You can configure a mailing list for a message board category in a site or page-scoped message board. Globally scoped messages boards don't...
Published Date: Nov 22, 24, 10:48 PM
Tuning Your JVM
Tuning Your JVM Java Virtual Machine (JVM) tuning primarily focuses on adjusting Java heap and non-heap settings and configuring garbage collection. Finding settings that perform well for you...
Published Date: May 9, 24, 6:52 PM
Maintenance Mode and Deprecations in 7.4
Maintenance Mode and Deprecations in 7.4 With each new Liferay DXP and Liferay Portal release, a feature may not warrant continued enhancements or may become obsolete. Stopping enhancements for a...
Published Date: May 9, 24, 6:52 PM
Upgrade Report
Upgrade Report Available 7.4+ When you perform upgrades, it is important to know the changes made and any issues that occurred. The upgrade status returns combined results for core upgrades,...
Published Date: May 9, 24, 6:52 PM
Remote Applications with Headless APIs
Remote Applications with Headless APIs Available 7.4+ After creating and publishing objects, headless REST APIs are automatically generated. Here you'll see how to integrate these endpoints to...
Published Date: Nov 22, 24, 10:50 PM
Client Extensions
Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 When you want to extend Liferay, either by modifying its look and feel or by calling functions outside of Liferay, you...
Published Date: Nov 22, 24, 10:50 PM
PortletMVC4Spring Project Anatomy
PortletMVC4Spring Project Anatomy PortletMVC4Spring portlets are packaged in WARs. Liferay provides Maven archetypes for creating projects configured to use JSP/JSPX and Thymeleaf templates. Their...
Published Date: Nov 22, 24, 10:50 PM
PortletMVC4Spring Annotations
PortletMVC4Spring Annotations PortletMVC4Spring provides several annotations for mapping requests to controller classes and controller methods. @RenderMapping Annotation Examples The following...
Published Date: Nov 22, 24, 10:50 PM
Using React
Using React Build your own solutions using Liferay and React.
Published Date: Nov 22, 24, 10:50 PM
Using Localized Messages in an MVC Portlet
Using Localized Messages in an MVC Portlet Liferay's localization framework is for creating localized messages in your MVC portlet. Deploy the Sample Code Then, follow these steps: Download...
Published Date: Nov 22, 24, 10:50 PM
Using Liferay Util Param
Using Liferay Util Param The param tag lets you set a parameter for an included JSP page. This configuration requires two JSPs. JSP A, the main view of the app, includes JSP B and sets its...
Published Date: Nov 22, 24, 10:50 PM
Using Spring
Using Spring PortletMVC4Spring is a way to develop portlets using the Spring Framework and the Model View Controller (MVC) pattern. While the Spring Framework supports developing servlet-based web...
Published Date: Nov 22, 24, 10:50 PM
Reference
Reference PortletMVC4Spring integrates Spring, the Spring Web Framework, and the MVC design pattern with portlet development. As such, it uses configuration files from each of these areas and...
Published Date: Nov 22, 24, 10:50 PM
PortletMVC4Spring Configuration Files
PortletMVC4Spring Configuration Files A PortletMVC4Spring application has these descriptors, Spring contexts, and properties files in its WEB-INF folder: web.xml → Web application descriptor ...
Published Date: Nov 22, 24, 10:50 PM
Instance Settings YAML Configuration Reference
Instance Settings YAML Configuration Reference You can use an instance settings client extension to configure a wide variety of Liferay configurations. Each configuration is referenced by its PID...
Published Date: Nov 22, 24, 10:50 PM
Using Object Data with React Charts
Using Object Data with React Charts Here you'll use Objects, Headless APIs, and custom element remote applications to create a dynamic chart for data dashboards. First, you'll set up a new DXP...
Published Date: Nov 22, 24, 10:50 PM
Packaging Client Extensions
Packaging Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Client extension projects are built as deployable archives called Liferay Universal File Format Archives...
Published Date: Nov 22, 24, 10:50 PM
Configuration as Code
Configuration as Code Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Liferay instance configurations are deployable with client extensions. For example, you can deploy OAuth2...
Published Date: Nov 22, 24, 10:50 PM

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy