Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Website Development in Java

  Asked By: Dai    Date: Jul 19    Category: Java    Views: 872
  

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!

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Website Development in Java Or get search suggestion and latest updates.




Tagged: