cancel
Showing results for 
Search instead for 
Did you mean: 

Project architecture and feasibility

jdupont1
Champ in-the-making
Champ in-the-making
Hi,

I have some questions about my following application architecture using Activiti.

[img]http://img4.hostingpics.net/pics/348863questionActiviti.png[/img]

I have 3 Maven modules. The first is the GUI, the second is the orchestration and the last for Services, DAOs and the data model. I have 2 datasources, one for the needs of Activti and the other for the data model. I have access the data model data source through JPA/Hibernate.

Questions:
- can i handle the data model in the orchestration (in service task by example)?
- if yes, must i inevitably use JTA?
- i use Spring in my application, can i easily integrate JTA to Activiti (i know the activiti-spring module)?
2 REPLIES 2

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Wrong forum, please use the user forum…

jdupont1
Champ in-the-making
Champ in-the-making
Sorry !