cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone created a product on top of Nuxeo platform?

Sherry_Ummen
Champ on-the-rise
Champ on-the-rise

Hi,

Since we are evaluating Nuxeo so questions related to that.

Has anyone tried to create a product on top of Nuxeo platform ? Meaning not using the UI but building your own UI on top of nuxeo and accessing nuxeo via API . Is it possible or not ?

If possible then could you share your experience a bit ?

Thanks

1 ACCEPTED ANSWER

Not applicable

Hi, Yes, it's definitely possible to create a product on top of nuxeo. The REST API provided covers most of the core features, and you can add your own custom behaviors within nuxeo studio (via automation chains/scripting) or with some java plugin as an operation. Here is for instance a simple CRM solution that I built on top of nuxeo: https://github.com/qualitified/qualitified-crm Regarding the UI, you can use some of the nuxeo elements provided and create your own custom UI. You can also build one from scratch based on angularJS: https://doc.nuxeo.com/nxdoc/howto-develop-with-angular2/

Michael

View answer in original post

2 REPLIES 2

Not applicable

Hi, Yes, it's definitely possible to create a product on top of nuxeo. The REST API provided covers most of the core features, and you can add your own custom behaviors within nuxeo studio (via automation chains/scripting) or with some java plugin as an operation. Here is for instance a simple CRM solution that I built on top of nuxeo: https://github.com/qualitified/qualitified-crm Regarding the UI, you can use some of the nuxeo elements provided and create your own custom UI. You can also build one from scratch based on angularJS: https://doc.nuxeo.com/nxdoc/howto-develop-with-angular2/

Michael

Sherry_Ummen
Champ on-the-rise
Champ on-the-rise

Excellent! Thanks Michael

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.