[Cppcms-users] plugins implementation
Brought to you by:
artyom-beilis
From: kpeo <sla...@ya...> - 2011-11-15 18:16:35
|
Hello Artyom and all! Working on my project, I had to implement a plugins factory, that can be useful in working on a new version of CppCMS. It's in pre-alpha working version yet. In my implementation, the JSON configuration file with plugins options is loaded separately, but instead, it's easy to rewrite the code to use the CppCMS settings() function. The code can be found here: http://tinyurl.com/cdpe8ny Also, think it would be nice to be able for dynamically load the application views from inside of the application - for abilities of loading plugins with own views embedded in application skin/namespace. |