cancel
Showing results for 
Search instead for 
Did you mean: 

activiti designer integrate with java spring

letiti
Champ in-the-making
Champ in-the-making
Hello,

I'm new in activiti designer . I installed activiti designer in eclipse and I have some questions .

First ,Do I need install Activiti Explorer ? Do I need database for activiti?

I have a class with implements JavaDelegate , and I have a process with service task, but that process and service doesn't work.

My application developed in java eclipse, with Spring and Maven.

Someone help me please?
1 REPLY 1

smirzai
Champ on-the-rise
Champ on-the-rise
1. No, you need either eclipse based or web based designers, only if you want to create your process diagrams graphically. It is possibly to create them by a text editor as they are xml files.
2. Yes, activiti needs a database. For test purposes that can be in memory h2 database. In real world application it is highly recommended to use a full fledge db like mysql or Oracle though.
3. post your diagram and source or better a test case which shows your problem.