I'm developing an application that catches some objects from Java .
Here is the code:
....
rete.store("a", input_utente);
rete.executeCommand("(defclass input_utente InputUtenteBean)");
rete.executeCommand("(definstance input_utente (fetch input_utente)
static)");
rete.store("a", input_utente);
rete.executeCommand("(defclass input_utente InputUtenteBean)");
rete.executeCommand("(definstance input_utente (fetch input_utente) static)");
rete.store("a", input_utente);
rete.executeCommand("(defclass input_utente InputUtenteBean)");
rete.executeCommand("(definstance input_utente (fetch input_utente) static)");
.....
I want to return to Java only some of these objects.
How can I do this?
Thank you very much
Alessandro
---------------------------------------------------------------------
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]
---------------------------------------------------------------------