Step 3 - Converting Legacy UIs
The UI object, which represents the <body>
element in the page, is controlled by Flow when running the MPR,
so anything extending UI
should be converted. Actually, UI
class shouldn’t be
used for layout or navigation handling anymore. At the end of step 3, you
shouldn’t have any UI
class unless you have a real use case for it.
Depending on what’s used in the project, you have several conversion paths:
-
My application uses Spring Boot →
-
My application uses CDI →
-
My application uses Navigator →
-
My application doesn’t use any of those. Continue to Converting a UI →
648FAE8F-BF92-47A0-9BEF-277510550E00