Example Code You can use these classes to get some working example code on how to build elements using ECS. We suggest that you create your own testing class and then copy/paste code from these classes into your own class to do your testing/learning. These classes are written as applications and output to stdout. So, you can compile them and run them from the command line. Notes: 1. Please note that you may need to link against the ../lib/xerces-x.x.x.jar file in order to compile and use some of these examples. 2. If any of these classes do not compile or run properly for you, then please do not take this as a sign that ECS is not working. Chances are that this file is either broken or is not in a working state for some reason or another. 3. The right place to ask questions is the ecs-user@jakarta.apache.org mailing. Go ahead and subscribe - but please read the guidelines on the website (jakarta.apache.org) first :) Classes TestBed.java: - The TestBed.java file is our main development and testing class. It has code in it that takes advantage of almost every single core aspect of ECS so that we can stress test the framework and look for errors. This uses the core org.apache.ecs package together with org.apache.ecs.html and org.apache.ecs.xhtml. Most of these examples are html-based. JSPTestBed: - This class demonstrates and tests jsp element creation using package org.apache.ecs.jsp. VXMLTestBed: - This class demonstrates and tests vxml element creation using package org.apache.ecs.vxml. WMLTestBed: - This class demonstrates and tests wml element creation using package org.apache.ecs.wml.