由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请问哪个J2EE MVC Framework最有前途
相关主题
web application一定要掌握javascript和ajax吗view templating technology
web application请教入门问题:以Spring+JPA开发back end,那么表现层只能用jsp吗?
wicket in action到手了PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)
Any body uses wicket framework for web development?anyone has experience with ZK?
有空可以讨论一下PortalNode.js, server-side javascript
大家来说说 Web Fameworks 吧An interesting comment regarding Wicket.
Anyone wants to talk about web frameworks?讨论一下web framework吧
@goodbug: Wicket vs JSFZK with Spring Web Flow
相关话题的讨论汇总
话题: framework话题: wicket话题: component话题: gwt话题: java
进入Java版参与讨论
1 (共1页)
w**r
发帖数: 4
1
最常见的有Struts 2, JSF, Spring Web Flow
想找J2EE的工作,该从哪个开始下手呢?
请哪位好心人赐教!
还有,Struts Classic(1.x) in maintanace stage == 等死?
g*****g
发帖数: 34805
2
Personally, I think Wicket is the best framework to date.
It's a component framework, not MVC framework though.

【在 w**r 的大作中提到】
: 最常见的有Struts 2, JSF, Spring Web Flow
: 想找J2EE的工作,该从哪个开始下手呢?
: 请哪位好心人赐教!
: 还有,Struts Classic(1.x) in maintanace stage == 等死?

s****d
发帖数: 338
3
最近看了看wicket, 感觉wicket 目前是不是定制好的构件比较少啊? 比如color
picker, date
picker, process train, tree list还有复杂一点的表格支持好像都没有吧,而且不知
道目前大的IDE
vendors对wicket是什么态度,虽然说wicket对IDE的依赖比较小,但是复杂一点的网站
,几十个page,每
个page近百个components, 如果IDE能够智能地在java文件和HTML文件之间穿梭, 对两
边的模块能够建立
自动的映射 (比如在HTML编辑窗口里右点击某个HTML component 就自动打开并定位到
相应java 文件里
的对应模块上),对提高工作效率还是会有不少帮组的。

【在 g*****g 的大作中提到】
: Personally, I think Wicket is the best framework to date.
: It's a component framework, not MVC framework though.

g*****g
发帖数: 34805
4
There's wicket plugin for eclipse. And write a custom component
is simpler than most frameworks I know.
http://xhab.blogspot.com/2007/06/wicket-jquery-tab-component.html
check this blog entry to get a taste of it.
It doesn't require reading a 400 pages book to write an ajax component like
jsf does.

【在 s****d 的大作中提到】
: 最近看了看wicket, 感觉wicket 目前是不是定制好的构件比较少啊? 比如color
: picker, date
: picker, process train, tree list还有复杂一点的表格支持好像都没有吧,而且不知
: 道目前大的IDE
: vendors对wicket是什么态度,虽然说wicket对IDE的依赖比较小,但是复杂一点的网站
: ,几十个page,每
: 个page近百个components, 如果IDE能够智能地在java文件和HTML文件之间穿梭, 对两
: 边的模块能够建立
: 自动的映射 (比如在HTML编辑窗口里右点击某个HTML component 就自动打开并定位到
: 相应java 文件里

k***r
发帖数: 4260
5
看了一下没看懂。如果是用jquery+plugin,为什么叫做develop?
不过我也不懂wicket,也许需要adapt一下?

like

【在 g*****g 的大作中提到】
: There's wicket plugin for eclipse. And write a custom component
: is simpler than most frameworks I know.
: http://xhab.blogspot.com/2007/06/wicket-jquery-tab-component.html
: check this blog entry to get a taste of it.
: It doesn't require reading a 400 pages book to write an ajax component like
: jsf does.

z********a
发帖数: 46
6
have you tried icefaces?
I heard it is very good.
D*****a
发帖数: 41
7
Try GWT and you can enjoy more if you are a pure Java programmer!!
b******y
发帖数: 9224
8
Yep, I like GWT, widely supported and open source.
k***r
发帖数: 4260
9
Seriously, what "more" do you get if you compare GWT with
the component frameworks?

【在 D*****a 的大作中提到】
: Try GWT and you can enjoy more if you are a pure Java programmer!!
g*****g
发帖数: 34805
10
GWT is a pure client framework, it's fine at doing what it's doing.
But it may fall short when doing
1. When you need custom component
2. When integrate with traditional web design
Every framework has advantage and drawback, but there's no one fits all
approach. After evaluate many frameworks, I agree with this option.
Stripes is best action-based framework, Wicket is best component framework.

【在 k***r 的大作中提到】
: Seriously, what "more" do you get if you compare GWT with
: the component frameworks?

D*****a
发帖数: 41
11
The best part is that you could program/debug Javascript/Ajax code using
Java. And the front-end could communicate with the Server through pure
serialized Java objects, thus you could move large part of the logic from
Server to the Web client.

【在 k***r 的大作中提到】
: Seriously, what "more" do you get if you compare GWT with
: the component frameworks?

k***r
发帖数: 4260
12
With the component frameworks, most of the work is done in Java, too,
but in the back-end, so it goes the opposite of the JS-heavy frameworks.
I'm not sure if it's a good thing or bad thing. More load on the server,
lighter on the client and easier to go mobile. More load on the client,
easier on server load. I guess either approach has some advantages.

【在 D*****a 的大作中提到】
: The best part is that you could program/debug Javascript/Ajax code using
: Java. And the front-end could communicate with the Server through pure
: serialized Java objects, thus you could move large part of the logic from
: Server to the Web client.

F****n
发帖数: 3271
13
ZK is good. It's the C++ in this category (a bit messy but is flexible
enough to do almost everything). Moreover, there is a ZK plug-in in Eclipse
which offers drag-N-drop visual component editor.

【在 s****d 的大作中提到】
: 最近看了看wicket, 感觉wicket 目前是不是定制好的构件比较少啊? 比如color
: picker, date
: picker, process train, tree list还有复杂一点的表格支持好像都没有吧,而且不知
: 道目前大的IDE
: vendors对wicket是什么态度,虽然说wicket对IDE的依赖比较小,但是复杂一点的网站
: ,几十个page,每
: 个page近百个components, 如果IDE能够智能地在java文件和HTML文件之间穿梭, 对两
: 边的模块能够建立
: 自动的映射 (比如在HTML编辑窗口里右点击某个HTML component 就自动打开并定位到
: 相应java 文件里

k***r
发帖数: 4260
1 (共1页)
进入Java版参与讨论
相关主题
ZK with Spring Web Flow有空可以讨论一下Portal
JSF, Wicket, and Vaadin大家来说说 Web Fameworks 吧
Expression Language 里如何调用jdk函数?Anyone wants to talk about web frameworks?
A negative but well written article about Wicket@goodbug: Wicket vs JSF
web application一定要掌握javascript和ajax吗view templating technology
web application请教入门问题:以Spring+JPA开发back end,那么表现层只能用jsp吗?
wicket in action到手了PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)
Any body uses wicket framework for web development?anyone has experience with ZK?
相关话题的讨论汇总
话题: framework话题: wicket话题: component话题: gwt话题: java