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

I need to create a custom client inventory management tool. There are only basic requirements (customer management, adding notes for them, attaching e-mail, etc.) for CMR, except for the integration of a specific application for storing and receiving some data.

So, I am looking for open source CRM where I can add this specific material because I do not want to reinvent and execute the next CRM myself. So I am looking for an open source web interface written in Java that is based on the modern Java Web Stack . I would prefer something based on Spring (or EJB 3.1) and JPA . Of course, more important than the technologies used is the quality of the code (and the documentation).

After examining for several hours, I did not find a single project that would meet my needs. So I ask: can someone recommend a CRM that suits my needs, or should I fully implement it myself?

+5
source share
4 answers

Have you checked Apache OFbiz ? They have implemented many things, including customer management.

+2
source
+1

Opentaps CRMSFA. 7 . , , , :

  • ( , ..)
  • ( Java)
  • Email Logs, Calls
  • Dash Board Reports
  • PDF, HTML, XLS Reporting
  • Calendar management
  • Team management, etc.

But this is not a ready-made child, you must understand the workflow in order to realize your business logic.

0
source

All Articles