Integration with Mobl
The following zip file contains a WebDSL and a Mobl project, the WebDSL application provides data through a web service to the Mobl application:
http://webdsl.org/examples/mobl-webdsl-example.zip
How to use this example:
0 Get the Eclipse zip from the WebDSL site (WebDSL in Eclipse), which contains the WebDSL and Mobl plugins.
1 Import both projects using: 'file -> import -> exising projects into workspace' (the testapp WebDSL project will automatically compile and deploy)
2 Open testmobl.mobl, add a space somewhere and save the file to trigger a compilation of the Mobl project.
3 In the WebDSL project, right-click import-mobl.xml and select 'run as->ant build'. This simply copies the content of the Mobl project www directory to the WebContent directory of the WebDSL project, which contains the deployed application.
4 Go to the browser and click the link 'show mobile page'.
Note that you will need to update the project names in 'import-mobl.xml' when copying it to another project, and you should copy the 'projectname import-mobl.xml.launch' file as well.
