Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any CRM based on an modern Java EE Stack (Spring/EJB, JPA)?

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?

like image 552
Ralph Avatar asked Feb 08 '11 13:02

Ralph


1 Answers

Have you taken a look at?:

  • JFire: https://www.jfire.org/modules/content/
  • openCRX: http://www.opencrx.org/
  • openbravo: http://www.openbravo.com/
like image 130
Krzysztof Wolny Avatar answered Sep 23 '22 08:09

Krzysztof Wolny