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.