当前位置:网站首页>Starring V6 platform development take out point process
Starring V6 platform development take out point process
2022-06-24 18:58:00 【51CTO】
The basic steps are as follows : The system design —–> Defining services —–> Define service dependencies —–> Parameter configuration ——> Code writing —–> Custom development —–> Export the service and upload it to the running engine —-> Restart the running engine —-> test
JFDesign( The system design )
From the right drawing board, drag in the one out point control , Put it in the right border , And connect the intermediate service with the outgoing point , Modify the output point properties , name :json_output, describe :json Outgoing point , Communication protocol :HttpJSON


Click intermediary business , Combine the sub business with json Connect to the connection point
Defining services


Define service dependencies

JFConf( Parameter configuration )
Machine parameter configuration
Switch to JFConf page

Double click the exit point json_output, Switch to the machine parameters tab , Select the machine name

Log parameter configuration
Server address configuration
Java Perspective ( Code writing )
JFBuilder( Custom development )
Switch to JFBuilder View
Define data objects
Data objects input
Data objects output
Service properties
OUT0001 service , double-click OUT0001 service , Define input and output data objects
Data mapping
add to s0001 To OUT0001 Input data mapping for
add to s0001 To OUT0001 Data mapping for the output of
Service logic processing
double-click s0001 service , Switch to the process template interface , Drag the communication processing control in the basic part of the right panel to the drawing board
CallOutput attribute
Configure simulator
In the running environment $HOME/sim Under the table of contents
edit startsimsvr.sh, give the result as follows :
edit Simhttpsrv.xml
Carry out orders :./startsimsrv.sh
Execute the following command
You can see that it has started
Export refresh
Switch to JFConfig Export all and refresh
All and refresh
Restart the engine
Kill the previous process first
Switch directory to starring
Execute the following command
Successful launch

test
Switch to JFBuild View

边栏推荐
- SAP license: ERP for supply chain management and Implementation
- 特尔携手微软发挥边云协同势能,推动AI规模化部署
- UnityShader 世界坐标不随模型变化
- 微服务系统设计——接口文档管理设计
- Introduction to smart contract security audit delegatecall (2)
- 我用sql形式的会出现cdc读取乱序吗
- JS picture switching case
- ###脚本实现raid0自动化部署
- Introduction and download tutorial of administrative division vector data
- Value passing and reference passing of value types and reference types in CSharp
猜你喜欢

西北工业大学遭黑客攻击?双因素认证改变局面!

Why are life science enterprises on the cloud in succession?

Microservice system design - sub service project construction

"2022" plans to change jobs and raise salary. It is necessary to ask interview questions and answers - browser

Window object

Using alicloud RDS for SQL Server Performance insight to optimize database load - first understanding of performance insight

History object

three.js创建的基础框架

Vite+web3: referenceerror: process is not defined

System design idea of time traceability
随机推荐
Location object
Value passing and reference passing of value types and reference types in CSharp
###脚本实现raid0自动化部署
flink-sql的kafka的这个设置,group-offsets,如果指定的groupid没有提
目前是不是只cdc 监控mysql 可以拿到新增列的数据 sqlserver不行是吧
「碎语杂记」这事儿不安全
Sudoku (easy to understand)
智能合约安全审计入门篇 —— delegatecall (2)
程序员如何做自媒体?
NOKOV动作捕捉系统使多场协同无人机自主建造成为可能
Interprétation de la thèse (SR - gnn) Shift Robust GNNS: Overcoming the Limits of Localized Graph Training Data
How to protect biological privacy in the AI era? Overview of the latest "privacy enhancement technology in biometrics" of the Autonomous University of Madrid, comprehensively detailing the biometric p
香港服务器租用错误可能导致严重后果
Make track map
Some knowledge of the beginning of 2022
Navigator object
论文解读(SR-GNN)《Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training Data》
微服务系统设计——数据模型与系统架构设计
Why useevent is not good enough
JS local storage




















