了解简单 CRUD 网站中对 struts 2 和公共链的需求

发布于 2024-11-14 18:08:04 字数 498 浏览 3 评论 0 原文

我有一个简单的 CRUD 网站正在开发过程中,即将完成。我被要求重构代码,但这次使用 struts 2commons chain。我读了几个网站,例如 this 但无法确切地了解这两者(struts 2 和 commons chain)在我的项目中将扮演什么关键角色。我还被要求不要担心 这个教程,因为我之前制作的代码可以使用。

谁能给我一个见解。谢谢

注意:一天前我开始了解 struts 2

I have a simple CRUD website in development process, almost done. I was asked to refactor the code but this time use struts 2 and commons chain. I read a couple of sites like this but wasn't able to know exactly what will be the key roles done by these two (struts 2 and commons chain) in my project. I was also asked that don't worry about struts tags like in this tutorial as the code that i made earlier can be used.

Can anyone give me an insight. Thanks

Note: A day back I started to see about struts 2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱要勇敢去追 2024-11-21 18:08:04

好吧,任何框架(大多数)都是为了提供某种易用性而设计的。当您选择一个时,这应该是驱动程序。

对于您的情况,我可以对 Struts2 发表评论。
使用 Struts2 在代码职责分离(模型视图控制器)方面提供并强制执行更好的设计。这样,整个应用程序设计就形成了良好的结构。
除此之外,框架提供了许多有趣的功能,例如拦截器、开箱即用的请求参数分配、验证、ui 标签等,您可以从中受益。

因此,如果您仍处于起始阶段,是的 - 浏览各种可用的框架,并根据您想要的轻松程度来权衡它们。

Well any framework is designed (most of them) to provide some sort of ease of use. That should be the driver when you chose one.

In your case, I can comment on Struts2.
Using Struts2 provides and enforces a better design in terms of separation of your code responsibilities (model view controller). This way the over all application design is well formed.
On top of this, framework provides many interesting features like interceptors, out of box request parameter assignments, validation, ui tags etc etc which you can benefit from.

So if you are still in the starting phase, yes - go through various frameworks available and weigh them out in terms of what ease you are looking for.

紫罗兰の梦幻 2024-11-21 18:08:04

如果网站即将完成,我看不出任何令人信服的理由来适应 Struts 2。事实上,在这种情况下,向您提出所有这些问题的人是最好的联系人。

关于公共链,是的,它可以帮助您实现责任链模式(如果它可以解决手头的案例)。

If the website is almost done, I don't see any compelling reason to adapt Struts 2. In fact, the person who asked you all this is the best person to contact, in this case.

Regarding commons chain, yes it can help you implement Chain of Responsibility pattern if it can solve the cases in hand.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文