此项目的 Spring MVC 或 WebFlow

发布于 2024-10-12 04:07:26 字数 304 浏览 0 评论 0原文

我必须创建一个应用程序 Flex 4 以 Swiz(MVC 框架)作为 UI 层, Spring(MVC 或 Web Flow)作为业务层, Oracle 10g作为数据层, Hibernate 作为 ORM 与 Oracle 一起使用, 使用 Maven、IBM Websphere 和 Tomcat。

我正在尝试决定应该使用 Spring MVC (因为它必须与 Swiz 和 Flex 4(MVC)一起使用)还是应该使用 Spring Web Flow。还有网络上任何好的示例以及有关该技术集的教程。

我很感激任何帮助。

谢谢你, 席德

I have to create an application with
Flex 4 with Swiz (MVC Framework) as the UI Layer,
Spring (MVC or Web Flow) as the Business Layer,
Oracle 10g as Data layer,
Hibernate as ORM which will work with Oracle,
with Maven, with IBM Websphere and Tomcat.

I am trying to decide should I use Spring MVC (since it has to work with Swiz and Flex 4 which is MVC) or should I work with Spring Web Flow. Also any good examples on web with tutorials on this technology set.

I appreciate any help.

Thank you,
Sid

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

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

发布评论

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

评论(1

心凉怎暖 2024-10-19 04:07:26

鉴于 WebFlow 主要是一个页面流框架,它几乎肯定不适合您的情况。您的 Flex 客户端可能会通过 AJAX 风格的调用与后端进行通信,而 Spring MVC 是最佳选择。

Given that WebFlow is primarily a page-flow framework, it's almost certainly inappropriate for your situation. Your Flex client will likely communicate via AJAX-style calls to the backend, and Spring MVC is the best choice for that.

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