هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Application Components

Updated on 2023-06-25 GMT+08:00

An application component implements a service feature of an application. It is in the form of code or software packages and can be deployed independently.

After creating an application on ServiceStage, you can add components to the application. Currently, microservice, web, and common application components are supported. A maximum of 1000 application components can be created for an application.

You can create a static component by setting the component type, framework, runtime system, and component source, and then deploy this component.

In the process of adding a component, you can configure the component using a template (Template) or customize the configuration (Custom).

  • Template provides default configurations of the component type, runtime system, and framework to help you quickly create components.
  • Custom allows you to select the desired component type, runtime system, and proper framework/service mesh.

Existing Templates

Table 1 Existing templates

Type

Runtime System

Framework

ServiceComb MicroService

Java8

Java chassis

SpringCloud MicroService

Java8

Spring Cloud

Web(Tomcat) WebApp

Tomcat8

Web

Microservice Components

Supported Runtime System

Supported Framework/Service Mesh

Supported Software Package

Java8

Java chassis

Source code repository, template, and JAR package

Tomcat8

Source code repository, template, and WAR package

Docker

This parameter does not need to be set.

Java8

Mesher

Source code repository and JAR package

Tomcat8

Source code repository and WAR package

Node.js8

Source code repository and ZIP package

Php7

Source code repository and ZIP package

Docker

This parameter does not need to be set.

Python3

Source code repository and ZIP package

Docker

Go Chassis

This parameter does not need to be set.

Java8

Spring Cloud

Source code repository and JAR package

Tomcat8

Source code repository and WAR package

Docker

This parameter does not need to be set.

Java8

Dubbo

Source code repository, template, and JAR package

Tomcat8

Source code repository, template, and WAR package

Docker

This parameter does not need to be set.

Web Application Components

Supported Runtime System

Supported Software Package

Java8

Source code repository, template, and JAR package

Nodejs8

Source code repository, template, and ZIP package

Php7

Source code repository, template, and ZIP package

Tomcat8

Source code repository, template, and WAR package

Docker

This parameter does not need to be set.

Python3

Source code repository and ZIP package

Common Components

Supported Runtime System

Supported Software Package

Java8

Source code repository, template, and JAR package

Tomcat8

Source code repository, template, and WAR package

Node.js8

Source code repository, template, and ZIP package

Php7

Source code repository, template, and ZIP package

Docker

This parameter does not need to be set.

Python3

Source code repository and ZIP package

Component Source

Component Source

Description

Source code repository

Create authorization by referring to Authorizing a Repository and set the code source.

JAR package

Supports the following uploading modes:

Select the corresponding software package from OBS. Upload the software package to the OBS bucket in advance. For details, see Uploading a File.

WAR package

Supports the following uploading modes:

Select the corresponding software package from OBS. Upload the software package to the OBS bucket in advance. For details, see Uploading a File.

ZIP package

Supports the following uploading modes:

Select the corresponding software package from OBS. Upload the software package to the OBS bucket in advance. For details, see Uploading a File.

Image package

If you use a private image to create your containerized application, upload the private image to the image repository. Choose Software Center > Image Repository and upload the image to the image repository by referring to Managing Images.

Template

Create authorization by referring to Authorizing a Repository and set the organization and repository names.

ServiceStage provides component templates. You can select a template to quickly create an application and generate a development project in the configured code repository. For details, see Template Framework.

Template Framework

Runtime System

Framework Provided by the Template

Framework Description

Java8

CSE-Java (SpringMVC)

Based on the ServiceComb microservice development framework, supports SpringMVC annotations and uses the SpringMVC style to develop microservices.

CSE-Java (JAX-RS)

Based on the ServiceComb microservice development framework, supports JAX-RS annotations and uses the JAX-RS mode to develop microservices.

CSE-Java (POJO)

Based on the ServiceComb microservice development framework, supports APIs and API implementation, and uses transparent RPC to develop microservices.

Tomcat8

SpringBoot-Webapp-Tomcat

Web applications, running on an independent web server.

SpringBoot-WebService-Tomcat

Web services, running on an independent web server.

Nodejs8

Express

A Node.js web framework that supports high compatibility, and fast and simple deployment.

Koa

Next-generation web development framework based on the Node.js platform.

Php7

Laravel

A PHP development framework for web developers.

Slim

A lightweight micro-PHP framework.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback