elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Create plugin system. #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create plugin system:
 * war file format
 * maven plugin building
 * custom class loading
 * as a first step of the plugin integration in Vosao kernel - add plugin
velocity service so plugin service will be available as
$plugin.PLUGIN_NAME.methods

Original issue reported on code.google.com by kinyelo@gmail.com on 27 Jan 2010 at 2:57

GoogleCodeExporter commented 9 years ago
Added testing plugin project.
http://code.google.com/p/vosao/source/browse/#svn/branches/plugin

Original comment by kinyelo@gmail.com on 28 Jan 2010 at 7:44

GoogleCodeExporter commented 9 years ago
* plugin properties managed by vosao admin plugin configuration
  Integer, String, Date, Text

Original comment by kinyelo@gmail.com on 2 Feb 2010 at 11:48

GoogleCodeExporter commented 9 years ago
Testing plugin renamed to "sitemap" and moved to 
http://code.google.com/p/vosao/source/browse/#svn/plugins/sitemap

Original comment by kinyelo@gmail.com on 5 Feb 2010 at 9:41

GoogleCodeExporter commented 9 years ago
* plugin JSON-RPC services integration for frontend and backend services.

Original comment by kinyelo@gmail.com on 5 Feb 2010 at 10:51

GoogleCodeExporter commented 9 years ago
Issue 52 has been merged into this issue.

Original comment by kinyelo@gmail.com on 6 Feb 2010 at 11:26

GoogleCodeExporter commented 9 years ago
* plugin reload sync between instances using memcache. Instance should reload 
plugin
when it's being reinstalled on other instance.

Original comment by kinyelo@gmail.com on 6 Feb 2010 at 12:09

GoogleCodeExporter commented 9 years ago
Implemented.

Original comment by kinyelo@gmail.com on 14 Mar 2010 at 4:14