1 / 18

DAT602 Database Application Development

DAT602 Database Application Development. Lecture 17&18 B/S model database application. Database Application Development - Lecture 17&18. Here we still use E-Library as our example . We are going to use Netbeans as our IDE. Database Application Development - Lecture 17&18.

Download Presentation

DAT602 Database Application Development

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. DAT602 Database Application Development Lecture 17&18 B/S model database application

  2. Database Application Development - Lecture 17&18 Here we still use E-Library as our example. We are going to use Netbeans as our IDE.

  3. Database Application Development - Lecture 17&18 Step 1: Add new project.

  4. Database Application Development - Lecture 17&18 Step 1: add new project

  5. Database Application Development - Lecture 17&18 Step 1: Add new project • Structure of new project Web Pages: pages for website Library: Java classes, jars Source packages: source code files

  6. Database Application Development - Lecture 17&18 Step 2: import JDBC driver into this project

  7. Database Application Development - Lecture 17&18 Step 3: Add login page. Login page is for capturing user’s input.

  8. Database Application Development - Lecture 17&18 Step 3: Add login page.

  9. Database Application Development - Lecture 17&18 Step 3: Add login page.

  10. Database Application Development - Lecture 17&18 Step 4: Add page for doing check login. • Create a Java bean for providing JDBC connection.

  11. Database Application Development - Lecture 17&18 Step 4: Add page for doing check login. • Use Java bean in JSP

  12. Database Application Development - Lecture 17&18 Step 4: Add page for doing check login. • Check login business logic

  13. Database Application Development - Lecture 17&18

  14. Database Application Development - Lecture 17&18

  15. Database Application Development - Lecture 17&18

  16. Database Application Development - Lecture 17&18

  17. Database Application Development - Lecture 17&18

  18. Database Application Development - Lecture 17&18

More Related