February 18, 2007

Slides and source code from the DWR web application seminar in Gothenburg February 7th

You can find the source code for my example applications here.
You also find the seminar slides (in Swedish) here.
The source code relies on Java5 for generics, and the bundled project settings are suitable for Eclipse 3.2 with WTP and Tomcat 5.5 installed.
Also note that a couple of fairly new DWR features are used, so the dwr.jar bundled inside the projects is a recent (pre-RC3) snapshot from the DWR 2.0 development tree. If you want the matching DWR source then either get it from CVS or wait for RC3 to be released.
The examples are far from production-quality and have been kept simple to illustrate a few principles. Limitations include:
  • not all corner-cases handled
  • very limited error handling
  • no multi-threading protection

So, give it a try and I will follow up later with some articles explaining various parts of the code!