I've been learning SmartClient using the full download and have successfully connected to a pre-existing MySQL database. I've now downloaded SmartGWT and would like to use some of the same data sources that I have been using with SmartClient. I have the SmartClient server running and have developed a sample app with SmartGWT but using DataSource.getDataSource("datasourcename") results in null. I need step by step instructions on how to transition from SmartClient and still use the existing server side code (i.e. data sources) that I've developed.
Announcement
Collapse
No announcement yet.
X
-
Sorry if I'm being dense, but I'm a newbie ... in case you haven't noticed. I added this line to my html
<script src="sc/DataSourceLoader?dataSource=MyDataSource"></script>
... and copied the MyDataSource.ds.xml to [webroot]/shared/ds but I'm getting an error "WARNING: No file found for: /sc/DataSourceLoader" when running the app.
Comment
Comment