JForum is a powerful and robust discussion board system implemented in Java. It provides an attractive interface, an efficient forum engine, an easy to use administrative panel, an advanced permission control system and much more. Built from the ground up around an MVC framework , it can be deployed on any Servlet 3.1 container or application server running at least Java 8, such as Tomcat, Jetty and JBoss/WildFly. Its clean design and implementation make JForum easy to customize and extend.
There is extensive documentation of all aspects of the software at https://sourceforge.net/p/jforum2/wiki2/Home/
Source code and a beta build are available for running JForum on JakartaEE 10 environments such as Tomcat 10.1; it requires Java 11. This has not been tested as extensively, and remains work in progress.
It is freely available under the BSD license, and has recently been awarded the SourceForge "Community Choice" badge.
Features
- Unlimited forums, categories, and topics
- Support for popular databases like MySQL, PostgreSQL, Oracle, SQLServer and HSQLDB
- Karma - Rate messages and users
- Bookmarks - save your favourite threads and share with other users
- Easy migration from phpBB
- Friendly URLs (no more long and hard-to-remember links!)
- Listing of currently online users
- Listing of the Most Recent topics from the whole forum
- Fast and scalable, perfect for busy sites - unlike most message board systems, JForum caches frequently accessed data to avoid excessive querying of the database