Capability

Cloud

Liferay Cloud Platform provides the infrastructure and tooling necessary to simplify, secure, and deliver applications on Liferay DXP when using the SaaS or PaaS deployment approaches. Using Liferay’s Cloud infrastructure provides a secure, reliable, and scalable platform for building Liferay solutions.

The Liferay Cloud Platform includes DevOps CI/CD tools, automated backups, real-time logs, and much more.

Feature
Deployment Approach
Capability
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...
公開日: 24/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...
公開日: 24/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...
公開日: 24/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...
公開日: 24/11/22 22:50
Using an OSGi Service
Using an OSGi Service Liferay APIs are readily available as OSGi services. You can access a service by creating a field of that service type and annotating the field with @Reference, like this: ...
公開日: 24/11/22 22:50
Using the Gogo Shell
Using the Gogo Shell The Gogo shell provides a way to interact with the module framework. Among other things, you can Dynamically install/uninstall bundles (modules) Examine package...
公開日: 24/11/22 22:50
Command Line Gogo Shell
Command Line Gogo Shell If you're in a development environment, you can interact with the module framework locally from the command line. Gogo shell should only be run from the command line in...
公開日: 24/11/22 22:50
7.2 旧バージョンと非互換の変更
7.2 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 24/05/09 18:55
Reference
Reference 7.4 Breaking Changes 7.3 Breaking Changes 7.2 Breaking Changes Exported Third-Party Packages Portal Developer Properties
公開日: 24/11/22 22:50
Gogo Shell Commands
Gogo Shell Commands The Gogo shell executes Felix Gogo basic commands and Liferay commands. The Gogo shell is accessible in the Control Panel (recommended) and from the command line. Here are some...
公開日: 24/11/22 22:50
7.3 旧バージョンと非互換の変更
7.3 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 24/05/09 18:55
7.4 旧バージョンと非互換の変更
7.4 旧バージョンと非互換の変更 破壊的変更 既存の機能やコード構造を破壊したり、大幅に変更したりする。 最初の四半期リリース(2023 Q3)から始まるLiferay 7.4のすべての変更点です。 製品の変更や改良に伴い、私たちはこうした中断を最小限に抑えるよう最善を尽くしますが、避けられない場合もあります。 Liferay ソースコード の 2023 Q3 以前からの 7.4...
公開日: 24/05/09 18:55
エクスポートされたサードパーティパッケージ
エクスポートされたサードパーティパッケージ Liferayでは、100以上のサードパーティのJavaパッケージを実行時に提供しています。 com.liferay.portal.bootstrapモジュールは、個々のパッケージを明示的に指定したり、 globを使ってパッケージのグループを指定することで、パッケージをエクスポートします。 例えば、 7.3.4-ga5...
公開日: 24/05/09 18:55
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...
公開日: 24/11/22 22:50
Marketplace
Marketplace Liferay's new Marketplace is a platform where you find, download, and share apps. It comes with a revamped UI and also supports Liferay SaaS. To access the new Marketplace, go to...
公開日: 24/08/16 15:45
Become a Publisher
Become a Publisher To publish apps and solutions on the Marketplace, you must have a Liferay account with additional publisher permissions. It is free to become a publisher, but you must submit a...
公開日: 24/08/16 15:45
Liferay Labs
Liferay Labs Liferay Labs is an innovation hub within Liferay Marketplace dedicated to exploring newer technologies and developing experimental features. It provides a wide range of useful...
公開日: 25/01/07 16:36
Provisioning DXP Apps
Provisioning DXP Apps Free apps can be downloaded, deployed to Liferay DXP, and used immediately without deploying a license. Paid apps have trial, developer, or standard licenses based on the...
公開日: 24/11/08 15:11
Publishing Apps in Marketplace
Publishing Apps in Marketplace The Liferay Marketplace contains both Cloud apps (for Liferay SaaS, PaaS, and self-hosted) and DXP apps (for Liferay PaaS and Liferay Self-Hosted). As a publisher,...
公開日: 24/08/16 15:45
ビジネスロジックの実装
ビジネスロジックの実装 ビジネスロジックとは、ビジネスニーズを満たすためにアプリケーションがシステム内でどのように動作するかを決定するルールとプロセスを指す。 ビジネスロジックを効果的に実装することで、業務を合理化し、効率を向上させ、組織全体の一貫性を促進することができます。 例を挙げよう、 フィールドの検証 データアクセスの管理 ワークフローの定義 通知の自動化 検証...
公開日: 24/10/22 17:15
通知アクションの追加
通知アクションの追加 デレクタブル・ボンサイは、新しいアプリケーションの認知度を向上させたいと考えている。 また、申請者の更新を自動化し、申請が受理、承認、拒否されたときに通知することも望んでいる。 ここでは、これらの通知アクションをDistributor Applicationオブジェクトに追加します。 ディストリビューター・アプリケーション・オブジェクトに通知アクションを追加します。 ...
公開日: 24/10/22 17:15
ディストリビューター申請用通知テンプレートの追加
ディストリビューター申請用通知テンプレートの追加 現時点では、Delectable Bonsaiのディストリビューターアプリケーションには、エントリーイベントの自動通知はありません。 つまり、管理者は新しい応募を知るためにオブジェクトをチェックし、応募者に応募状況を手動で知らせなければならない。 この戦略は拡張性がなく、人為的ミスの余地を残すため、機会損失やユーザー体験の低下を招く。 ...
公開日: 24/10/22 17:15
状態フィールドの定義
状態フィールドの定義 Delectable Bonsaiは、アプリケーションの進行状況を追跡し、追加のビジネス・ロジックをトリガーするためのカスタム・ステート・フィールドを定義したいと考えています。 ここでは、これらの状態を定義するピックリストを追加し、それをディストリビューター・アプリケーション・オブジェクトの状態フィールドに使用し、状態フィールドのフローを管理します。 ...
公開日: 24/10/22 17:16
データへのアクセス管理
データへのアクセス管理 Delectable Bonsaiは、すべての正規ユーザーがディストリビューター申請を行えるようにしたいと考えています。 また、限られた従業員が提出されたすべての申請書を閲覧し、評価に記入できるようにしたいとも考えている。 ここでは、「ユーザー」ロールに基本的な「ディストリビューター申請」権限を割り当て、申請書のレビューを担当する内部ロールを作成します。 ...
公開日: 24/10/22 17:16
カスタムレイアウトにリレーションシップを追加する
カスタムレイアウトにリレーションシップを追加する リレーションシップ・フィールドはオブジェクトのデフォルト・レイアウトに自動的に表示されますが、リレーションシップ・テーブルは表示されません。 リレーションシップをテストするには、Distributor Applicationのカスタムレイアウトを更新し、リレーションシップテーブルを含めます。 ...
公開日: 24/10/22 17:16
ディストリビューター・アプリケーション用のピックリストの作成
ディストリビューター・アプリケーション用のピックリストの作成 Delectable Bonsaiは、各ビジネスチャンスの相対的な価値を評価するための情報を収集したいと考えている。 この場合、応募者にあらかじめ定義された選択肢から選んでもらうことを望んでいる。 これはLiferayのピックリストを使うことで実現できます。 ...
公開日: 24/10/22 17:16
REST APIを使ったピックリストの作成
REST APIを使ったピックリストの作成 headless-admin-list-type サービスはピックリストの CRUD 操作を行うための REST API を提供する。 これらのAPIを使用すると、UIから手動でピックリストを作成するよりもはるかに効率的です。なぜなら、事前に設定されたERCとローカライズされた名前を持つリストとアイテムを、ワンステップで追加できるからです。...
公開日: 24/10/22 17:16
データ・エンティティの決定
データ・エンティティの決定 ここでは、4つのステップでDistributor Applicationオブジェクトを作成します: ディストリビューター・アプリケーション・オブジェクトの追加 オブジェクトの設定 カスタムフィールドの追加 オブジェクトを公開する Create the Distributor Application object. ...
公開日: 24/10/22 17:16
Setting Up Clarity's Distributor Solution
Setting Up Clarity's Distributor Solution Clarity's development team has been working on implementing their distributor onboarding solution. In addition to using objects and client extensions, they...
公開日: 24/10/22 17:16
Modeling and Managing Data Structures
Modeling and Managing Data Structures Objects are the foundation of building low-code solutions with Liferay. With objects, you can model data structures and implement business logic for those...
公開日: 24/10/22 17:16
Understanding Liferay Customization
Understanding Liferay Customization Liferay DXP is a robust platform for customizing digital experiences. While traditional development approaches involve extensive coding and deployment, Liferay...
公開日: 24/10/22 17:16
Module 2: Deploying Liferay
Module 2: Deploying Liferay This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of the...
公開日: 24/10/22 17:16
Understanding Liferay Authorization and User Management
Understanding Liferay Authorization and User Management So far we've seen how Clarity Vision Solutions can authenticate and manage users with SSO services. Next we'll shift our focus to...
公開日: 24/10/22 17:16
Using Third-Party Services for Authentication and SSO
Using Third-Party Services for Authentication and SSO As previously mentioned, using Liferay for authentication is not recommended for production environments. While Liferay instances begin with...
公開日: 24/10/22 17:16
Module 5: Site Building
Module 5: Site Building This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of the course....
公開日: 24/10/22 17:16
Adding Pages to Clarity's Site
Adding Pages to Clarity's Site Pages are the fundamental building blocks of website structures. Each page is a canvas for designing engaging layouts with content (e.g., text, images, videos) and...
公開日: 24/10/22 17:16
アカウント作成の自動化
アカウント作成の自動化 オンボーディングフローを完成させるために、Delectable Bonsaiは、マネージャーが承認されたアプリケーションのビジネスアカウントを簡単に作成できるようにしたいと考えている。 各アカウントは、アプリケーションの名前( businessName )にちなんで命名され、申請者は、アカウント管理者の役割を持つアカウントに自動的に割り当てられる必要があります。...
公開日: 24/10/22 17:15
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する 50以上のフィールドを持つ現在のディストリビューター・アプリケーションのユーザー・インターフェイスは、エントリーの作成と表示にはもはや実行不可能です。 これは、デフォルトの レイアウト と 閲覧数 が、すべてのオブジェクト・フィールドを含み、アルファベット順に表示するためです。...
公開日: 24/10/22 17:16
オブジェクト・エントリーの関係
オブジェクト・エントリーの関係 オブジェクトのリレーションシップを定義した後、Liferay UIとリレーションシップREST APIの2つの方法でエントリをリレーションすることができます。 ここでは、UIを介して評価とアプリケーションを関連付ける練習をする。 テストデータの追加 この演習のリソースをダウンロードし、解凍してください : curl...
公開日: 24/10/22 17:16
アプリケーション評価オブジェクトの設定
アプリケーション評価オブジェクトの設定 デレクタブルボンサイは、申請書を審査する際、ディストリビューターの申請書ごとに評価メモを保管しなければなりません。 これを実現するために、Delectable Bonsai開発チームはアプリケーション評価オブジェクトを作成し、必要なフィールドを追加した。 Import the Application Evaluation object ...
公開日: 24/10/22 17:16

Capabilities

Product

Education

Contact Us

Connect

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