Does anyone know of any Twitter / Identica open source microblogging mechanisms written in Java? My basic requirements are that users should be able to
- Write short comments on some objects in the web application.
- Set up privacy features such as "don't show name / email address"
- Like / dislike Comments
and optionally track the location of the user.
The ones I have found so far have been written in ASP.net (Yonkly), PHP (StatusNet, Floopo, Jisko) or Python (Jaiku).
source
share