Chapter 11: MicroProfile Rest Client#26
Conversation
initial few sections.
chapter 11: MicroProfile Rest Client
|
I would be adding a section on RestClientBuilder and how to obtain a proxy (instance) of the rest client. |
…e in Chapter 11 - Introduced programmatic client creation using RestClientBuilder - Added InventoryService example calling ProductService with RestClientBuilder - Explained builder pattern usage and method chaining benefits - Clarified when to prefer programmatic client creation over CDI - Included summary and key takeaways on MicroProfile Rest Client advantages
Adding a closing statement to the MicroProfile tutorial.
Done. |
|
@Emily-Jiang - This chapter is ready to merge as all the review feedback has been resolved. Please take care. |
|
reviewing in progress |
jamezp
left a comment
There was a problem hiding this comment.
Just some minor comments.
One thing I wonder. Should we be using attributes for the spec names and versions? For example should we have:
:rest-client-spec-name: MicroProfile Rest Client
:rest-client-spec-version: 4.0
Co-authored-by: Radoslav Husar <radosoft@gmail.com>
Updated. |
|
@Emily-Jiang Please merge this PR, as all the review feedback has been incorporated. Thanks @rhusar and @jamezp for your valuable feedbacks. |
@ttelang One last nitpick - the directory/file in this PR - |
Here's the PR fix for that - #29 - since this chapter is now listed at the top which might be confusing to users. |
Content for Chapter 11: MicroProfile Rest Client