Jaminid Readme file -------------------s To the java developer: Important classes: com.prolixtech.jaminid.Daemon - The HTTP Daemon com.prolixtech.jaminid.ContentOracle - The class you have to extend in your application Not so important but useful: com.prolixtech.jaminid.Protocol - Captures some important information about HTTP Examples of Usage: ------------------------------------------------------ look in com.prolixtech.jaminid_examples. - com.prolixtech.jaminid_examples.ajax.SimpleAjaxServer ------------------------------------------------------ The most complete example; includes some templating code, some ajax routines (javascript and oracle functions) as well as a neat design! Also look at the documentation in /doc. Running the example: ------------------------------------------------------ From the main (Jaminid) directory, run: java -cp src/ com.prolixtech.jaminid_examples.ajax.SimpleAjaxServer Comments and Feedback: ------------------------------------------------------ Send these to the contacts on jaminid.sourceforge.net. Thanks for using Jaminid.