JSP - PowerPoint PPT Presentation

1 / 3
About This Presentation
Title:

JSP

Description:

Instead of a Java program write a page using HTML and add tags and scriptlets ... application logic (in tag libraries or beans) page design/content. Example html ... – PowerPoint PPT presentation

Number of Views:49
Avg rating:3.0/5.0
Slides: 4
Provided by: karllie
Learn more at: https://www2.ccs.neu.edu
Category:
Tags: jsp | html | tags

less

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