Skip to content

Commit 2121d01

Browse files
authored
Update concept.md
1 parent 587444e commit 2121d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/technical/concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ In UI5 Freestyle apps, each application required a dedicated set of frontend art
101101
<p align="center">
102102
<img width="350" alt="image" src="https://github.com/user-attachments/assets/abfe4163-e75d-4eab-ad4c-621f693fa6c3" />
103103
<br/>
104-
<em>UI5 Freestyle – Each application requires its own set of deployed UI artifac</em>
104+
<em>UI5 Freestyle – Each application requires its own set of deployed UI and Logic artifacts</em>
105105
</p>
106106

107107
With abap2UI5, the frontend becomes a static UI5 shell shared across all applications. Views and logic are fully defined and maintained in the backend. Each app is represented by a single ABAP class that generates the view and handles the events:
108108

109109
<p align="center">
110110
<img width="350" alt="image" src="https://github.com/user-attachments/assets/646c10e3-ef82-403f-8538-9efe45836ca2" />
111111
<br/>
112-
<em>abap2UI5 – Shared shell app, each application is represented by backend ABAP class</em>
112+
<em>abap2UI5 – Shared shell app, each application is represented by backend ABAP classes</em>
113113
</p>
114114

115115
As a result, every UI5 app becomes a complete ABAP backend project managed through abapGit—eliminating the need for separate frontend deployments entirely.

0 commit comments

Comments
 (0)