Overview
Online services refer to server-side programs for OLTP (a method that interprets messages received from the client, processes them accordingly, and returns the results).
1. Terminology Definitions
The following are framework terminology definitions for application development.
| Term | Description |
|---|---|
Application |
|
Service |
|
Service Operation |
|
Bean |
|
DBIO |
|
IO |
|
The following are general project terminology definitions for application development.
| Classification | Description |
|---|---|
Annotation |
A metadata string given to class declarations, methods, variables, and parameters to specify special behavior of the written program source in the execution environment or to efficiently manage the developed sources. |
Check-out |
The act of accessing a repository such as SVN to retrieve source code and files for version control. |
Commit |
The act of uploading changes to source and other resource files modified by a developer to the repository and reflecting them in the latest version of the current state. |
2. Online Application Structure
The following shows the module layers and flow of an online application.
The general functions of each module are as follows.
| Classification | Function |
|---|---|
System pre-/post-process |
|
Job pre-/post-process |
|
Service |
|