+ All Categories
Home > Documents > DAT602 Database Application Development

DAT602 Database Application Development

Date post: 31-Dec-2015
Category:
Upload: magee-stanley
View: 38 times
Download: 4 times
Share this document with a friend
Description:
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. - PowerPoint PPT Presentation
Popular Tags:
18
DAT602 Database Application Development Lecture 17&18 B/S model database application
Transcript
Page 1: DAT602 Database Application Development

DAT602 Database Application Development

Lecture 17&18 B/S model database application

Page 2: DAT602 Database Application Development

Here we still use E-Library as our example.We are going to use Netbeans as our IDE.

Database Application Development - Lecture 17&18

Page 3: DAT602 Database Application Development

Step 1: Add new project.

Database Application Development - Lecture 17&18

Page 4: DAT602 Database Application Development

Step 1: add new project

Database Application Development - Lecture 17&18

Page 5: DAT602 Database Application Development

Step 1: Add new projectStructure of new project

Web Pages: pages for websiteLibrary: Java classes, jarsSource packages: source code files

Database Application Development - Lecture 17&18

Page 6: DAT602 Database Application Development

Step 2: import JDBC driver into this project

Database Application Development - Lecture 17&18

Page 7: DAT602 Database Application Development

Step 3: Add login page.Login page is for capturing user’s input.

Database Application Development - Lecture 17&18

Page 8: DAT602 Database Application Development

Step 3: Add login page.

Database Application Development - Lecture 17&18

Page 9: DAT602 Database Application Development

Step 3: Add login page.

Database Application Development - Lecture 17&18

Page 10: DAT602 Database Application Development

Step 4: Add page for doing check login.Create a Java bean for providing JDBC connection.

Database Application Development - Lecture 17&18

Page 11: DAT602 Database Application Development

Step 4: Add page for doing check login.Use Java bean in JSP

Database Application Development - Lecture 17&18

Page 12: DAT602 Database Application Development

Step 4: Add page for doing check login.Check login business logic

Database Application Development - Lecture 17&18

Page 13: DAT602 Database Application Development

Database Application Development - Lecture 17&18

Page 14: DAT602 Database Application Development

Database Application Development - Lecture 17&18

Page 15: DAT602 Database Application Development

Database Application Development - Lecture 17&18

Page 16: DAT602 Database Application Development

Database Application Development - Lecture 17&18

Page 17: DAT602 Database Application Development

Database Application Development - Lecture 17&18

Page 18: DAT602 Database Application Development

Database Application Development - Lecture 17&18


Recommended