使用 J2EE 创建强大且可扩展的电子商务解决方案/Web 应用程序

发布于 2024-11-29 13:40:07 字数 319 浏览 1 评论 0原文

我对网络开发比较陌生。

我有一个问题,我想利用 Java 平台 (J2EE) 创建电子商务 Web 应用程序。

首先,有人可以分享他关于可用开源资源的经验,用于创建与 J2ee 框架兼容的 Web 应用程序或开源电子商务解决方案,

如果我意识到Java 中只有 1 或 2 个供应商特定的电子商务解决方案,那么我可以使用哪些 J2EE 框架或组合来创建自己的电子商务解决方案或 Web 应用程序,

而有多种选择和替代方案可供选择很难为每一层选择一个。

任何教程/资源。

谢谢。

I am relatively new to web development.

I have a question i want to create the e-commerce webapplication leveraging Java platform (J2EE).

first can some body share his experience about available open-source resources for creating such web-application or open-source e-commerce solution, which is compatible with J2ee frameworks,

and if as i realize that there are only 1 or 2 vendor specific e-commerce solution available in Java then which J2EE frameworks or combination, i could use for creating my own e-commerce solution or web application,

while there are various options and alternatives available and it's difficult to choose one among them for each layer.

any tutorial/ resources.

thanks.

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

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

发布评论

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

评论(2

生生漫 2024-12-06 13:40:07

这个名为 Shopizer 怎么样?虽然它不是基于Jave EE平台,但它是使用当今流行的Java技术(例如Spring和Hibernate)构建的。

在此处输入图像描述

系统大量使用Spring IOC和Transaction注解。
业务对象是从关联的 DAO 中检索的 Hibernate pojo
所有这些都分组在暴露给 Struts 操作类的服务外观中
模块。 Shopizer 支持 HSQLDB、Oracle 和 MySQL 数据库。

该系统基于 Struts 2、Hibernate 和 Spring 构建。它使用
Hibernate Search / Lucene 用于索引和搜索。阿帕奇共享区
库用于执行常见例程。生成报告
使用贾斯珀报告。 JQuery ui 和 ajax 在 ui 上大量使用
以及DWR和Struts2-jQuery插件。

How about this one called Shopizer ? Though it is not based on the Jave EE platform ,it is built by using some popular java technologies nowadays such as Spring and Hibernate.

enter image description here

The system heavily uses Spring IOC and Transaction annotations.
Business objects are Hibernate pojos retreived from an associated DAO
all grouped in a service facade exposed to Struts action classes and
modules. Shopizer supports HSQLDB, Oracle and MySQL databases.

The system is built on Struts 2, Hibernate and Spring. It uses
Hibernate Search / Lucene for indexing and searching. Apache Commons
libraries are used for doing common routines. Reports are generated
using jasper reports. JQuery ui and ajax are heavily used on the ui as
well as DWR and Struts2-jQuery plug-in.

樱&纷飞 2024-12-06 13:40:07

我想你可以尝试apache ofbiz。它是开源的。它具有一系列功能和活跃的社区。

I think you can try apache ofbiz. it is open source. it has range of features and active community.

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