Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
763d0661
Commit
763d0661
authored
Aug 25, 2022
by
Claus Nagel
Browse files
added note about maintenance mode of ade-xjc
parent
8b7276a4
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
763d0661
...
@@ -3,7 +3,12 @@ ade-xjc
...
@@ -3,7 +3,12 @@ ade-xjc
ade-xjc is a command line tool and wrapper for the XML Schema binding compiler
`xjc`
shipped with
ade-xjc is a command line tool and wrapper for the XML Schema binding compiler
`xjc`
shipped with
[
JAXB
](
https://jaxb.java.net/
)
. ade-xjc compiles arbitrary CityGML Application Domain Extension (ADE) schemas
[
JAXB
](
https://jaxb.java.net/
)
. ade-xjc compiles arbitrary CityGML Application Domain Extension (ADE) schemas
to a set of corresponding JAXB classes to be used with
[
citygml4j
](
https://github.com/citygml4j/citygml4j
)
.
to a set of corresponding JAXB classes to be used with
[
citygml4j v2
](
https://github.com/citygml4j/citygml4j/tree/citygml4j-v2
)
.
**NOTE:**
ade-xjc is in
**maintenance mode**
with no significant active development planned. It is not updated
with new features but at most receives critical bug fixes. ade-xjc is intended to be used with citygml4j v2.
The latest
[
citygml4j v3
](
https://github.com/citygml4j/citygml4j
)
is not based on JAXB anymore but uses
[
xml-objects
](
https://github.com/xmlobjects/xml-objects
)
instead. So, ade-xjc is not required anymore.
License
License
-------
-------
...
@@ -100,7 +105,7 @@ with the above settings under Windows or UNIX-like environments.
...
@@ -100,7 +105,7 @@ with the above settings under Windows or UNIX-like environments.
Using the generated JAXB classes
Using the generated JAXB classes
--------------------------------
--------------------------------
ade-xjc is designed to be used with citygml4j. During compilation of the ADE Schema, ade-xjc ensures that the
ade-xjc is designed to be used with citygml4j
v2
. During compilation of the ADE Schema, ade-xjc ensures that the
resulting JAXB classes perfectly combine with the JAXB classes that are shipped with citygml4j and that map the
resulting JAXB classes perfectly combine with the JAXB classes that are shipped with citygml4j and that map the
official CityGML, GML and xAL schemas. As a consequence, the citygml4j library needs to be on your classpath in
official CityGML, GML and xAL schemas. As a consequence, the citygml4j library needs to be on your classpath in
order to use the generated JAXB classes.
order to use the generated JAXB classes.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment