Development Process
The development process for online applications is generally as follows.
1. Online Application Sample Class and Method Definitions
This chapter lists the class/method names used when creating a single-record lookup service. You do not need to use the same names when writing your sample; they are provided as a reference to help you understand the guide.
| Component type | Component name | Remarks |
|---|---|---|
Application name (project name) |
BxmDftSmp |
|
Service class name |
SSMP1001A |
|
Service operation name |
ssmp1001a001 |
|
Bean class name |
MSmpEmpInfMng |
|
Bean method name |
getEmpInf |
|
DBIO name |
DSmpEmpTst000 |
|
SQL ID |
selectOne00 |
|
IO name (Service use) |
SSMP1001A001InDto, SSMP1001A001OutDto |
IO used for Service input/output. |
IO name (Bean, DBIO use) |
DSmpEmpTst000Dto |
IO used when accessing or passing data. |