当前位置:网站首页>starring V6平台开发接出点流程
starring V6平台开发接出点流程
2022-06-24 18:46:00 【51CTO】
基本步骤如下:系统设计—–>定义服务—–>定义服务依赖—–>参数配置——>代码编写—–>定制开发—–>导出服务并上传到运行引擎—->重启运行引擎—->测试
JFDesign(系统设计)
从右侧画板拖入一接出点控件,放入右侧边框内,并将中间业务和接出点进行连线,修改接出点属性,名称:json_output,描述:json接出点,通讯协议:HttpJSON


点击中间业务,将子业务和json接出点进行连线
定义服务


定义服务依赖

JFConf(参数配置)
机器参数配置
切换至JFConf页面

双击接出点json_output,切换到机器参数标签页,选择机器名称

日志参数配置
服务器地址配置
Java透视图(代码编写)
JFBuilder(定制开发)
切换到JFBuilder视图
定义数据对象
数据对象input
数据对象output
服务属性
OUT0001服务,双击OUT0001服务,定义输入输出数据对象
数据映射
添加s0001到OUT0001的输入的数据映射
添加s0001到OUT0001的输出的数据映射
服务逻辑处理
双击s0001服务,切换到流程模板界面,将右侧面板基础部件中的通讯处理控件拖拽到画板上
CallOutput属性
配置模拟器
在运行环境 $HOME/sim目录下
编辑startsimsvr.sh,结果如下:
编辑Simhttpsrv.xml
执行命令:./startsimsrv.sh
执行以下命令
可以看到已经启动了
导出刷新
切换到JFConfig导出全部并刷新
全部并刷新
重启引擎
先把之前的进程杀死
切换目录至starring
执行如下命令
启动成功

测试
切换至JFBuild视图

边栏推荐
- 优维低代码:构件渲染子构件
- 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
- 【Leetcode】旋转系列(数组、矩阵、链表、函数、字符串)
- JS pre parsing
- 解决执行MapReduce程序控制台没有日志信息WARN Please initialize the log4j system properly
- 干货 | 新手经常忽略的嵌入式基础知识点,你都掌握了吗?
- Freeswitch使用originate转dialplan
- JS picture switching case
- Introduction, download and use of global meteorological data CRU ts from 1901 to 2020
- Sentry series satellite introduction and download tutorial
猜你喜欢

JS pre parsing

Solve the problem that the MapReduce program console does not have log information warn please initialize the log4j system properly

论文解读(SR-GNN)《Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training Data》

API管理之利剑 -- Eolink

JS string method

Volcano becomes spark default batch scheduler

为什么 useEvent 不够好

微服务系统设计——子服务项目构建

SAP license:sap s/4hana is the answer

Interprétation de la thèse (SR - gnn) Shift Robust GNNS: Overcoming the Limits of Localized Graph Training Data
随机推荐
FROM_ GLC introduction and data download tutorial
Introduction and download of nine npp\gpp datasets
Why useevent is not good enough
初步学习Nuxt3
How do programmers do we media?
three.js创建的基础框架
Navigator object
Using alicloud RDS for SQL Server Performance insight to optimize database load - first understanding of performance insight
干货 | 新手经常忽略的嵌入式基础知识点,你都掌握了吗?
Tkde2022: Dialogue recommendation system based on knowledge enhanced sampling
Source code analysis of ArrayList
Eight digit
flink-sql的kafka的这个设置,group-offsets,如果指定的groupid没有提
Introduction and download tutorial of administrative division vector data
Nokov motion capture system makes it possible for multi field cooperative UAV to build independently
Conception de systèmes de micro - services - construction de sous - services
BOM(Browser Object Model)
我链接mysql 报这个错 是啥意思呀?
Remote sensing Forum
Huitongda officially landed at the Hong Kong Stock Exchange: the gross profit margin continued to decline, and the book value of several shareholders still suffered losses




















