当前位置:网站首页>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

starring V6 Platform development take-off point process _starring

starring V6 Platform development take-off point process _ Exit point _02

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

Defining services
starring V6 Platform development take-off point process _json_03

starring V6 Platform development take-off point process _starring_04

Define service dependencies

starring V6 Platform development take-off point process _ Exit point _05

JFConf( Parameter configuration )

Machine parameter configuration

Switch to JFConf page

starring V6 Platform development take-off point process _ data _06

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

starring V6 Platform development take-off point process _ data _07

Log parameter configuration

starring V6 Platform development take-off point process _ Exit point _08

Server address configuration

starring V6 Platform development take-off point process _starring_09

Java Perspective ( Code writing )

starring V6 Platform development take-off point process _ data _10

JFBuilder( Custom development )

Switch to JFBuilder View

Define data objects

starring V6 Platform development take-off point process _json_11

Data objects input

starring V6 Platform development take-off point process _starring_12

Data objects output

starring V6 Platform development take-off point process _json_13

Service properties

OUT0001 service , double-click OUT0001 service , Define input and output data objects

starring V6 Platform development take-off point process _ data _14

Data mapping

starring V6 Platform development take-off point process _starring_15

add to s0001 To OUT0001 Input data mapping for

starring V6 Platform development take-off point process _ Exit point _16

add to s0001 To OUT0001 Data mapping for the output of

starring V6 Platform development take-off point process _starring_17

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

starring V6 Platform development take-off point process _starring_18

CallOutput attribute

starring V6 Platform development take-off point process _json_19

Configure simulator

In the running environment $HOME/sim Under the table of contents

starring V6 Platform development take-off point process _json_20

edit startsimsvr.sh, give the result as follows :

starring V6 Platform development take-off point process _starring_21

edit Simhttpsrv.xml

starring V6 Platform development take-off point process _json_22

Carry out orders :./startsimsrv.sh

starring V6 Platform development take-off point process _ Exit point _23

Execute the following command

      
      
ps -ef|grep java
  • 1.
You can see that it has started

starring V6 Platform development take-off point process _ data _24

Export refresh

Switch to JFConfig Export all and refresh

starring V6 Platform development take-off point process _ data _25

All and refresh

starring V6 Platform development take-off point process _starring_26

Restart the engine

Kill the previous process first
      
      
ps -ef|grep java

// then
kill -9 7135
  • 1.
  • 2.
  • 3.
  • 4.

starring V6 Platform development take-off point process _json_27

Switch directory to starring

Execute the following command
      
      
./startStarring.sh
  • 1.

starring V6 Platform development take-off point process _json_28

Successful launch
starring V6 Platform development take-off point process _json_29

test

Switch to JFBuild View

starring V6 Platform development take-off point process _ data _30


原网站

版权声明
本文为[51CTO]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206241833134237.html