Difference between the ‘Spring Zeebe SDK’ and the ‘Java Client ’

Hello everyone,
I would like to know what the difference is between the ‘Spring Zeebe SDK’ and the ‘Java Client’ ?

Link to Spring Zeebe SDK:

Link to Java-Client:

As far as I can see, you can do almost the same thing with both frameworks.

Which framework is intended for which use case?
Would ‘Spring Zeebe SDK’ be more recommendable for productive use ?

Thanks for your help

Hi @SMueller001 - the Spring Zeebe SDK integrates the Java client into Spring projects using Spring patterns and practices. You can use the Java client standalone in any Java project - including Spring projects - but the Spring SDK provides some nice hooks into the Spring framework. As you said, both do the same thing, because the Spring SDK is ultimately just a wrapper around the Java client to make it easier to work with in Spring projects.

Thank you very much for the quick reply and this description is completely sufficient for me :ok_hand:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.