Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Web-Based Expert System for PC Troubleshooting

  Asked By: Abarrane    Date: Apr 25    Category: Java    Views: 1462
  

I am working on a project titled
"Web-Based Expert System for PC Troubleshooting". The
expert system will be developed in JESS (Java Expert
System Shell) which provides interface with Java. So
to make our system web-enabled we have to build the
website in Java + HTML & interface it with JESS.
We have chosen the following
concepts of Java to be used for our website:

1. Applets, which will get loaded on the client side
2. JDBC for maintaining user profiles
3. AWT or Swing components for the user interface
4. Servlets embedding JESS which will also interact
with the applets on the client side

I need your suggestions about the choice &
the suitability of the above Java concepts for the
site.

Will our system need Multithreading or
multiple requests will be handled by the web server?

Any tips, improvements or suggestions are
always welcome!

Waiting for your reply!

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Landra Schmidt     Answered On: Apr 25

It Seems to me you are going to explore all the Thick
clients in java, like applets, swings, awt  etc.
Please judge carefully while using applets, as it is
bulky and needs security manager( just in my opinion).
Needs any sort of applets  and servlets  coding help..
do write to me.

 
Didn't find what you were looking for? Find more on Web-Based Expert System for PC Troubleshooting Or get search suggestion and latest updates.




Tagged: