cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti + Spring + JSF

ilyass_act
Champ on-the-rise
Champ on-the-rise

Hi i have some questions concerning the activiti and spring integration :

  1. is it possible to work with JSF , spring and Activiti ?
  2. if it's possible how to link JSF pages to Activiti workflow ?
5 REPLIES 5

jearles
Star Contributor
Star Contributor

ILYASSE,

1. It is possible to work with JSF, Spring and Activiti, and is outlined clearly in Tijs Rademaker's book "Activiti in Action". On another post where you asked this question, you said that the book uses CDI and you can't utilize that while working with Spring - that is simply false; those two technologies are not mutually exclusive.

2. You might find this thread to be helpful, as it links to another StackOverflow post concerning this topic. And in the words of Tijs himself: "All languages are supported, because you'll have to implement it yourself ;-)"

Regards,
-JEarles

Thanks Jonathan ,
I'm really having a hard time connecting JSF pages to my Workflow i still can't figure out how , if you have any ideas or some helpfull resources that'd be great .

Regards

thank you , but i'm looking for the integration with Spring and JSF not using CDI