Spring vs JSF
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
What are the basic diferences between frameworks JSF and Spring?
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
No real differences since they're aimed at different levels. You can build Faces apps that work well with Spring for your model layer.
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Spring with JSF is a worthy integration, I must say.
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I wonder if some of the Spring vs. JSF questions arise from terminology and the difference between the Spring Core Framework and Spring-MVC. The core framework is, IMHO, a great way to manage the model and data access layers. Spring-MVC is just one implementation choice for the view and control layers (others in this field include JSF and Struts).
So, "Spring" vs. JSF could (and probably usually does) mean core framework vs. JSF, which is not really a "vs." since they are completely complementary frameworks.
On the other hand it could mean Spring-MVC vs. JSF, which are pretty much "competing" technologies for the view and control layer. Whilst they "compete" in the view and control space they are based on different fundamental approaches - Spring-MVC on the request-response model familiar to HTTP applications (also used by Struts), and JSF on (as I understand - my JSF knowledge is currently minimal) an event model more akin to the Swing approach.
Sorry for stating the obvious for some people but those not too familiar with Spring may welcome the clarification.
Simon
So, "Spring" vs. JSF could (and probably usually does) mean core framework vs. JSF, which is not really a "vs." since they are completely complementary frameworks.
On the other hand it could mean Spring-MVC vs. JSF, which are pretty much "competing" technologies for the view and control layer. Whilst they "compete" in the view and control space they are based on different fundamental approaches - Spring-MVC on the request-response model familiar to HTTP applications (also used by Struts), and JSF on (as I understand - my JSF knowledge is currently minimal) an event model more akin to the Swing approach.
Sorry for stating the obvious for some people but those not too familiar with Spring may welcome the clarification.
Simon
Heberton B. Alves dos Santos
Greenhorn
Posts: 9
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
PERFECT, SIMON! THANKS!
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Simon, thanks for the concise analysis. Exactly what I was looking for.
Thanks
Thanks
| I have gone to look for myself. If I should return before I get back, keep me here with this tiny ad: Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing |









