Getting Started
See the installation page. The webdsl generator script can generate a default "hello world" application: This can be built using the build command: This can then be deployed using the deploy command (replacing any existing deployment): To clean all generated files: For further documentation of the webdsl script command, see webdsl help. To run JBoss, enter the JBoss /bin/ directory and enter the following command: This runs JBoss in a Java Virtual Machine configured to handle the memory usage involved with (re)deploying large applications. Still, it is possible to receive out-of-memory errors in JBoss; memory leaks unfortunately seem to be a common problem with the application server. See the language documentation for more information on the WebDSL language. Found any bugs? Questions? Try the issue tracker, or see the home page for contact information. The developers usually hang out in the #webdsl irc channel on irc.freenode.net (web version), they will gladly help you out in getting started with webDSL and are able to give you up-to-date info on the status of the whole project (i.e. which revision you should use ;) ).Installation
Using WebDSL for the first time
$ webdsl new
$ webdsl build
$ webdsl deploy
$ webdsl clean
$ export JAVA_OPTS="-server -Xms40m -Xmx1024m -XX:MaxPermSize=256m -XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled -Xverify:none -Xss10m"
$ ./run.sh -b 127.0.0.1 -Dbind.address=127.0.0.1
Documentation
Support
Contributions by LennartKats ZefHemel DannyGroenewegen