Has anybody used a good Java implementation of BBCode? I am looking at
- javabbcode : nothing to see
- kefir-bb : Listed as alpha
- BBcode parser in JBoss source code.
Are there any better options?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The current version of KefirBB 0.6 is not listed as beta anymore. I find the KefirBB parser very easy to configure and extend with my own tags:
kefir-bb.sourceforge.net
(This is the best BBCode parser I’ve found so far)
I also found this code at fyhao.com, but it does protect you against incorrectly nested tags (thus not suitable for parsing user entered input):
BTW javaBBcode is part of opensource project: JavaBB.