Hi Folks,

Jason Smith has a beta version of a Java Server Pages tag library for
Jess. You can learn about it and download it at

        http://www.catchthrowable.com/jess/index.html  

This looks really neat and I'm looking forward to trying it
out. Here's a complete web page using the tag library. It has Jess
printout "Hello, World!" Note that Jess will run on the server, not on
the desktop.

<%@ taglib uri="jess" prefix="jess" %>
<html>
    <body>
        <jess:jess>
            <jess:script>
                (printout out "<h1>Hello World!</h1>")
            </jess:script>
        </jess:jess>
    </body>
</html>




---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to