此项目的 Spring MVC 或 WebFlow
我必须创建一个应用程序 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于 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.