This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

GET/POST

GET
  • In GET your entire form submission can be encapsulated in one URL, like a hyperlink. 
  • query length is limited to 255 characters, not secure, faster, quick and easy. 
  • The data is submitted as part of URL.
POST


  • In POST data is submitted inside body of the HTTP request. 
  • The data is not visible on the URL and it is more secure

Custom tags and beans


  • Custom tags and beans accomplish the same goals -- encapsulating complex behavior into simple and accessible forms. 
  • There are several differences:
    • Custom tags can manipulate JSP content; beans cannot. 
    • Complex operations can be reduced to a significantly simpler form with custom tags than with beans. 
    • Custom tags require quite a bit more work to set up than do beans. 
    • Custom tags usually define relatively self-contained behavior, whereas beans are often defined in one servlet and used in a different servlet or JSP page. 
    • Custom tags are available only in JSP 1.1 and later, but beans can be used in all JSP 1.x versions.

Custom Jsp Tags

  • Custom JSP tag is a tag you defined. 
  • You define how a tag, its attributes and its body are interpreted, and then group your tags into collections called tag libraries that can be used in any number of JSP files. 
  • To use custom JSP tags, you need to define three separate components: 
    • the tag handler class that defines the tag's behavior ,
    • the tag library descriptor file that maps the XML element names to the tag implementations and
    • the JSP file that uses the tag library

jsp/servlets

  • JSP is used mainly for presentation only. 
  • JSP can only be HttpServlet that means the only supported protocol in JSP is HTTP. 
  • But a servlet can support any protocol like HTTP, FTP, SMTP etc.

HTML Element Syntax



  • An HTML element starts with a start tag / opening tag
  • An HTML element ends with an end tag / closing tag
  • The element content is everything between the start and the end tag
  • Some HTML elements have empty content
  • Empty elements are closed in the start tag
  • Most HTML elements can have attributes

HTML Elements



An HTML element is everything from the start tag to the end tag:
Start tag *
Element content
End tag *
<p>
     This is a paragraph
         </p>
<a href="default.htm" >
    This is a link
           </a>
<br />


* The start tag is often called the opening tag. The end tag is often called the closing tag.

HTML Images



HTML images are defined with the <img> tag.

Example

<img src="w3schools.jpg" width="104" height="142" />

Gallary

Html Tutorial Day-1 Html Tutorial Day-10 Html Tutorial Day-2 Html Tutorial Day-3 Html Tutorial Day-4 Html Tutorial Day-5 Html Tutorial Day-6 Html Tutorial Day-7 Html Tutorial Day-8 Html Tutorial Day-9 J2SE day 1 J2SE day 2 J2SE day 3 Jaap Jaas Java Fundamentals-FAQ jaxp Jdbc tutorial Day-1 Jdbc tutorial Day-10 Jdbc tutorial Day-11 Jdbc tutorial Day-12 Jdbc tutorial Day-13 Jdbc tutorial Day-14 Jdbc tutorial Day-15 Jdbc tutorial Day-16 Jdbc tutorial Day-17 Jdbc tutorial Day-18 Jdbc tutorial Day-19 Jdbc tutorial Day-2 Jdbc tutorial Day-3 Jdbc tutorial Day-4 Jdbc tutorial Day-5 Jdbc tutorial Day-6 Jdbc tutorial Day-7 Jdbc tutorial Day-8 Jdbc tutorial Day-9 jndi Jsp Day 1 Jsp Day 2 Jsp Day 3 Jsp Day 4 JSP Intoduction Jta Jts Nms Day 1 Servlet Faq 1 Servlet Tutorial Day-1 Servlet Tutorial Day-2 Servlet Tutorial Day-3 Servlet Tutorial Day-4 Servlet Tutorial Day-7 Spring FAQ Spring Tutorial Day-1 Spring Tutorial Day-2 Spring Tutorial Day-3 Spring Tutorial Day-4 Spring Tutorial Day-5 Struts FAQ Struts Tutorial Day-1 Struts Tutorial Day-10 Struts Tutorial Day-11 Struts Tutorial Day-12 Struts Tutorial Day-13 Struts Tutorial Day-2 Struts Tutorial Day-3 Struts Tutorial Day-4 Struts Tutorial Day-5 Struts Tutorial Day-6 Struts Tutorial Day-7 Struts Tutorial Day-8 Struts Tutorial Day-9 Struts Tutorial Day-9.1 Two Minute Drill WebServices tutorial Day 1 WebServices tutorial Day 2 WebServices tutorial Day 3 WebServices tutorial Day 4 WebServices tutorial Day 5 WebServices tutorial Day 6 WebServices tutorial Day 7

Popular Posts

Twitter Delicious Facebook Digg Stumbleupon Favorites More