spring-projects / spring-projects/spring-ws
Support Fast Infoset [SWS-526]
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 346
- Forks
- 323
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 7
Description
Kenny MacLeod opened SWS-526 and commented
Many web service stacks (e.g. JAX-WS-RI) implement the XML Fast Infoset protocol when deployed as JAX-WS endpoints. The protocol is coordinated as an exchange of HTTP request/response headers.
When these stacks are used via Spring WS, this support is not exposed.
Given the massive performance boost you can get from this protocol, I would very much like to see it supported in Spring-WS, on both server and client ends. It may be possible to use the FastInfoset.jar that ships with JAX-WS-RI as an implementation that works with all WS stack implementations.
Affects: 1.5.7
2 votes, 2 watchers
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Spring-WS's server and client transport or HTTP header handling, then review how the FastInfoset.jar from JAX-WS-RI could provide the implementation. Done means exposing Fast Infoset support for both server and client endpoints without depending on a particular web service stack.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100