1 / 6

JavaServer Pages TM

JavaServer Pages TM. Introduce by 8942032 8942007 8942018. Introduction. What can JSP provides?

Download Presentation

JavaServer Pages TM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. JavaServer PagesTM Introduce by 8942032 8942007 8942018

  2. Introduction • What can JSP provides? • easy way to create dynamic web pages. • simplify the task of building web apps. • What exactly is JSP ? • a JSP page is simply an HTML web page that contains additional bits of code that execute application logic to generate dynamic content.

  3. Introduction (con’t) • What are the Advantages of JSP? • The separation of interface and logic • Flexible code that can easily be updated and reused. • JSP tags for invoking JavaBeans components manage these components completely • Developers can offer customized JSP tag libraries that page authors access using an XML-like syntax. • Web authors can change and edit the fixed template portions of pages without affecting the application logic.

  4. Creating JSP Pages • Components of JSP page. • JSP actions (or JSP tags) • Directives • Declarations • Expressions • Scriptlets • Comments

  5. Custom Tags • Provide further separation of responsibilities between developers and page authors • Components • Tag library descriptor • Tag handler

  6. The End.

More Related