Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for automatic remote export of services using Spring Remoting [SPR-12637] #17238

Closed
spring-projects-issues opened this issue Jan 17, 2015 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jan 17, 2015

Philipp Nanz opened SPR-12637 and commented

Spring’s HTTP invoker is a good choice if you need HTTP-based remoting but also rely on Java serialization. It can be cumbersome to configure though because every new service that you wish to share among server and client needs to be registered in both application contexts manually via XML configuration.

It would be great if Spring would make this easier by providing annotation support for this use case out of the box.

I have already created a simple implementation of this using Springs HttpInvoker, but it is merely to be considered a proof of concept rather than a production ready library (see https://github.com/philippn/spring-remoting-autoconfigure).


Affects: 4.1.4

Reference URL: https://github.com/philippn/spring-remoting-autoconfigure

Issue Links:

@spring-projects-issues spring-projects-issues added status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement in: web Issues in web modules (web, webmvc, webflux, websocket) labels Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants