Java EE 电子商务框架

发布于 2024-09-29 10:33:38 字数 46 浏览 2 评论 0原文

用于开发电子商务应用程序的 Java EE 框架有哪些?

谢谢

What are the Java EE frameworks for developing e-commerce applications?

Thanks

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

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

发布评论

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

评论(2

可可 2024-10-06 10:33:38

当你说“View”时,你真的指的是“web MVC”吗?

如果是的话,还有 Struts、Spring MVC、Wicket、Java Server Faces、Seam(JSF + Hibernate)——太多了,无法一一列举。

这是这样做的一种尝试:

http://java-source.net/open-source/网络框架

When you say "View", do you really mean "web MVC"?

If yes, there's Struts, Spring MVC, Wicket, Java Server Faces, Seam (JSF + Hibernate) - almost too many to name.

Here's one attempt to do so:

http://java-source.net/open-source/web-frameworks

已下线请稍等 2024-10-06 10:33:38

如果您想要基于组件的编程模型,JSF 和 Facelets 是一个非常好的组合。 JSP+Servlet是面向动作编程模型的良好组合。大多数时候,您将使用 jsp+servlet,直接使用 html、css 和 javascript。

如果您不想使用 css 和 html,还有其他面向组件的框架,例如 GWT、Wicket、Vaadin。这些框架还极大地帮助您在 IDE 中测试和调试客户端层,这在直接处理 html、jsp 等时很困难。您将只使用 Java,因此对开发人员更友好

JSF and facelets are a very good combination if you want component based programming model. JSP+Servlet is a good combination for action oriented programming model. You will be working with html, css and javascript directly most of the times is you are using jsp+servlet.

There are other component oriented frameworks ike GWT, Wicket, Vaadin if you doesn't want to work with css and html. These frameworks also greatly help in testing and debugging the client layer from withing your IDE, which is difficult while working with html,jsp etc directly. You will only work with Java and hence more developer friendly

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