java project proposal

2
Java Project Proposal (Swing Based App) Group Members: Shahzad Mukhtar ( B-16941 ) Aurangzeb Khan ( B-16931 ) Project Info: We Are Going To Make University Course Enrolment System In Java. First We Make a Registration page for students so that they can register in our database. After that students go to login page and enter his/her roll number and password and if it’s true He / She Redirect To His/her Account where they have the option to choose/select the Courses ( 4 Courses Minimum / Maximum ). After selection, their courses save in database so when He / She Login Again His Selected Courses Show In His Account . Database Design: In Our Data base we have 3 Table’s 1 st is for store student information, 2 nd for store login details, 3 rd for store every student selected course Table’s Implementation: 1 st table Student’s Record : In This table we have Different Columns Regarding to student information name, semester , roll number , phone number in this table every student roll number is primary key

Upload: aurangzeb-khan

Post on 02-Feb-2016

6 views

Category:

Documents


0 download

DESCRIPTION

java

TRANSCRIPT

Page 1: Java Project Proposal

Java Project Proposal (Swing Based App)

Group Members:Shahzad Mukhtar ( B-16941 )Aurangzeb Khan ( B-16931 )

Project Info: We Are Going To Make University Course Enrolment System In Java. First We Make a Registration page for students so that they can register in our database. After that students go to login page and enter his/her roll number and password and if it’s true He / She Redirect To His/her Account where they have the option to choose/select the Courses ( 4 Courses Minimum / Maximum ). After selection, their courses save in database so when He / She Login Again His Selected Courses Show In His Account .

Database Design: In Our Data base we have 3 Table’s 1st is for store student information, 2nd for store login details, 3rd for store every student selected course

Table’s Implementation: 1 st table Student’s Record :In This table we have Different Columns Regarding to student information name, semester , roll number , phone number in this table every student roll number is primary key2 nd Table Student’s Login Details : In This Table We Have 3 Colum’s Which Are ID, Roll number, Password. We Can’t Save These Details in Student’s Recorded because if we store all data in 1 table it’s not a good database design. In This Table Primary Key Is ID which is automatically give to every user it’s can’t be same every student get a unique ID by System.3 rd Table Student’s Course’s : In This table we store all information of student courses so in this table we have 3 Colum’s Which Are ID , Roll number , Course’s in this table primary key is ID which is automatically give to every user it’s can’t be same every student get a Unique ID by System .