Re: [Cppcms-users] plugins implementation
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-11-17 12:05:17
|
----- Original Message ----- > From: kpeo <sla...@ya...> > To: cpp...@li... > Cc: > Sent: Tuesday, November 15, 2011 8:16 PM > Subject: [Cppcms-users] plugins implementation > > 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 Nice. > > 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. > You can always load compiled view and it would automatically register itself Artyom |