Is there any recomendations how to build ExtJS4 system with pluggable modules? I'd like to have independent modules, which could be added like OSGI modules.
have a look at http://www.nan21.net - extjs 4 ui / osgi (spring DM ) server side
Each bundle which provides contributions exposes an net.nan21.dnet.core.api.ui.extjs.IExtensionProvider as osgi service and the UI controller includes the exposed scripts. There you can have menu contributions, component overrides, etc
have a look at http://www.nan21.net - extjs 4 ui / osgi (spring DM ) server side
Each bundle which provides contributions exposes an net.nan21.dnet.core.api.ui.extjs.IExtensionProvider as osgi service and the UI controller includes the exposed scripts. There you can have menu contributions, component overrides, etc