JSP PowerPoint PPT Presentation

presentation player overlay
About This Presentation
Transcript and Presenter's Notes

Title: JSP


1
JSP
2
JSP
  • Server-side application support
  • Instead of a Java program write a page using HTML
    and add tags and scriptlets
  • Separation of concerns
  • application logic (in tag libraries or beans)
  • page design/content

3
Example
  • lthtmlgt
  • ltjspuseBean idclock classcalendar.JSPCalendar
    gt
  • ltulgt
  • ltligtDay of month is
  • ltclock.getDayOfMonth() gt
  • ltligtYear is ltclock.getYear()gt
  • lt/ulgt
  • lt/htmlgt
Write a Comment
User Comments (0)
About PowerShow.com