Spring MVC 与 Spring Web Flow 有何不同?

发布于 2024-10-14 21:21:13 字数 429 浏览 6 评论 0原文

我必须使用 Java 构建在线电子商务网站。由于我想使用像 jQuery/prototupe/moottols 这样的 AJAX 库,有人告诉我要使用基于请求/操作的框架,因为我有 Web 开发背景。

所以我开始学习Spring。我做过Spring DI和AOP。

有人可以指导我,为了实现我使用 Spring 和 JQuery(与 html 页面相同)开发电子商务网站的目标,我需要学习什么东西

我应该选择 Spring MVC 还是 Web Flow,或者它们是相同的。我很困惑。 请帮助我

另外,我需要了解 Spring MVC 或 Web 流的 servlet 和 JSP 知识吗?有人告诉我不要做 servlet/JSP 的事情,因为它已经过时了。

或者我必须为 Spring MVC 学习这一点。我可以花 1 周的时间来学习基础知识,但我不知道该怎么做

I have to build the online ecommerce website using Java. As I want to use AJAX libraries like jQuery/prototupe/moottols, someone told me to go for Request/action based frameworks as I am from web development background.

So i started learing Spring. I have done Spring DI and AOP.

Can someone please guide me that in order to reach my goal of developing ecommerce web site using spring and JQuery (same as in html pages) what thing i nned to learn

Should i go Spring MVC or web flow or they are same. i am confused.
Please help me

Also, do I need to have knowledge of servlets and JSP for Spring MVC or web flow? Someone told me not to do servlet/JSP thing as it is old.

or i have to learn that for spring MVC. i can spend 1 week on getting the basics but i am not sure what to do

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

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

发布评论

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

评论(2

不弃不离 2024-10-21 21:21:13

Spring MVC 是一个标准的基于操作的 MVC 框架。

Webflow 提供了额外的功能 - 对话。这对于类似向导的流程很有用。

Spring MVC is a standard action-based, MVC framework.

Webflow provides extra functionality - conversations. That is useful for wizard-like flows.

ゞ记忆︶ㄣ 2024-10-21 21:21:13

有充分理由复活旧线程,也许这会对其他人有所帮助。

由于OP正在构建一个电子商务网站,因此流程很重要...选择商品,放入购物车,寻找更多垃圾,放入购物车,审查购物车,删除一些你不需要的垃圾,搜索更多,添加垃圾、评论购物车、去结账、改变主意并去买其他东西……最后去结账并付款。所有这些在 weblow 中比在 mvc 中更容易处理。

Resurrecting an old thread for good reason, and maybe this will help someone else.

Since the OP was building an eCommerce site, then flow is important... select item, place in cart, go find more junk, place in cart, review cart, delete some junk you don't really need, search some more, add junk, review cart, go to checkout, change mind and go get other stuff... finally get to checkout and pay. All of this is more easily handled in weblow than in mvc.

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