1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
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.
|