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 !!

[925 byte] By [JosepBravoa] at [2007-10-2 20:27:48]
# 1
Please, any replyes? :_(
JosepBravoa at 2007-7-13 23:10:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

> 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' .

Correct, you can design this using raw html but that's going to be a lot of work. If you know how to use swing components and applets, that would seem the best option.

>

> 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 !!

Google for applet-servlet communication. You'll get tons of stuff.

ram.

Madathil_Prasada at 2007-7-13 23:10:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi,does any one can solve swings in struts, can we implement by using <Jsp:plugin>.please does anyone know the answer please reply me.
ram_prasad117a at 2007-7-13 23:10:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...