JSP Tutorial
JSP : Java Server Pages
It is a server side scripting language.
JSP are normal HTML with Java code pieces embedded in them.
A JSP compiler is used to generate a Servlet from the JSP page.
|
Go4Expert Member
|
|
| 29Jan2007,16:26 | #1 |
|
JSP Tutorial
JSP : Java Server Pages It is a server side scripting language. JSP are normal HTML with Java code pieces embedded in them. A JSP compiler is used to generate a Servlet from the JSP page. |
|
Banned
|
|
| 17Dec2007,16:18 | #2 |
|
JSP is a scriptiing language, that you can embed dynamic content which is not possible with HTML.
JSP internally converts into Servlet class. |