Capability

Development and Tooling

Liferay offers a comprehensive toolkit to extend or customize your digital experience. Build applications quickly with low-code/no-code features like Objects, or leverage developer tools like Liferay Workspace and Blade CLI for further customizations.

For users on PaaS or running Self-Hosted, Liferay also offers tools deploying customizations.

Check these articles for an introduction:

Feature
Deployment Approach
Capability
Servlets
Servlets
公開日: 2024/05/09 18:54
Data Frameworks
Data Frameworks
公開日: 2024/05/09 18:52
Asset Framework
Asset Framework The asset framework is behind many of Liferay's most powerful features. It provides tools for displaying and interacting with any type of content and data. For example, if you build...
公開日: 2024/05/09 18:52
Enabling Assets
Enabling Assets Many of Liferay's applications (e.g. Blogs, Documents and Media, Message Boards, etc.) are asset-enabled out of the box. You can publish assets with the Asset Publisher widget or...
公開日: 2024/05/09 18:52
Cache
Cache
公開日: 2024/05/09 18:52
Data Scopes
Data Scopes
公開日: 2024/05/09 18:52
Expando
Expando Accessing Custom Fields with Expando
公開日: 2024/05/09 18:52
Accessing Custom Fields With Expandos
Accessing Custom Fields With Expandos When you need additional fields in your application, you can always add them in your service model definition and re-run Service Builder. This adds new columns...
公開日: 2024/05/09 18:52
Implementing an Item Selector
Implementing an Item Selector Item selectors are pop-up dialogs for selecting assets, such as documents, videos, or users. By configuring the item selector's criteria and defining its usage, you...
公開日: 2024/05/09 18:52
Service Builder
Service Builder An application without reliable business logic or persistence isn't much of an application at all. Unfortunately, writing your own persistence code often takes a great deal of time....
公開日: 2024/05/09 18:52
Advanced Queries
Advanced Queries Service Builder doesn't limit you to elements in service.xml. If simple finders aren't sufficient for getting data out of your application, there are three other ways to make the...
公開日: 2025/01/11 16:12
Using Custom SQL Queries
Using Custom SQL Queries Service Builder creates finder methods that retrieve entities by their attributes (their column values). When you add a column as a parameter for the finder in your...
公開日: 2024/09/06 15:37
Using Dynamic Query
Using Dynamic Query Liferay's Dynamic Query API wraps Hibernate's Criteria API. It helps you think in terms of objects and member variables instead of tables and columns. Complex queries can be...
公開日: 2025/01/18 2:47
Using Domain-Specific Language Queries
Using Domain-Specific Language Queries Liferay 7.4+ DSL Query is an acronym for Domain-Specific Language Query. The foundation is based upon using a domain-specific language for the...
公開日: 2025/01/18 2:47
Business Logic with Service Builder
Business Logic with Service Builder Once you've generated model, persistence, and service code with Service Builder, you can begin adding business logic. Entities generated by Service Builder...
公開日: 2024/05/09 18:52
Defining Entities
Defining Entities Entities are the heart and soul of a service. They represent the map between the model objects in Java and your database fields and tables. Service Builder automatically maps your...
公開日: 2024/05/09 18:52
Adding Model Hints
Adding Model Hints Once you've used Service Builder to define model entities, you may want to refine how users enter that data. Model hints specify entity data restrictions and other formatting....
公開日: 2024/05/09 18:52
Configuring Global Service Options
Configuring Global Service Options A service's global options apply to all its entities. Here are the options: Dependency Injector Package path Multiversion concurrency control Namespace...
公開日: 2024/05/09 18:52
Defining Entity Columns
Defining Entity Columns An entity's columns represent its attributes. These attributes map table fields to Java object fields. Here you'll examine the sample project from Understanding and...
公開日: 2024/05/09 18:52
Defining Entity Finder Methods
Defining Entity Finder Methods Finder methods retrieve entity objects from the database based on specified parameters. For each finder defined, Service Builder generates several methods to fetch,...
公開日: 2024/05/09 18:52
Defining Entity Relationships
Defining Entity Relationships Relationships between database entities or Java objects are necessary for most applications. Take Liferay's Message Boards application as an example. Each Message...
公開日: 2024/05/09 18:52
Modifying Database Fields in Development
Modifying Database Fields in Development As you develop an application, you might need to add fields to your database. This is a normal process of iterative development: you get an idea for a new...
公開日: 2024/05/09 18:52
Sorting Entity Instances
Sorting Entity Instances Often, you want to retrieve multiple instances of a given entity and list them in a particular order. The service.xml file lets you specify the default order of your...
公開日: 2024/05/09 18:52
Service Builder Basics
Service Builder Basics Using Service Builder helps you learn it. You'll use it to learn the basics: Generating Model, Persistence, and Service Code: Define a basic model, generate code from it,...
公開日: 2024/05/09 18:52
Generating Model, Persistence, and Service Code
Generating Model, Persistence, and Service Code Service Builder makes it easy to define models and generate model, persistence, and service code for them. You'll experience this by defining a model...
公開日: 2024/05/09 18:52
Invoking a Service Locally
Invoking a Service Locally Service Builder services that are deployed to DXP/Portal can be invoked from other classes in the same JVM. These services are local to the classes. Service Builder...
公開日: 2024/05/09 18:52
Configuring Liferay PaaS for Client Extensions
Configuring Liferay PaaS for Client Extensions Beta Feature Client extensions are the ideal way to deploy various customizations and changes to Liferay DXP in cloud environments. Here are some...
公開日: 2025/02/13 12:52
Liferay DXPサービスの使用
Liferay DXPサービスの使用 Liferayサービスは、あらゆるプロジェクトの心臓部です。 アプリケーションのLiferay DXPインスタンスを実行し、Webサーバー、Elasticsearch、MySQLデータベースなどの他のサービスとやり取りします。 Liferayサービスは、Liferay Cloudで利用可能ないくつかのサービスの1つです。 Liferay...
公開日: 2024/05/09 19:00
Deploying Microservice Client Extensions to Liferay PaaS
Deploying Microservice Client Extensions to Liferay PaaS In most cases, you can deploy client extensions with Liferay PaaS similarly to self-hosted instances. Deploy frontend, configuration, and...
公開日: 2024/05/13 20:28
Using the Liferay DXP Service
Using the Liferay DXP Service The Liferay service is the heartbeat of any project in Liferay Cloud (SaaS or PaaS). It runs the application's Liferay DXP instance and interacts with other services...
公開日: 2024/05/09 19:00
Configuring the Liferay DXP Service
Configuring the Liferay DXP Service There are several methods available to configure DXP in Liferay PaaS: through the in DXP System Settings and through the use of config and property files. DXP...
公開日: 2024/05/09 19:00
Upgrading Your Liferay DXP Instance
Upgrading Your Liferay DXP Instance Every three months, Liferay releases a new quarterly release version of Liferay DXP that includes security and bug fixes, as well as enhancements. To upgrade to...
公開日: 2024/05/09 19:00
はじめに
はじめに Liferay Cloudは、Liferay DXP上の素晴らしいアプリケーションを簡素化、安全、そして配信するために必要なインフラとツールを提供する、安全で信頼できるエンタープライズ向けクラウドプラットフォームです。 次の機能を提供するプラットフォームを使用して、心配をせずにさらに構築できます。 標準に準拠したセキュリティ、自動バックアップ、柔軟なガバナンス ...
公開日: 2024/05/09 19:00
Configuring Your Azure Repository
Configuring Your Azure Repository Your Liferay Cloud onboarding email contains a link to a GitHub repository hosted in the dxpcloud organization. This repository is a template for a team's private...
公開日: 2024/09/14 16:12
Bitbucket リポジトリの設定
Bitbucket リポジトリの設定 Liferay Cloud のオンボーディングメールを受け取ると、 dxpcloud 組織でホストされている GitHub リポジトリがプロビジョニングされます。 このリポジトリは、チームの独立したプライベートなLiferay Cloud開発リポジトリのテンプレートで、通常10営業日後に削除されます。 ユーザーは以下のことを行う必要があります: ...
公開日: 2024/05/09 19:00
ネットワーキング
ネットワーキング プライベートネットワーク VPNインテグレーションの概要 VPNサーバーの設定 Liferay CloudにVPNサーバーを接続する カスタムドメイン ロードバランサー
公開日: 2024/05/09 19:00
VPNサーバーの設定
VPNサーバーの設定 以下のシナリオでは、IPsecまたはOpenVPNのVPNサーバーを設定する方法を説明します。 VPNサーバーを設定すると、社内ネットワークとLiferay Cloud上の本番環境との間にセキュアな接続を確立することができます。 この例では、Ubuntu Server 18.0.4をコンセプトの証明として使用しています。 Liferay Cloud の...
公開日: 2024/05/09 19:00
Liferay Cloud
Liferay Cloud
公開日: 2024/05/09 19:00
AI
AI Liferay DXP integrates with external AI systems to enhance and accelerate your content creation and management processes. With easy-to-configure AI integrations, you can Accelerate content...
公開日: 2025/07/11 0:07
Liferay CloudにVPNサーバーを接続する
Liferay CloudにVPNサーバーを接続する Liferay CloudのVPN機能を利用して、Liferay Cloudのサービスをプライベートネットワーク上の外部サービスと接続することができます。 これにより、外部システムとクラウド環境を、あたかも同じネットワーク内に存在するかのように運用することができます。 ...
公開日: 2024/05/09 19:00
カスタムドメイン
カスタムドメイン Liferay Cloudでは、DNSプロバイダーを使ってカスタムドメインと環境サービスを接続することができます。 これを行うには、まずカスタムドメインを環境のロードバランサーのIPアドレスに登録します。 次に、Liferay Cloud コンソールまたはサービスの LCP.json ファイルを使用して、目的のサービスにドメインを追加します。 ...
公開日: 2024/05/09 19:00
ロードバランサー
ロードバランサー Ingress Load Balancerは、TLS(1.0から1.2)プロトコルを使用したプロキシされたHTTP(S)接続を介して、環境のサービスへのインターネットアクセスを提供します。 各ロードバランサーには、カスタムドメインの設定に使用できる静的IPがあります。 カスタムドメインを使用して環境のロードバランサーを構成できます。 ...
公開日: 2024/05/09 19:00
プライベートネットワーク
プライベートネットワーク すべての環境には独自のプライベートネットワークがあります。 これにより、同じ環境のサービスは、公共のインターネットとやり取りすることなく、複数の安全な通信プロトコルを介して通信できます。 たとえば、デフォルトでは、プロジェクトはWebサーバーサービスをパブリック接続にのみ公開します。 他のサービス(Liferay...
公開日: 2024/05/09 19:00
VPNインテグレーションの概要
VPNインテグレーションの概要 Liferay Cloudは、ポートフォワーディングと冗長トンネルをサポートするVPNクライアント-サイト接続を提供します。 この機能は、Liferay Cloud上の契約者の本番環境と内部ネットワークとを接続するためによく使われます。 セキュリティと信頼性のために、これらのVPN接続は環境ごと(本番環境、ステージング、または開発)に分離されています。 ...
公開日: 2024/05/09 19:00
Deploying to the Liferay Service
Deploying to the Liferay Service As with other services, deploying custom additions involves adding your configurations or files to the appropriate locations in your Git repository. However,...
公開日: 2024/05/09 19:00
Liferay Service Environment Variables
Liferay Service Environment Variables The Liferay service has a range of environment variables that are used to configure the service, its connection to other services, and the DXP installation...
公開日: 2024/05/09 19:00
Setting Up Clustering in Liferay Cloud
Setting Up Clustering in Liferay Cloud This article outlines the steps necessary to configure clustering for your Liferay DXP instance in Liferay PaaS. Contents: Enable the Clustering...
公開日: 2024/05/09 19:00
Updating Your DXP Instance to a New Minor Version
Updating Your DXP Instance to a New Minor Version Regularly updating your Liferay DXP installation is an important part of maintaining your Liferay PaaS environment. Use the available tags on the...
公開日: 2024/05/09 19:00
GitHubリポジトリの設定
GitHubリポジトリの設定 Liferay Cloud のオンボーディングメールを受け取ると、 dxpcloud の組織でホストされている GitHub リポジトリがプロビジョニングされます。 このリポジトリは、チームの独立したプライベートなLiferay Cloud開発リポジトリのテンプレートであり、通常10営業日後に削除されます。 ユーザーは以下のことを行う必要があります: ...
公開日: 2024/05/09 19:00
GitHubリポジトリの設定
GitHubリポジトリの設定 Liferay Cloud のオンボーディングメールを受け取ると、 dxpcloud 組織でホストされている GitHub リポジトリがプロビジョニングされます。 このリポジトリは、チームの独立したプライベートなLiferay Cloud開発リポジトリのテンプレートで、通常10営業日後に削除されます。 ユーザーは以下のことを行う必要があります: ...
公開日: 2024/05/09 19:00
開発要件
開発要件 Liferay Cloud でのデプロイを開始する前に、モジュールを作成する予定の開発者は必要なツールをインストールする必要があります。 開発者がカスタマイズを行うために使用できる様々な開発ツールやフレームワークがありますが、Liferay Cloudへのデプロイは、プロビジョニングプロセスで作成したGitHubプロジェクトで開始します。 Liferay Cloud...
公開日: 2024/05/09 19:00
Liferay SaaS Go-Live Checklist
Liferay SaaS Go-Live Checklist Liferay Cloud is committed to your project's smooth launch. Here is a list of steps you should take to prepare in advance for your production environment to go live. ...
公開日: 2024/05/09 19:00
管理・最適化
管理・最適化 パフォーマンスとモニタリング オートスケーリング アプリケーションメトリクス 使用状況の管理 リアルタイムアラート 割り当て アカウントとチームマネジメント 環境のチームとロール チーム活動
公開日: 2024/05/09 19:00
Liferay PaaS Go-Live Checklist
Liferay PaaS Go-Live Checklist Liferay Cloud is committed to your project's smooth launch. This go-live checklist should help you catch potential issues in advance and optimize your Cloud...
公開日: 2024/05/09 19:00
Liferay Cloudサービスへのログイン
Liferay Cloudサービスへのログイン デフォルトでは、非本番環境(uatなど)でLiferayとInfrastructureサービスのWebインターフェースにアクセスするには、ログインが必要です。 通常、ログイン認証情報は最初のオンボーディングメールに記載されていますが、Liferay Cloud Consoleにも記載されています。 ログイン資格情報の検索 infra...
公開日: 2024/05/09 19:00
Liferayのクラウド環境について理解する
Liferayのクラウド環境について理解する Liferay Cloud プロジェクトは複数の環境を持つことができ、それぞれが異なる目的(例えば、開発、ステージング、本番など)のためにあります。 各環境には、プロジェクトIDと環境IDを加えた一意の名前があります。 たとえば、 acme という名前のプロジェクトのステージング環境と本番環境には、それぞれ acme-uat および...
公開日: 2024/05/09 19:00
アプリケーションメトリクス
アプリケーションメトリクス Liferay Cloudに組み込まれたモニタリング機能により、各環境サービスが使用しているリソースを把握することができます。 これらのアプリケーションメトリクスには、メモリとCPUの使用量、およびネットワークデータ転送量が含まれます。 メトリクスは、デフォルトの Liferay Cloud...
公開日: 2024/05/09 19:00
環境のチームとロール
環境のチームとロール 管理者は、Liferay Cloud Consoleを使用して、各プロジェクト環境のチームメンバーやロールを管理することができます。 各環境には固有のメンバーが存在し、各メンバーは異なる環境で異なるロールを持つことができます。 メンバーを招待し、アクセスレベルの異なる役割を割り当てることで、プロジェクト環境ごとに希望のチーム体制を実現できます。 チームメンバーの招待...
公開日: 2024/05/09 19:00
チーム活動
チーム活動 各プロジェクト環境でのアクティビティを把握することは非常に重要です。 Liferay Cloudでは、ビルドやデプロイメントなど、プロジェクトの活動をWebコンソールで監視することができます。 環境アクティビティの種類 各環境の中で、アクティビティは Builds and Deployments と General Activities の2つにセクションに分類されています。 ...
公開日: 2024/05/09 19:00
リアルタイムアラート
リアルタイムアラート Liferay Cloud は、プロジェクトにおける予期せぬ動作をシステム管理者に警告することができます。 予期せぬ動作の例としては、オートスケーリングイベント、予想以上のメモリ消費量、割り当てられたCPUクォータへの到達、データベース接続の問題などがあります。 アラート設定 ユーザーは、Liferay Cloud Console からすべての環境に対して Alert...
公開日: 2024/05/09 19:00