Page 1 of 1

Java applets

Posted: 04 Oct 2006, 13:20
by jneaod
Sorry about this if i have violated any rules.

Like I said I got the job with webcomsales and i want to use java to make applets for things like a login form and i need to know if i need JSP in order to do so. Also is there a certain program i need to run Java applets on a web server such as apache or microsoft windows server? Thanks.

Posted: 06 Oct 2006, 11:35
by bad_brain
if you want to use server-sided Java stuff on Apache you need Tomcat:

http://tomcat.apache.org/

:wink:

Posted: 06 Oct 2006, 12:10
by pseudo_opcode
hmmm.. well applets is a different thing and java server pages is a different thing..

well applet is dependant on client's machine whereas jsp is server side scripting language.. to host jsp pages you need to have a http server like apache tomcat or blazix.. there are some more of them as well like IBM websphere.. you its your choice.. what do you wanna go for?

Posted: 06 Oct 2006, 13:14
by bad_brain
um,right...applet is client-side, server-side it is called servlet...