Feeds:
Posts
Comments

Archive for the ‘JSP’ Category

JSP(Java Server Page)

JSP(Java Server Pages)are components in J2EE application that consist of HTML with Java code added to the HTML.
1> Directive Elements

Page <%@ page attributes%>

i.      Import : packages
ii.      Session : Page participates in page
iii.      IsThreadSafe – multiple concurrent request thread
iv.      Info : contents,purpose,name etc..
v.      ErrorPage : web page when error occurs
vi.      IsErrorPage :
vii.      ContentType :

Include [...]

Read Full Post »