Presentation is loading. Please wait.

Presentation is loading. Please wait.

Contrast with JavaScript HTML Formsto invoke Java Server Pages Structure of Forms Query strings Java Server Pages Sent From Browser To Serverfor JSP.

Similar presentations


Presentation on theme: "Contrast with JavaScript HTML Formsto invoke Java Server Pages Structure of Forms Query strings Java Server Pages Sent From Browser To Serverfor JSP."— Presentation transcript:

1 Contrast with JavaScript HTML Formsto invoke Java Server Pages Structure of Forms Query strings Java Server Pages Sent From Browser To Serverfor JSP

2 JSPJava programs run on/executed by server Javascript- executed by browser – gives dynamic effects HTML - used by browser - to define content & layout - At request of client - Results returned to client in HTML page versus:

3 JavaScript R-R Request HTML page retrieves html page returns page to client client (browser) executes Java script containing JavaScript CLIENT-SIDE SCRIPT server Apache Tomcat Request-Response Protocol

4 Java Server Page R-R client Requests JSP page server returns HTML + Results browser displays page executes JSP code Compiled first time only Handles extensions like.jsp or.html differently compiles JSP code retrieves page from storage SERVER-SIDE SCRIPT replaces JSP with results

5 HTML Forms User enters data. Browser sends data To server that sent Form. Form identifies server program that processes the data. name age submit Input fields Triggers transmission of data to server Submit button Form

6 HTML Form Please enter data HTML for Form: Source: Chapter03/example6a.html Program on server Submits request to server Sends data in query-string Variable names Name: Major:

7 From: Browser TO: Server http://localhost:8080/myapp/chapter03/getUserInfo.jsp ? firstName=aaa&major=zzz WHEREWHOWHAT JSP program - on server - requested by HTML Form Data for JSP program Query string Triggered by Form

8 Using HTML Formsto invoke Java Server Pages Structure of HTML Forms Structure of Query stringsSent to Server from Browseras JSP data Preview


Download ppt "Contrast with JavaScript HTML Formsto invoke Java Server Pages Structure of Forms Query strings Java Server Pages Sent From Browser To Serverfor JSP."

Similar presentations


Ads by Google