I want to add the ability to submit, moderate and display comments on an existing set of websites. Surely there's already a bunch of open source components that can handle the following:
- Comment submission
- Markup validation
- Private comment moderation
- Threaded comment display
- Locally installed (so works seamlessly with my existing registered users)
I've looked at a couple of systems e.g. disqus and they fall down because they're either hosted remotely, or don't hook in to my existing registered set of users.
Our existing systems are implemented in Java, so it would be an added bonus if the commenting system was Java, too.
An interesting aside is that Google turns out to be next to useless for finding commenting modules, due to the sheer volume of pages on the net that contain the word "comment".