REST jBPM API,v6.2 的 kie-services-client 在哪里
REST jBPM API, where is kie-services-client for v6.2
jBPM 6.2 运行 在 JBoss 上很好。从 WebSphere v855 应用程序(骆驼路线)我们想使用 jBPM REST API 与 jBPM 通信。最好有尽可能少的依赖。
在用户指南第 17.2 章 REST 中,文档说:
"When using Java code to interface with the REST API, the classes used in POST operations or otherwise returned by various operations can be found in the (org.kie.remote:)kie-services-client JAR."
参见:http://docs.jboss.org/jbpm/v6.2/userguide/jBPMRemoteAPI.html#d0e14165
由于 REST 负载可能非常复杂,看来这正是我们想要的,使用 api 类 生成操作数据(REST 调用的驼峰体)。
对于 jBPM 6.1,kie-services-client 有一个 maven download,对于 6.2 则没有。 6.2版本在哪里?
我们是否应该使用其他方法,我们可以使用 6.1 版本还是...
看起来神器可能已经改变了。参见:See Maven Repo
来自POM:
<parent>
<groupId>org.kie.remote</groupId>
<artifactId>kie-remote</artifactId>
<version>6.2.0.Final</version>
</parent>
<artifactId>kie-remote-client</artifactId>
jBPM 6.2 运行 在 JBoss 上很好。从 WebSphere v855 应用程序(骆驼路线)我们想使用 jBPM REST API 与 jBPM 通信。最好有尽可能少的依赖。
在用户指南第 17.2 章 REST 中,文档说:
"When using Java code to interface with the REST API, the classes used in POST operations or otherwise returned by various operations can be found in the (org.kie.remote:)kie-services-client JAR."
参见:http://docs.jboss.org/jbpm/v6.2/userguide/jBPMRemoteAPI.html#d0e14165
由于 REST 负载可能非常复杂,看来这正是我们想要的,使用 api 类 生成操作数据(REST 调用的驼峰体)。
对于 jBPM 6.1,kie-services-client 有一个 maven download,对于 6.2 则没有。 6.2版本在哪里?
我们是否应该使用其他方法,我们可以使用 6.1 版本还是...
看起来神器可能已经改变了。参见:See Maven Repo
来自POM:
<parent>
<groupId>org.kie.remote</groupId>
<artifactId>kie-remote</artifactId>
<version>6.2.0.Final</version>
</parent>
<artifactId>kie-remote-client</artifactId>