I am constructing the Databased based Repository which I don't think exists yet after reading the docs, I have yet to look at the code. Let me explain what I am doing at higher lever. I have got the business functionality ( primarily big data ingestor/aggregators/egressors) which I am running on the osgi environment. The functionality would be written by the solution developers, I will provide a platform as osgi. Needless to say that the solution developers would have to adhere the API which I provide and the services that I write as the services in osgi enviroment. The plugins developers should put plugins(bundles) in the PluginRepostory based on MySql. Developers would be developing the plugins, test it locally and these plugins would be later stored in the Repository. I was recommended by anierbeck(IRC id at Karaf IRC) to take a look Cave, and it seems to be doing similar thing. The repository here is maven based and it seems the DB based repository could be plugged in, however I am not yet sure if the plugin for MySQL type is available or I will have to write.
>From here http://karaf.apache.org/manual/cave/latest/overview.html <http://karaf.apache.org/manual/cave/latest/overview.html> I find this statement "As the Cave backend is designed in a plugin way, you can implement your own backend (for instance, JDBC or LDAP backend)." Is this JDBC plugin developed or I will have to write it? Later on I will have osgi cluster based on celler or gyrex or may write my own. The platform should detect the healthy osgi node to run the business functionality, this was the solution would be ready for the SAAS model. So please let me know about the status of the JDBC plugin for repository. Let me meanwhile take a look at the code and see what it says. Thanks, Vicky -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-Cellar-and-Cave-tp4030208p4032698.html Sent from the Karaf - User mailing list archive at Nabble.com.
