Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 702
Otavio Avatar asked Nov 12 '08 13:11

Otavio


People also ask

Is there an open source social media?

HumHub is an open source social networking software. It is widely used and some with self-hosting capabilities. This free collaborative platform is highly extensible and offers rich themes and modules.

What does open source social media mean?

Open Source Compared to Social Media Open Source for America defines open source as a collaborative development model for software creation. It harnesses the power of distributed peer review and transparency of process to develop code that is freely accessible and released under an open source license.


2 Answers

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

like image 145
Ande Turner Avatar answered Oct 05 '22 02:10

Ande Turner


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

like image 27
Ruben Avatar answered Oct 05 '22 02:10

Ruben