Search Results

Capability
Feature
Deployment Approach
WildFlyへのインストール
WildFlyへのインストール WildFlyにインストールするには、DXP WARのインストール、依存関係のインストール、WildFlyの設定、およびWildFlyへのDXPのデプロイが必要です。 データベースとメールサーバーの接続も設定する必要があります。 前提条件 Liferay DXPにはJava JDK 8または11が必要です。 詳細は、 互換性マトリクス を参照してください。 ...
公開日: 2024/11/22 22:49
Liferayを初めて実行する
Liferayを初めて実行する Liferay DXP/Portalをインストール してデータベースを構成すると、実行する準備が整います。 サーバーを起動する アプリケーションサーバーにバンドルされている起動スクリプトを実行します。 Tomcatバンドルの例: ./liferay-dxp-version/tomcat-version/bin/startup.sh ...
公開日: 2024/11/22 22:49
コンテナのライフサイクルとAPI
コンテナのライフサイクルとAPI 高レベルでは、コンテナはLiferayがデプロイされた状態でTomcatを開始します。 ただし、さらに、コンテナエントリーポイントは、以下のユースケースを実行するためのAPIを提供します。 スクリプトの呼び出し TomcatおよびLiferayの設定 アーティファクトのデプロイ パッチのインストール パッチツールの更新 ...
公開日: 2024/11/22 22:49
Dockerイメージのバージョン
Dockerイメージのバージョン Liferay Docker イメージタグは、Liferay ソフトウェアのバージョンで始まり、イメージのバージョンで終わります。 [Liferay software version] [image version] 例えば、Liferay DXP 7.4.13 Update 15 や Liferay Portal 7.4.3.15 GA15...
公開日: 2024/11/22 22:49
TomcatでJNDIを設定する
TomcatでJNDIを設定する Liferay DXP 7.4+ または Liferay Portal 7.4+に適用されます。 JNDIリソースを設定するには、必要なJDBCドライバをTomcatのlibフォルダに置く必要があります(すなわち、 tomcat-9.0.56/lib)。 たとえば、Oracleデータベースを使用する場合は、 ojdbc8.jar...
公開日: 2024/11/22 22:49
Liferay Dockerイメージの使用
Liferay Dockerイメージの使用 Docker Hubは、Linux上のTomcatにバンドルされた Liferay DXP と Liferay Portal Docker イメージをホストしています。 Liferay Docker Hubページには、さまざまなリリースのイメージの詳細とタグが表示されます。 Liferay DXP Images Liferay ポータル画像...
公開日: 2024/11/22 22:49
コンテナの設定
コンテナの設定 Liferayインストールで構成可能なものはすべて、Liferay Dockerコンテナで構成できます。 設定する最も一般的なものは次のとおりです。 JVMオプション ポータルプロパティ 画像定義の環境変数 システムプロパティ システム設定 コンテナにファイルを提供する設定のユースケースを、 [bind...
公開日: 2024/11/22 22:49
DXPをDockerでライセンスする
DXPをDockerでライセンスする 有効期限が切れるDXPトライアルライセンスを使用している場合、またはインストールする必要のある新しいライセンス(アクティベーションキー)がある場合は、コンテナの既存のライセンスを置き換えることができます。 ライセンス有効期限ログメッセージの例を次に示します。 ERROR...
公開日: 2024/11/22 22:49
コンテナでのスクリプトの実行
コンテナでのスクリプトの実行 TomcatおよびLiferayファイルの設定、アーティファクトのデプロイ、およびパッチの適用以外に、Liferayコンテナで実行したいことが他にもある場合は、スクリプトを使用できます。 コンテナは、 ライフサイクルのいくつかの時点で特定のフォルダー内のスクリプトをスキャンします。 次の表に、スクリプトの挿入ポイントを示します。 ...
公開日: 2024/11/22 22:49
Liferay DXPインストールの管理
Liferay DXPインストールの管理 Liferay DXP 7.3 SP3以降および7.4 GA1以降、Liferayはアップデートと修正プログラムを提供するための新しいリリースモデルを採用しました。 この新しいアプローチはバンドルリリースと呼ばれ、フィックスパックおよびサービスパックの形式で部分的な更新を提供する以前のモデルに置き換わるものです。 これにより、Liferay...
公開日: 2024/11/22 22:49
以前のDXPバージョンにパッチを適用
以前のDXPバージョンにパッチを適用 Liferay DXPは、最新リリースにバンドルリリースを使用しています。 アップデートを適用する場合は、 [Liferayのアップデート](./updating-liferay.md) を参照してください。 すべてのホットフィックスはパッチです。 ホットフィックスを適用する場合は、このまま読み進めてください。 ...
公開日: 2024/11/22 22:49
コンテナへのアプリやその他のアーティファクトのインストール
コンテナへのアプリやその他のアーティファクトのインストール アプリケーションやその他のアーティファクト( DXPアクティベーションキーなど)は、コンテナの /mnt/liferay/deploy フォルダを介してDXPコンテナにインストールされます。 コンテナエントリポイントは、 /mnt/liferay/deploy フォルダをコンテナの [Liferay Home]/deploy...
公開日: 2024/11/22 22:49
DockerでDXPにパッチを適用する
DockerでDXPにパッチを適用する LiferayのパッチはDXPの問題を修正し、パッチツールがパッチを適用します。 Liferayは、 Docker Hub 上で、新しい フィックスパック 、 セキュリティフィックスパック 、 サービスパック がそれぞれあらかじめ組み込まれたイメージを提供しています。 また、LiferayはDXPコンテナにインストールする セキュリティフィックスパック...
公開日: 2024/11/22 22:49
コンテナへのファイルの提供
コンテナへのファイルの提供 Liferayコンテナは、提供されたファイルを使用して、次のユースケースを実行します。 .properties ファイルと .config ファイルでLiferayを構成する Tomcatを構成する アプリとその他のアーティファクトをデプロイする パッチツールを更新する DXPをパッチする スクリプトを実行する ...
公開日: 2024/11/22 22:49
新しいDockerイメージへのアップグレード
新しいDockerイメージへのアップグレード 新しいLiferayバージョンがDockerイメージとしてリリースされると、それらにアップグレードできます。 アップグレードの基本 では、プロセスについて説明しています。 ...
公開日: 2024/11/22 22:49
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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 ...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
Using Spring
Using Spring PortletMVC4Spring is deprecated due to a future migration to Jakarta EE 10. Instead, use client extensions or Liferay Objects if possible. Alternatively, use Liferay's MVC Portlet. ...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
PortletMVC4Spring Annotations
PortletMVC4Spring Annotations PortletMVC4Spring provides several annotations for mapping requests to controller classes and controller methods. @RenderMapping Annotation Examples The following...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
Using React
Using React Build your own solutions using Liferay and React.
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
OAuth Headless Server YAML Configuration Reference
OAuth Headless Server YAML Configuration Reference You can define an OAuth headless server client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines...
公開日: 2024/11/22 22:50
OAuth User Agent YAML Configuration Reference
OAuth User Agent YAML Configuration Reference You can define an OAuth user agent client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines an OAuth...
公開日: 2024/11/22 22:50
Categorizing a Configuration
Categorizing a Configuration When you register a configuration interface, the UI for your application is generated in System Settings → Platform → Third Party. If you prefer a different section and...
公開日: 2024/11/22 22:50
Configuration Framework
Configuration Framework Setting and Accessing Configurations Categorizing a Configuration Scoping Configurations Portlet Level Configuration Configuration Form Renderer DDM Form Annotations ...
公開日: 2024/11/22 22:50
Completely Custom Configuration
Completely Custom Configuration A configuration UI is generated automatically when you create a configuration interface. But in some cases you want a completely custom UI for your configuration....
公開日: 2024/11/22 22:50
Configuration Model Listener Reference
Configuration Model Listener Reference Use model listeners in your own configurations to listen for events and execute code in response. Creating a model listener requires only three steps: ...
公開日: 2024/11/22 22:50
DDM Form Annotations
DDM Form Annotations The auto-generated configuration interface UI may be too simplistic for some configurations. You can use the Dynamic Data Mapping (DDM) form annotations to customize your...
公開日: 2024/11/22 22:50
Hiding the Configuration UI
Hiding the Configuration UI Liferay generates a configuration UI automatically after a configuration interface deploys. But you may have certain use cases where you want to hide the UI. For...
公開日: 2024/11/22 22:50
Configuration Form Renderer
Configuration Form Renderer When you create a configuration interface, a configuration UI is automatically generated. But in some cases you want customize the look and feel of the UI. For example,...
公開日: 2024/11/22 22:50
Field Options Provider
Field Options Provider You can populate a drop-down list manually in the @Meta.AD annotation of the configuration interface. But you can also populate the option labels and values automatically...
公開日: 2024/11/22 22:50
Job Scheduler UI Reference
Job Scheduler UI Reference Liferay Self-Hosted Liferay PaaS Job Scheduler Triggers View, create, and manage Job Scheduler Tasks. The Job Scheduler Triggers tab lists all tasks added to the...
公開日: 2024/11/22 22:50
Data Set Sorting
Data Set Sorting Liferay DXP 2024.Q1 U112 [Beta Feature](../../../system-administration/configuring-liferay/feature-flags.md#beta-feature-flags) While managing data sets, you can set default...
公開日: 2024/11/22 22:50
Module Life Cycle
Module Life Cycle In OSGi, all components, Java classes, resources, and descriptors are deployed via modules (OSGi bundles). The MANIFEST.MF file describes the module's physical characteristics,...
公開日: 2024/11/22 22:50
OSGi and Modularity
OSGi and Modularity Modularity makes writing software, especially as a team, fun! Here are some benefits to modular development on Liferay: Liferay's runtime framework is lightweight, fast, and...
公開日: 2024/11/22 22:50
UI Architecture
UI Architecture
公開日: 2024/11/22 22:50
Contributing to Liferay Development
Contributing to Liferay Development The first thing to do in learning to fix bugs or contributing a feature is to become familiar with how to build the system. The Liferay Portal build system now...
公開日: 2024/11/22 22:50
Understanding the Job Scheduler Framework
Understanding the Job Scheduler Framework Liferay Self-Hosted Liferay PaaS Liferay Job Scheduler is a flexible framework built on top of Liferay's Scheduler Engine. You can use it to add, execute,...
公開日: 2024/11/22 22:50
Micro Frontends
Micro Frontends Micro frontends extend the concept of microservices to the frontend side of development. You can build a fully-featured and powerful browser application that uses a microservice...
公開日: 2024/11/22 22:50
Bundle Classloading Flow
Bundle Classloading Flow The OSGi container searches several places for imported classes. It's important to know where it looks and in what order. Liferay DXP's classloading flow for OSGi bundles...
公開日: 2024/11/22 22:50
Building Liferay Source
Building Liferay Source This section aims to provide instructions for building Liferay Portal from source as quickly as possible. Using a nightly snapshot bundle no longer requires a full build...
公開日: 2024/11/22 22:50
APIs as OSGi Services
APIs as OSGi Services After you've learned what a module is and how to deploy one, you can use modules to define APIs and implement them. Liferay APIs are OSGi services, defined by Java interfaces...
公開日: 2024/11/22 22:50
Configuring Dependencies
Configuring Dependencies Liferay provides a container where modules can publish and consume functionality through their Java packages. Modules can leverage packages from other modules or...
公開日: 2024/11/22 22:50
Finding Artifacts
Finding Artifacts To use external artifacts in your project, you must configure their dependencies in your build.gradle Gradle script. Before specifying an artifact as a dependency, you must first...
公開日: 2024/11/22 22:50
Organizing the Source
Organizing the Source It is important to have a solid understanding of how the Liferay source is organized when working on fixing a bug or adding a new feature to the product. The Liferay Source...
公開日: 2024/11/22 22:50
Resolving Third Party Library Package Dependencies
Resolving Third Party Library Package Dependencies An application can rely on multiple OSGi modules. Resolving their Java package dependencies can be challenging. In a perfect world, every package...
公開日: 2024/11/22 22:50
Exporting Packages
Exporting Packages In OSGi, packages are private by default. You must explicitly exporting a package so other modules can import and use them. Here's how to export packages: Open your bnd.bnd...
公開日: 2024/11/22 22:50
Importing Packages
Importing Packages You often find yourself in a position of needing functionality provided by another module. To access this functionality, you must import packages from other modules into your...
公開日: 2024/11/22 22:50
Module Projects
Module Projects Liferay applications and customizations are OSGi modules: .jar files containing Java code and some extra configuration for publishing and consuming APIs. A module project comprises...
公開日: 2024/11/22 22:50
Semantic Versioning
Semantic Versioning Semantic Versioning is a three tiered versioning system for incrementing version numbers based on the degree of API change made in a releasable software component. It's a...
公開日: 2024/11/22 22:50
Specifying Dependencies
Specifying Dependencies You must satisfy all dependencies to compile and deploy a module successfully. After you find the dependency artifacts, add them as dependencies in your Gradle build file....
公開日: 2024/11/22 22:50
Portal Developer Properties
Portal Developer Properties There are Portal Properties that facilitate development. Liferay's portal-developer.properties file includes all of them. The portal-developer.properties file is enabled...
公開日: 2024/11/22 22:50
Types of Utility Pages
Types of Utility Pages Utility pages are content pages managed at the site level. Since the default system-level pages are not customizable, you can use site-level utility pages to provide a unique...
公開日: 2024/11/22 22:52

Capabilities

Product

Education

Contact Us

Connect

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