Hi,
I am currently trying to convert an applet(that incorporated Jess) into a
servlet. I am not familiar with servlets, so probably this is a silly
question :-).

I am not using any HTML forms. I need to basically wait for some
conditions to be satisfied for some fact to be asserted or detracted. Once
this happens, I have to send a message to the server indicating the
same. The server goes through the rules and prescribes an action. This
needs to be sent back to the client. 

My questions are...

a) If I had used Forms, I could use doPost or doGet methods so that the
server picks up data from the client. But as I am not using them, how do I
make the server pick up data from the client?

b) I have currently written the GUI in Jess. So if I move Jess to the
server side, I will have to re-write the GUI in Java, right?

I would be really grateful if You could help me with this,

Regards,

Raj.


---------------------------------------------------------------------
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