Is anybody aware of any open source Twitter/Identica-like microblogging engines written in Java? My basic requirements are that users should be able to
- Write short comments on some entities in the web application
- Customize privacy features, like "do not show name/email"
- Like/dislike comments
and optionally, track user locations.
The ones I've found so far were written in ASP.net (Yonkly), PHP (StatusNet, Floopo, Jisko) or Python (Jaiku).
You could start with the Atmosphere Framework with its JQuery plugin to implement Comet techniques.