Applet communicating with Servlet it's possible?
Hello friends
I'm a java programmer, beginner on jsp programming... i want to do a virtual shop in web, where the users write in a table updatable or grid some 'code articles' and the web program would comunicate with my server and return some information of a mysql database (description of the article, stock, price...)
I think that i'ts possible to do this with Servlet or Jsp. But the visual table component into the web... it's possible to do this with only jsp? I think that this component (similar to java.swing.Table) is special and i need to use an 'Applet' .
The question is easy.. it's possible to create an Applet and do comunication from this applet with a Servlet (who would connect with a mysql data base) ?
You recommend another technology? Are efficient this?
All recommendations are accepted. My objectives are a program quickly and stable.
THANKS A LOT !!

