Hello, if you want to stick with Java, you can have a look at the Vaadin Framework.
Vaadin 8 was/is pure Java. With the newer versions you can also use webcomponents. You can create modular UIs where even individual parts of the UI can be OSGi modules. --- Mat frëndleche Gréiss, Mit freundlichen Grüßen, Meilleures salutations, Kind regards, Alex Weirig Responsable Technique Ville de Luxembourg Service Enseignement Centre Technolink Tel +352 4796 - 6127 Fax +352 42 88 81 Email [email protected] www.vdl.lu // www.technolink.lu Centre Technolink 2, rue Charles de Tornaco L-2623 LUXEMBOURG -----Original Message----- From: "Jean-Baptiste Onofré" <[email protected]> To: [email protected] Sent: Tuesday, February 19, 2019 10:26:49 AM Subject: Re: Modular graphic interface Hi, I know Yupiik is using Angular (deployed in Karaf) with Karaf backend. It's quite module as each part of the whole application is an Angular bundle. Maybe it's possible to do that same with other frameworks. Regards JB On 19/02/2019 10:23, LuisLo wrote: > Hi all. > > Currently my company has a production system based on karaf. The system is > quite dynamic and the client requests new functionalities periodically, some > of which should not be deployed in all sites. > Thanks to Karaf we have elegantly solved, through "features", the part of > business logic, so that some deployments contain some services and other > deployments contain others. > However, the graphical interface is always the same (enabling or disabling > unused areas). We use JSF + primeFaces. > Is there any way of modulating the war that contains the graphical > interface? We have tried to use fragments, but we have not been able (or > known) to make a modular application. > Note: we prefer a JSF solution, but we accept any other web framework. > > Thanks for the help. > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com -- This email was Anti Virus checked by SOPHOS UTM
