JForum 3 - Technologies
In order to keep JForum growing and getting better, we decided to do a major refactoring in the core code, using the following technologies:
Java 5
This one does not require an introduction. It is out there for some years now, being widely used and supported by almost all hosting companies and corporations. It provides more performance than Java 2, as well useful new language features.
Hibernate 3
Will help a lot with multi database support.
VRaptor
VRaptor
it's a very nice and easy to use framework, going to help on the hardcore part of session management, action dispatching and request processing.
Lucene
Lucene
for Java-based indexing and search technology. The integration is being done via
Hibernate Search
Spring
Spring Framework
is used for
Dependency Injection
basically, as well module organization and integration with other frameworks.
View engine
JSP 2.0, with Custom Tags (extending SimpleTagSupport)