没有人能够解释Stuts和Tapestry框架之间的区别,或可能是两者的比较?
Regards, Mahendra Athneria Mumbai India
没有人能够解释Stuts和Tapestry框架之间的区别,或可能是两者的比较?
Regards, Mahendra Athneria Mumbai India
The Tapestry tutorial is updated here:
就差异而言,它们是:
各项努力是一个面向行动的框架;它超越了Serlet AP最粗略的边缘,使行动(类似于“Serlet”)与意见(通常为“共同材料”)的联系变得稍微容易。 然而,它把全部重提留给你。
沥青是一个以构成部分为导向的框架:它完全是重提。 构成部分意味着,塔佩斯对你的申请结构了解更多,可以做大量忙 work的工作和pl,如编织好的URL,并自动加以应对:你只是关心你页数和方法。 除此以外,它还增加了吨。
敲响了不起,但也试图在你不想要的时候保持你的态度。
最后,“Stuts”的生产力特征在任何地方都是不相配的:当事情发生错时,报告的最佳例外,以及用活等舱重载,以便你能够改变你的代码,并立即看到你的浏览器的变化。
我认为,你将找到两个框架的富有经验和无偏见的发展者来回答。 我猜测,你们一定要投入一定时间,使你们双管齐下,使你们感觉到,就像基于行动或基于组成部分的做法。
在。
你们通过辅导? 我本会比试图解释差异的人更能说明差异:
Tapestry 5: http://tapestry.apache.org/tapestry5.1/tutorial1/
I m having trouble calling a method in one Struts action from a method in another Struts Action (I ve been told that this is possible). I m working with two Struts DynaValidatorForms - one is used to ...
In Struts2, how do you share your common html across all pages? In Asp.net, you ve got Master pages, and in Rails there are Layouts. The idea is that your common html (eg the header, menu, and styles)...
I am writing an excel report using an action,controller, servlet struts framework. The report is very congested and has already around 10 separate queries. I need to add about 10 more queries due to a ...
I am using Struts tiles 1 succesfully, however I have come across a problem when trying to nest tiles. I currently have a layout like so: I wish to have another template like this, for use in quite ...
can array be used as hidden variable on jsp.....like I have a form i.e a simple java class,I want it to be as hidden variable can I do it.. Thanks in advance
I would like to indicate the currently chosen page in a shared menu component of a web page in a Struts Tiles project. I can think of some possible solutions check current URL call some Javascript ...
I am facing a problem, while encoding the response that I send back for an AJAX request, using GZIP. Can anyone give me some pointers on this please? There is an AJAX request from the JSP, An action ...
Methods invoked: 1. Struts Action 2. Service class method (annotated by @Transactional) 3. Xfire webservice call Everything including struts (DelegatingActionProxy) and transactions is configured ...