Radeox - Wiki Formatting Render Engine in Java
I've been poking around for a decent way to implement text formatting without requiring folks to know HTML. This is for use in our Workshops management app, as well as the Discussion/Review component of CAREO (and coming soon for APOLLO).
At the bare minimum, I'd like to at least translate linefeeds into br and p tags, but ideally I want to support Textile and/or Wiki formatting.

