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
