PDA

View Full Version : Jsp


STRANGER_OF_UR_DREAMZ
Feb 8, 2006, 06:43 AM
Hi pals
I would like to know about JSP programs,how to use JSP programs etc , not the subject ,can anyone help me...

LTheobald
Feb 8, 2006, 09:23 AM
This will start you off: http://www.visualbuilder.com/jsp/tutorial/

Basically JSP pages are web pages with embedded tags and Java code. These are then compiled by a servlet engine that translate the page into a java Servlet which is then ran by the application server to produce the appropriate results.


If you don't know any Java but are going to try to learn JavaServer Pages, you going to hit trouble. Learn Java first.