Skip to content

Commit

Permalink
xmlb-3 and xmlb-4 are recreated in SVG format
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Cherkas <[email protected]>
  • Loading branch information
DmitriGit authored and lukasj committed Feb 15, 2022
1 parent 1033f4e commit cb0b475
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ch03-architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ between concepts introduced in this section.

.Non-Normative Jakarta XML Binding Architecture diagram
[[a210]]
image::images/xmlb-3.png[image]
image::images/xmlb-3.svg[image]

JAXB-annotated classes are common to both
binding schemes. They are either generated by a schema compiler or the
Expand All @@ -62,7 +62,7 @@ within the schema or they can appear in an external binding file that is
associated with the source schema.

.JAXB 1.0 style binding of schema to interface/implementation classes.
image::images/xmlb-4.png[image]
image::images/xmlb-4.svg[image]

Note that the application accesses only the
schema-derived interfaces, factory methods and `jakarta.xml.bind` APIs
Expand Down
Binary file removed spec/src/main/asciidoc/images/xmlb-3.png
Binary file not shown.
249 changes: 249 additions & 0 deletions spec/src/main/asciidoc/images/xmlb-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed spec/src/main/asciidoc/images/xmlb-4.png
Binary file not shown.
Loading

0 comments on commit cb0b475

Please sign in to comment.