Java EE 电子商务框架
用于开发电子商务应用程序的 Java EE 框架有哪些?
谢谢
What are the Java EE frameworks for developing e-commerce applications?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
用于开发电子商务应用程序的 Java EE 框架有哪些?
谢谢
What are the Java EE frameworks for developing e-commerce applications?
Thanks
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
当你说“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
如果您想要基于组件的编程模型,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