There was an error while loading. Please reload this page.
The SDD class generator can parse a SDD configuration an create Java classes that can automatically store the results of an SDD Read Request.
To generate classes execute:
./classGenerator.sh [CONFIG_PATH] [OUTPUT_PATH] [PACKAGE]
Arguments are as follow:
/usr/share/sdd/config.xml
/usr/share/sdd/classes
sdd.generated.classes
The correct command generate the SDD Classes for the Metalcon Middleware is:
./classGenerator.sh /usr/share/sdd/config.xml <path-to-middleware-repo>/src/main/java/de/metalcon/middleware/sdd de.metalcon.middleware.sdd