Is there a way to access SocialComponentFactory object in Java thru OSGI?
We read about this tutorials about Social Community Framework in Adobe CQ 6.
http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities/scf/server-customize.html
http://helpx.adobe.com/experience-manager/using/social_components.html
http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities/essentials/calendar.html
We want to post Calendar events programmatically and not use the client hbs UI. We would like to know if there is a way we can call classes 'com.adobe.cq.social.commons.client.api.SocialComponentFactory' in our custom Java classes and deploy the bundle to OSGI.