Hi Jaap- There does not need to be only one Karaf instance. A well designed modular application can have co-located services or remote services. Karaf gives you the option to have everything all-in-one for development and then split things out (frontend, backend and/or service apis) at deployment time as needed.
Thanks, Matt Pavlovich > On Nov 10, 2022, at 8:26 AM, Jaap Gordijn <[email protected]> wrote: > > No one who can help me here? > > Essentially, to build a dynamic frontend/backend plugin system we have to > decide to go for: > - Spring Cloud (large community, but needs many processes / JVMs to build it > , so it seems not very efficient > - Apache Karaf (efficient system as there needs only to be one JVM, but > complex) > - Minho, which seems to be able to dynamically (un)load Spring Boot modules) > > Best, > > -- Jaap > >> -----Original Message----- >> From: frm <[email protected]> >> Sent: maandag 7 november 2022 12:05 >> To: [email protected] >> Subject: Karaf Minho >> >> Hi, >> >> I've looked at the githib repo (https://github.com/jbonofre/karaf5) at >> Minho. >> It looks very interesting to me, as I want to host multiple Spring Boot >> applications into one container. >> >> A few questions: >> - I read there is an example of two Spring Boot applications that can run > into >> Minho, but I can not find the example. Can you tell me where the example >> is? >> - Does Minho support dynamic loading of Spring Boot application? >> >> Best, >> >> -- Jaap Gordijn >> > >
