Hi to all.
I need to develop a JSP-based GUI to integrate with JBPM. Actually I have two possibilities:
- using the class org.jbpm.task.service.TaskClient as task client
- using the REST interface.
Which are the differences between such kind of communications?
Which is the better way to do that?
Which is the best way to call a REST interface from JAVA?
Thanks in advance,
Pierpaolo