OpenLiberty / guides-common

Common Guide files
Other
9 stars 6 forks source link

Using MicroProfile technologies with a JAX-WS application #386

Open andymc12 opened 4 years ago

andymc12 commented 4 years ago

This might also make a good blog post if a guide is not appropriate.

OpenLiberty is used to run a lot of JAX-WS applications, and has the capability to modernize these app with MicroProfile APIs - for example, using Fault Tolerance APIs to handle outages, using Config to specify endpoints, Metrics to collect data on SOAP services, etc.

It would be nice for users to see how they can apply MP APIs to existing or new JAX-WS applications.

See also #77 and #78.

stephenpatten commented 4 years ago

Somewhat related to this conversation as it enables the to use of the MP bits in the JAX-WS usage scenario.

https://github.com/OpenLiberty/guides-common/issues/388