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 ?

View Entire Topic
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.