cancel
Showing results for 
Search instead for 
Did you mean: 

Where are the context files for Activiti 1.3.2

srojas1
Champ in-the-making
Champ in-the-making
Hi

Firstly apologies if the question is very simple or is duplicated in the forum. I am new on Activiti.

First thing I wanted to understand is how is the Activiti Engine built. I know it is based on Spring however I can not find any context file defining for example the services (e.g RuntimeService, UserService …) Somebody knows where are the context files?


Regards

Sergio
2 REPLIES 2

srojas1
Champ in-the-making
Champ in-the-making
Hi

Just figured it out myself.

Everything is built using Java.

To Create new beans it is necessary to create them inside the package com.activiti.extension.bean

jbarrez
Star Contributor
Star Contributor
(Moved to Activiti Enterprise).

Indeed, the BPM Suite is all JavaConfig - which is where everything is Spring has or will move to (just look at their investment in Spring Boot).