由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JSF和MVC model 2的问题
相关主题
web application请教Any body uses wicket framework for web development?
Web framework comparison已经学完jsp and servlet了,下一步是不是该学struts了
JSF有前途吗谁能给我推荐一个strutsspringhibernate的项目
请问哪个J2EE MVC Framework最有前途Oracle and Sun
spring/hibernate/struts .....Spring Framework magic
对J2EE的几个迷惑 (转载).Net developer doing Java
servlet到底是啥玩意spring/hibernate/ajax/web 2.0/bpel books
j2ee现在流行什么?Anyone wants to talk about web frameworks?
相关话题的讨论汇总
话题: jsf话题: mvc话题: java话题: model话题: jee
进入Java版参与讨论
1 (共1页)
r*****k
发帖数: 565
1
小弟我新接触JSF和JEE,对Model 2和JSF的概念不太明白
JSF默认用javax.faces.webapp.FacesServlet,是不是就是Model 2了?即使在faces-
config.xml里的navigation case都是jsp的?
先谢谢
r*****k
发帖数: 565
2
顺便问一下,我选择学JSF是不是就不用学Struts了,还是说这两个是互补的?
g*****g
发帖数: 34805
3
All java MVC frameworks are model 2. Struts sucks, and
JSF sucks too.

【在 r*****k 的大作中提到】
: 小弟我新接触JSF和JEE,对Model 2和JSF的概念不太明白
: JSF默认用javax.faces.webapp.FacesServlet,是不是就是Model 2了?即使在faces-
: config.xml里的navigation case都是jsp的?
: 先谢谢

r*****k
发帖数: 565
4
Hi Goodbug,
Thanks for replying my post.
I saw your posts, and you are a very senior Java guy. Could you share in
some insight with me?
Right now I am following the Java EE tutorial and www.javapassion.com/j2ee
in the hope of landing a career in JEE.
As my goal is an entry level position, what is your suggested skill set
assuming that I have decent understanding in Java and OOP but without any
prior JEE experience?
Thank you very much in advance.
b*****t
发帖数: 1276
5
学一个就行了。

【在 r*****k 的大作中提到】
: 顺便问一下,我选择学JSF是不是就不用学Struts了,还是说这两个是互补的?
h*********o
发帖数: 62
6
Not all java mvc are mvc 2.
In java, mvc was first adopted by java swing (mvc1)
The success of mvc in swing made web framework builders try to port it to
their products. But the event flowing between model and view is really not
neccessary for most of these frameworks, so mvc2 emerged and was used in
almost all web frameworks, such as struts, spring mvc...
But when a new requirement called RAD (Rapid Application Development) came
out. Sun introduced JSF as their RAD product, but they realized th
1 (共1页)
进入Java版参与讨论
相关主题
Anyone wants to talk about web frameworks?spring/hibernate/struts .....
wicket in action到手了对J2EE的几个迷惑 (转载)
ZK with Spring Web Flowservlet到底是啥玩意
web application一定要掌握javascript和ajax吗j2ee现在流行什么?
web application请教Any body uses wicket framework for web development?
Web framework comparison已经学完jsp and servlet了,下一步是不是该学struts了
JSF有前途吗谁能给我推荐一个strutsspringhibernate的项目
请问哪个J2EE MVC Framework最有前途Oracle and Sun
相关话题的讨论汇总
话题: jsf话题: mvc话题: java话题: model话题: jee