|
SMPS wrote:
Hi JESS
Users,
It was wonderful to find that there is a whole community of JESS users
spread throughout the world. I am new to JESS and
rule based programming. I have
learnt CLIPS rule based language.
I want help on following aspects to JESS users, 1)
How to create a GUI in java and link it to JESS.
Look at jess documenataion it is
pretty well writen. The Chapter 7 explains Creating Graphical User Interfaces
in the Jess Language.(jessgui.html) Alternatively Look at chapter 2.6.
Java reflection(language.html) where you can access java classes by using
jess reflect functions to access your gui classes.
2)
Is it possible to access java objects from jess and vice versa.Chapter
4.4.4. Transferring values between Jess and Java code(library.html)
If possilble can you guys out there , send some sample java and jess code
demonstrating usage of applet,
frame and call to JESS rule in
java programs.
All jess examples can run as applets.Chapter
1.6.5. Jess as an Applet(intro.html)
You
can send reply to [EMAIL PROTECTED]
or [EMAIL PROTECTED] or [EMAIL PROTECTED].
thank you.
|