alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (JForum3Technologies.txt)

This example jforum source code file (JForum3Technologies.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

custom, hibernate, hibernate, in, it, java, java-based, jforum, jforum, lucene, spring, spring, vraptor, vraptor

The jforum JForum3Technologies.txt source code

!!! 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|http://www.vraptor.org] 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|http://lucene.apache.org/] for Java-based indexing and search technology. The integration is being done via [Hibernate Search|http://www.hibernate.org/410.html]

!! Spring
[Spring Framework|http://www.springframework.org/] is used for [Dependency Injection|http://www.martinfowler.com/articles/injection.html] basically, as well module organization and integration with other frameworks.

!! View engine
JSP 2.0, with Custom Tags (extending SimpleTagSupport)

Other jforum examples (source code examples)

Here is a short list of links related to this jforum JForum3Technologies.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.