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 should not be
used for layouting or navigation handling anymore. At the end of step 3, you
should not have any UI
class unless you have a real use case for it.
There are several conversion paths, depending on what’s used in the project:
-
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 →
Or:
D002B8A7-9BD1-4E61-AC67-496687651406