jeudi 3 octobre 2019

Own CRM to get used by other application

We built our own CRM for our web application which has several other functions. Now we got the request from the management that also another web application should use our CRM. Our current web application is a monolithic one, which means that everything is in one big web application developed with Grails.

The first idea from one DEV was to create a REST API so that they can use our CRM functionality and customers are created in our application/DB and will always get synced back to their application.

I think this is not the best idea and much better would be to screw out our CRM from the monolithic web application and make a stand-alone version of it (microservice). This stand-alone version should then be configurable for things like DB, file storage, entities, workflows, ...

What do you guys think about it and maybe does one has another good idea for this specific use case?

Aucun commentaire:

Enregistrer un commentaire