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.
Solved! Go to Solution.
Views
Replies
Total Likes
More information...
On the Calendar essentials page [1] are links to the APIs [2] and Endpoints [3] they can use from their own Java code.
[1] http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities/essentials/calendar.html
There are Github samples at
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-customize
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-overlay
Views
Replies
Total Likes
The article that you referenced: http://helpx.adobe.com/experience-manager/using/social_components.html
shows how to create an OSGi bundle that contains a class that extends a social class:
public class CustomCommentFactory extends CommentSocialComponentFactory
You can do a similar development pattern and extend the SocialComponentFactory.
Views
Replies
Total Likes
More information...
On the Calendar essentials page [1] are links to the APIs [2] and Endpoints [3] they can use from their own Java code.
[1] http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities/essentials/calendar.html
There are Github samples at
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-customize
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-overlay
Views
Replies
Total Likes