Bahsa JSP (Java Server Page)

11 November 2009

JSP atau Java Server Page adalah bahasa scripting untuk web programming yang bersifat server side. JSP dapat berupa gabungan antara baris HTML dan fungsi-fungsi JSP itu sendiri, JSP tidak perlu dikompilasi oleh user tapi akan dikerjakan oleh server.



<html>
<head>
<title>JSP</title>
</head>
<body>
<&
Out.PrintIn(“<h1>Hello word …Hello JSP </h1>”)
&>
</body>
</html>


1 komentar:

aminosäuren mengatakan...

JavaServer Pages is a server side Java technology that allows software developers to create dynamically generated web pages, with HTML, XML, or other document types, in response to a Web client request to a Java Web Application container.