Java applets

Questions about programming languages and debugging
Post Reply
User avatar
jneaod
On the way to fame!
On the way to fame!
Posts: 49
Joined: 11 Feb 2006, 17:00
18

Java applets

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

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

if you want to use server-sided Java stuff on Apache you need Tomcat:

http://tomcat.apache.org/

:wink:

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post 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?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

um,right...applet is client-side, server-side it is called servlet...

Post Reply