I want to create custom SQL driven datasource, which runs queries/executes stored procedures, then massages data and returns it to client side. Is there any example how to do so within smartGWT.
Obviously I just can open JDBC connection to DB myself and execute all SQL queries, but that wont be using smartGWT features.
Please advice, thank you
Obviously I just can open JDBC connection to DB myself and execute all SQL queries, but that wont be using smartGWT features.
Please advice, thank you
Comment