dynamic view injection or routing
问题 i have a JSF projekt and in there i have different views, which are backed by ManagedBeans. What i would like to achieve is to change some views while others stay where they are. this has to happen dynamically. In other words. I want to inject and remove views from an xhtml page without a page refresh. I have no clue how to achieve this. Even better would be a dynamic view injection based on urls. angularjs does that very well. But even without routing it would be great. Thanks in advance.