Can anyone describe the step-by-step instructions to get the hello world app running?
I right click and select Example WebDSL project. And I did other settings regarding MySQL and database. I have installed “WAMP” server.

What next is to be done?

Submitted on 18 March 2012 at 07:48

On 18 March 2012 at 10:35 Danny Groenewegen commented:

step-by-step (first section in manual): http://webdsl.org/selectpage/Manual/usingPlugin

you need to press ctrl+alt+b, or click ‘Build Project’

in the case of WebDSL you’ll only be using MySQL of the WAMP installation


On 18 March 2012 at 10:38 chris melman commented:

so there are 2 projects, the normal new project and the example one.

Both have the same steps to get it working, so you get a screen with options.

since you have wamp installed you could use the mysql option and fill in the correct information here and click on test connection to see if it works.(could be that you have to create a database in mysql manualy)

Database mode choose update.

the email setting can be skipped for the examples.

and use the not external tomcat option(since you don’t need WAMP for WebDSL it runs on tomcat)

then build the project and it will work(you should know it runs on port 8080 so this shouldnt be used by anything else)


On 18 March 2012 at 15:43 Tejus commented:

Thank you Danny and Chris melman. It works like a charm.

The eclipse folder was inside many directories I put it directly under C:\ and I also shifted my work space directly under C:\ (i.e., C:\eclipse and C:\eclipseWorkSpace). I don’t know how that would matter but I repeated those steps with faith and got it working.

Thanks a lot. It made my day. Now I can give a technical seminar with a demo!

Log in to post comments