由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - An interesting comment regarding Wicket.
相关主题
Any body uses wicket framework for web development?wicket in action到手了
anyone has experience with ZK?ZK with Spring Web Flow
web application一定要掌握javascript和ajax吗请问哪个J2EE MVC Framework最有前途
有空可以讨论一下Portal@goodbug: Wicket vs JSF
Expression Language 里如何调用jdk函数?JSF, Wicket, and Vaadin
jsp 的表,大家都怎么实现?Java开发人员知识点(更新) (转载)
Anyone wants to talk about web frameworks?最新java相关招聘信息。。
讨论一下web framework吧where is my j2ee.jar file
相关话题的讨论汇总
话题: wicket话题: spring话题: regarding话题: comment
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
This is in a comparison of JSF vs. Wicket.
http://ptrthomas.wordpress.com/2007/05/14/a-wicket-user-tries-jsf/
I manage a project that started off innocently enough a year and half ago
using SpringMVC and JSTL markup for the presentation tier. Acegi managed
authentication/authorization. We soon added Displaytag for handling table
layouts, Struts-Menu for a menubar, and SiteMesh for page decorating.
Eventually we felt the need for more control over page navigation so we
added SpringWebflow and fou
g*****g
发帖数: 34805
2
After finish our secure webmail project based on Spring MVC, with AJAX and
Spring Webflow here and there. I am feeling exactly the same. Don't get
me wrong, Spring MVC and Webflow is really good. I am proud we have 2
successful releases in 4 months, but I felt we are pushing some limit
here and there. And I'll take plain old java code any day of the week.

【在 g*****g 的大作中提到】
: This is in a comparison of JSF vs. Wicket.
: http://ptrthomas.wordpress.com/2007/05/14/a-wicket-user-tries-jsf/
: I manage a project that started off innocently enough a year and half ago
: using SpringMVC and JSTL markup for the presentation tier. Acegi managed
: authentication/authorization. We soon added Displaytag for handling table
: layouts, Struts-Menu for a menubar, and SiteMesh for page decorating.
: Eventually we felt the need for more control over page navigation so we
: added SpringWebflow and fou

m******t
发帖数: 2416
3
I had this chill up my spine reading that story - they went through almost
the same route and ended up with almost exactly the same architecture as the
project I recently started working on. And we are facing the same
situation: flows scatter across various framework jurisdictions, which makes
troubleshooting much harder.
g*****g
发帖数: 34805
4
My gut feeling is that Wicket makes it right.
JSTL, struts, or most other frameworks have iteration, conditional
in JSP or JSP kind of makeup, which is certainly logic.
I don't mind xml configuration in spring, but when it goes into
Spring Webflow, it's logic and states in XML.
YUI and other AJAX libs, are packing too much logic in client side, and
in many cases difficult to maintain states across requests.
I'd like to see the bare minimum on client side, and shift all others
to the server side,

【在 m******t 的大作中提到】
: I had this chill up my spine reading that story - they went through almost
: the same route and ended up with almost exactly the same architecture as the
: project I recently started working on. And we are facing the same
: situation: flows scatter across various framework jurisdictions, which makes
: troubleshooting much harder.

1 (共1页)
进入Java版参与讨论
相关主题
where is my j2ee.jar fileExpression Language 里如何调用jdk函数?
有想学JSF的同行么? (确切地说 JSF+Spring+Hibernate)jsp 的表,大家都怎么实现?
哪个牛人来说一下JSF的前景Anyone wants to talk about web frameworks?
现在一般用什么做UI?讨论一下web framework吧
Any body uses wicket framework for web development?wicket in action到手了
anyone has experience with ZK?ZK with Spring Web Flow
web application一定要掌握javascript和ajax吗请问哪个J2EE MVC Framework最有前途
有空可以讨论一下Portal@goodbug: Wicket vs JSF
相关话题的讨论汇总
话题: wicket话题: spring话题: regarding话题: comment