Is Seam an template type framework where we can configure any, each of the MVC technologies with Java?
Seam is too easy, to get the basics.
How and what way Seam intercept persistance/model? Hibernate/JPA/any other?
Any simplicity towards enhancement of the Seam Framework, from developer's perspective?
To what extend/depth Seams can be integrated with Springs (yet to look into it) ?
Seam Framework: Experience the Evolution of Java EE | [url]http://solutionsfit.com[/url]
I'm not sure what you mean by "template type framework", but Seam is an integration framework that gives you choice in your presentation layer. Support is continually being added in this area and Seam 2.1 now supports Wicket.
Speaking from experience, I have developed a number of complex enterprise applications with Seam and have yet to come across a situation that I could not handle by either taking a different approach, or extending the functionality of Seam in some meaningful way.
Seam Framework: Experience the Evolution of Java EE | [url]http://solutionsfit.com[/url]