Blog: announce the Spring-style Java development model#130
Merged
Conversation
A follow-up to the May 19 'Return of the Java' decorators post — announces the @component bean container, constructor/field/collection injection, the Beans facade, the two never-mixed handler styles (self-describing interface + method-level annotation) for jobs/listeners/websockets, and annotation-free extension points, with a Spring-Boot → Dirigible cheat sheet and links to the merged samples and the new 'Coming from Spring Boot' guide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…g Boot guide Reference the develop documentation for further reading and prominently link the Coming from Spring Boot guide for readers arriving from a Spring background. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Announcement blog post for the Spring-style client-Java model (platform PR eclipse-dirigible/dirigible#6051, now merged), a follow-up to the May 19 Return of the Java – Decorators Awaken post.
Post:
docs/blogs/2026/06/22/dirigible-java-spring-style.md(auto-discovered byblogs.data.ts; no nav edit needed).Covers, with runnable snippets and a Spring-Boot → Dirigible cheat sheet:
@Componentbean container (@Repository/@Controller/@Websocketas meta-@Component);@Injectfields,List<T>collection injection, and theBeansfacade;JobHandler/MessageHandler/WebsocketHandler) and method-level annotation (@Scheduled/@Listener/@Websocket+@OnX);@Component, consumed via collection injection);Links the five merged
dirigiblelabs/sample-java-*repos (master) and the new Coming from Spring Boot guide.🤖 Generated with Claude Code