• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

jess+protege

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am Stanley. Nice to meet you.
I am student who is researching about Jess in Taiwan. At first, I set up lot of classes,properties, instance in protege tool.
Protege-OWL 3.3.1 provides SWRLJessTab plug-in that supports the execution of SWRL rules using the Jess rule engine
and SWRL rules in protege. It's done for translating ontology to Jess within JessTab. Now, I am attempting to translate
the fact of jess to JSP . How can I do for the next step? Could you give me some code examples or some documents.
Sincerely,
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Stanley,

Jess facts are a knowledge representation, while JSP is basically a document templating format. This is like asking how to translate from oranges to kangaroos. You'd have to define how you'd want this translation to work, first, and then I'd be glad to help you figure out how to implement it.
reply
    Bookmark Topic Watch Topic
  • New Topic