cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use Addons to implement business logic functionnalities.

Former Member
0 Kudos

Is there a way to develop business logic with addons? And can I find an example in hybris based code using this approach ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Since an AddOn is a regular extension you can implement your business logic in the AddOn itself. However, it's good practice that you only put your frontend logic into an AddOn and put your business logic into a separate extension that your AddOn depends upon.

Answers (1)

Answers (1)

Former Member
0 Kudos

As per hybris AddOn Concept, AddOn is meant for overriding front-end functionality for the storefront. Hence it is out of question to add business logic in front-end. makes sense? Jurgen too hints the same..