| Author |
Help in Application Architecture design
|
Vikash Ananda
Ranch Hand
Joined: Oct 12, 2009
Posts: 32
|
|
Hi All,
I am planning to build a new application architecture that should have hibernate and lot of Ajax capabilities.
I am planning to use JSF, Hibernate, Springs (if needed) running on Apache Tomcat 5.5.
Please suggest me if my choice is correct and/or suggest some good ideas.
Thanks,
Vikash Anand.
|
 |
Drazen Grabovac
Greenhorn
Joined: Apr 22, 2009
Posts: 8
|
|
Hi Vikash,
It is a bit hard to answer your question since I don't know your requirements, but I will try.
If you are planing to use JSF (a good choice if you have a lot of CRUD operations) with a lot of Ajax i think RichFaces is a good choice.
Also if you are using JSF, you should you a framework for it (in my opinion Seam is a bit better solution then Spring when using JSF).
You should also know that some performance issues exist with JSF.
If your project is a bit larger consider using a template framework like facelets for JSF.
I think that Tomcat is a good choice if you don't plan on using EJB's.
Hope this helps,
Drazen.
|
 |
 |
|
|
subject: Help in Application Architecture design
|
|
|