-
Notifications
You must be signed in to change notification settings - Fork 11
Remote fragments
miguelperezcolom edited this page Oct 12, 2024
·
1 revision
Sometimes you want to add a component which has been defined in another micro service. This meaning you do not have access to the java class which defines that UI fragments.
For those cases you can use the JourneyStarter
component. E.g.:
JourneyStarter remote = new JourneyStarter(
"com.example.demo.infra.ui.helloworld.HelloWorld",
"",
"/mateu/v3",
"{\"nombre\":\"Mateu\",\"age\":16}"
);
You can use that as any other component, so your UI can contain fragments from different micro services.
- Home
- Disclaimer
- See it in action
- User manual (v3)
- UX and IA
- Internals
- Roadmap
- Javadoc
- SonarQube
- Other MDD frameworks
- Thanks