question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve end-user experience with Spring Integration

See original GitHub issue

Currently Spring Integration appears in the search result only when we type something like “integration”, “messaging”, “enterprise”, “adapter” - some general words in the project description or tags. I suggest to improve that text for all the support integration protocols: (s)ftp, JMS, JDBC, RSocket, ZeroMQ etc. You name it! See more about supported in the project modules: https://github.com/spring-projects/spring-integration. This way end-user would know that Spring Integration supports this or that technology according their wishes.

Another improvement suggestion is to add respective Spring Integration module as dependency when some target well-known library is supported in Spring Integration. For example when end-user asks for AMQP, we suggest Spring Integration (if the first point is fixed) and Spring for RabbitMQ. When end-user select both, we also add implicitly spring-integration-amqp, so we assume that in most cases users want to use channel adapters for AMQP from Spring Integration. And so on for all the supported protocols. Some similar solution I see here: https://github.com/spring-io/start.spring.io/blob/master/start-site/src/main/java/io/spring/start/site/extension/dependency/springsession/SpringSessionBuildCustomizer.java.

Another proposal, which might be too destructive, is a “fine-graining” Spring Integration modules, like you do at the moment for Spring Data. So, this is just like another angle looking at the original end-user experience problem…

If any thing of this sounds good, let me know and I’ll issue a PR!

Happy holidays!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
spring-projects-issuescommented, Jan 2, 2021

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

0reactions
snicollcommented, Jan 7, 2021

Closing in favour of PR #605

Read more comments on GitHub >

github_iconTop Results From Across the Web

Overview of Spring Integration Framework
It enables lightweight messaging within Spring-based applications and supports integration with external systems through declarative adapters.
Read more >
Optimizing Spring Integration Tests - Baeldung
In this article, we'll have a holistic discussion about integration tests using Spring and how to optimize them.
Read more >
What needs improvement with Spring Boot? | PeerSpot
Spring Boot could improve its integration with the major cloud providers. Connectivity with cloud solutions isn't easy compared to other frameworks like Django ......
Read more >
Top 10 Ways to Improve End-User Experience | Synoptek
Make sure users can easily execute tasks on your app, and not waste valuable time learning how your UI works. Remember, usability and...
Read more >
Monitor Spring Boot applications end-to-end using Dynatrace
Today, we are announcing the integration of the Dynatrace Software ... which means more time innovating and a better product for end-users.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found