The documentations are always referring to use the ds.xml configurations to use with a SQL datasource.
We would prefer using only Java-Code, because of Internationalization without the jsp approach, reuse of DataSourceField definitions and compiler-correction.
Another aspect is to separate data related and presentation informations ( like "title" attributes. )
Is it possible to declare a SQL datasource only with Java Code.
If so, is server and client logic like validation also guaranteed?
How to set the tableName or serverType in the Java Code?
We would prefer using only Java-Code, because of Internationalization without the jsp approach, reuse of DataSourceField definitions and compiler-correction.
Another aspect is to separate data related and presentation informations ( like "title" attributes. )
Is it possible to declare a SQL datasource only with Java Code.
If so, is server and client logic like validation also guaranteed?
How to set the tableName or serverType in the Java Code?
Comment