-
Notifications
You must be signed in to change notification settings - Fork 30
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
Create jakarta-xml-binding.adoc #119
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
== Jakarta XML Binding | ||
|
||
Jakarta XML Binding (JAXB) provides a way to convert Java objects to XML and vice versa. It is a part of the Jakarta EE platform. | ||
|
||
* https://jakarta.ee/specifications/xml-binding/[Jakarta XML Binding Specification] | ||
* https://jakarta.ee/specifications/xml-binding/3.0/[Example using Jakarta REST with Jakarta XML Binding] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The last link isn't an example. Here's the example I had in mind: https://jakartaee.github.io/jakartaee-documentation/jakartaee-tutorial/current/websvcs/rest-advanced/rest-advanced.html#_using_jakarta_rest_with_jakarta_xml_binding. (You need to provide an xref link within the tutorial, though -- not an absolute URL). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also provide a link to this example in the older version of the tutorial (again, use an xref link not this actual URL): https://jakartaee.github.io/jakartaee-documentation/jakartaee-tutorial/9.1/websvcs/jaxws/jaxws.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first sentence is good, but the 2nd one is redundant (anything in here is a part of the platform). Can you add something like this?
Also, can you link to Jakarta REST and Jakarta XML Web Services within the current tutorial?