What are the best Java social networking frameworks? [closed]

一个人想着一个人 提交于 2019-11-27 09:30:27

问题


I would like to create a private customized social networking for my company employees and partners so that they can collaborate, exchange messages, share experiences (events, book references, etc) and be grouped into communities. Does anybody know good Java framework for start developing this?

I would be looking for something that would contain basic components such as Profile, Friend List, Community, Events, Messages, etc. Each of this component could be extended to implement domain specific features. It would be nice if it also supports OpenSocial.


回答1:


Shindig is in incubation at Apache :
http://incubator.apache.org/projects/shindig.html

YouTube Link About Shindig :
http://www.youtube.com/watch?v=ZcWszaReqXI


A List of Open Source Social Networking >Applications< Written in Java: http://www.manageability.org/blog/stuff/java-open-source-social-network




回答2:


Collective Intelligence in Action could be helpful if you also like to leverage the data gathered in your social web application.




回答3:


Checkout Spring Social

http://blog.springsource.com/2010/11/03/socializing-spring-applications/




回答4:


I 'v built my own social networking features such as creating group adding people to group, friends list, messages, events, comments, blogs and etc. If anyone is interested I can only provid you with the jar and the list of the rest of techs that you have to use with these features to work. If you like to add your own business features on top then there are loads of solutions I can guide you through...

Regards, Ash



来源:https://stackoverflow.com/questions/283922/what-are-the-best-java-social-networking-frameworks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!