Config XML schema

Hi, is there any DTD or XML Schema file to gx_appConfig.xml and gx_clientConfig.xml? I don’t seem to have it in my project.
Having this files would make it a lot easier for me to configure my application, as i don’t like this whole web Configuration Editor.

It would be great if You could share these schemas with us.

Oskar,

We don’t have a schema.

For JSP we use a 3rd party component called castor.
For .NET we use castor in 5.2, in 8.1.2 we use the standard .NET XML standard serialization.

These components read and write XML to Java objects.

The best way to understand the XML structure is to look in the JavaDoc for the root classed GXWebAppConfig and GXClientConfig.

Hope it helps