是否有基于现代 Java EE 堆栈(Spring/EJB、JPA)的 CRM?
我必须构建一个特殊的定制客户关系管理工具。 CMR 只有基本要求(管理客户、为客户添加注释、附加电子邮件……),但与集成特定应用程序以存储和获取某些数据有关的要求除外。
所以我正在寻找一个开源 CRM,我可以在其中添加这些特定的东西,因为我不想重新发明 Weel 并自己实现下一个 CRM。因此,我正在寻找一个用 Java 编写的基于 Web 的开源 CRM,它基于现代 Java Web 堆栈。我更喜欢基于Spring(或EJB 3.1)和JPA的东西。当然,比所使用的技术更重要的是代码的质量(和文档)。
环顾了几个小时后,我没有找到任何符合我需求的项目。所以我问,有人可以推荐一款符合我需求的 CRM,还是我真的应该完全自己实施它?
I have to build a special customized Customer Relation Ship Managment tool. There are only basic requirements (manage customers, add notes for them, attach an email,…) for the CMR, except the one, which is about integration of a specific application to store and get some data.
So I am looking for an Open Source CRM where I can add this specific stuff, because I do not want to reinvent the weel and implement the next CRM by my own. So I am looking for an Web Based, Open Source CRM written in Java, that is based on a modern Java Web Stack. I would prefer something that is based on Spring (or EJB 3.1) and JPA. Of course more important than the used technologies is the quality of the code (and documentation).
After looking around for some hours I did not find any project that fit my needs. So I ask, can anybody recommend a CRM that matches my needs, or should I really implement it completely by my own?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你看过吗?:
Have you taken a look at?:
您检查过 Apache OFbiz 吗?他们实施了很多东西,包括客户管理。
Have you checked Apache OFbiz ? They implemented a lot of stuff including customer management.
我没有使用 opentaps 的经验,但它看起来相当不错。
I don't have experience with opentaps, but it looks quite nice.
我可以推荐 Opentaps CRMSFA。我有7个月的经历。我希望它可能是您的最佳解决方案,使用它您可以执行:
但这不是现成的婴儿,您应该了解工作流程才能实现您的业务逻辑。
I can recommend Opentaps CRMSFA. I had an experience of 7 months. I hope it might be a best solution for you, using this you can perform :
But it is not a ready made baby, you should understand the work-flow in order to implement you business logic.