Hi, I am a newbie to webdesign. I am planning to develop a tutorial application which will be available to world through web. Entire logic of my application runs on a different software which I am planning to keep at the server side(named as Model in MVC(model view controller) , my application will be visible to users as a website as View in MVC. I am really confused as how to start working on it. I am developing my application based on an expert system shell called JESS. Once after creating the logic in JESS, how can I get the response from this for the actions from the user side. Can I develop this application using javascrips (If so, how to develop the connection between java script and the JESS software) or should I write Java code and use Applets. Kindly, someone guide me. Thanks in advance. looking forward for the help. KK
Sounds like you need a bit of ajax working there. I don't know JESS but essentially you use the ajax to call the server with a request and your script will return it. I use cakephp which is an excellent example of MVC and may be more appropriate than JESS - especially if there is no JESS support site. I guess you've checked this out: http://www.jessrules.com/jess/index.shtml