I need to access persistent data from within a Java class that extends IDACall; there is already a XML DataSource Descriptor available for the persistent data; so I would like to access those persistent data via a server-side DataSource.
In order to do so, I have to read in the XML DataSource Descriptor File first; before trying to reinvent the wheel, I would like to ask: Is there already a Java Code Template available for this task 'Server-Side DataSource Access' ?
Or does it perhaps not make sense to use 'Server-Side DataSource Access' to access the persistent data ?
In order to do so, I have to read in the XML DataSource Descriptor File first; before trying to reinvent the wheel, I would like to ask: Is there already a Java Code Template available for this task 'Server-Side DataSource Access' ?
Or does it perhaps not make sense to use 'Server-Side DataSource Access' to access the persistent data ?
Comment