Hi Isomorphic,
I just tried SmartGWT.mobile beta out of curiosity and integrated it in my current EE testcase.
Setup works so far, thanks to the detailed instructions. One pitfall I had was that I forgot to "<entry-point class='com.smartgwt.sample.mobile.client.HelloWorld' />". This is done in the samples, I just forgot it.
But I have a question regarding Datasources: My Desktop-testcase as this line in .html:
<script>var isomorphicDir = "demo4c/sc/";</script>
Whether I add it to mobile.html or not does not matter - the browser always requests "/isomorphic/DataSourceLoader?dataSource=..."
How do I tell the mobile client to use the SC-server in the desktop client directory and not "/isomorphic"?
Thanks,
Blama
I just tried SmartGWT.mobile beta out of curiosity and integrated it in my current EE testcase.
Setup works so far, thanks to the detailed instructions. One pitfall I had was that I forgot to "<entry-point class='com.smartgwt.sample.mobile.client.HelloWorld' />". This is done in the samples, I just forgot it.
But I have a question regarding Datasources: My Desktop-testcase as this line in .html:
<script>var isomorphicDir = "demo4c/sc/";</script>
Whether I add it to mobile.html or not does not matter - the browser always requests "/isomorphic/DataSourceLoader?dataSource=..."
How do I tell the mobile client to use the SC-server in the desktop client directory and not "/isomorphic"?
Thanks,
Blama
Comment