You are on page 1of 10

Micro Project report on

REGISTRATION FORM USING


(SERVLET+JDBC+MySQL)

Academic Year:2022-2023 Institute Code:0563

Program: Computer Engineering Semester: V

Course: Advance Java Programming Course Code: 22517


Group No: 16

Maharashtra State Board of Technical Education, Mumbai


(Autonomous) (ISO-9001-2008) (ISO/IEC 27001:20013)
CERTIFICATE

Seat
Roll No Student Name Enrollment No
No
104 2005630053
SHUBHAM KHALADKAR
105 TEJAS PATIL 2005630089

106 SUBRATO MANDAL 2005630108

This is to certify that,


Of Fifth semester of Diploma in Computer Engineering (Second Shift) of Institute
Pravin Patil College of Diploma Engineering and Technology, Bhayandar(E)
(Code:1643) has completed the Micro Projects factor in subject Advance Java
Programming(22517) for the academic year 2022-2023 as prescribed in the curriculum
Place: Bhayandar (E)
Date: _______________

Mrs. Manjula Athani Mrs. Manjula Athani Mrs. R.B.Patil


___________________ ___________________ ______________

Subject Teacher Head of Department Principal

Maharashtra State Board of Technical Education, Mumbai


PART A – Plan Micro Project Proposal
REGISTRATION FORM USING (SERVLET+JDBC+MySQL)
DETAILS)

1.0 Brief Introduction


A EVENT MANAGEMENT SYSTEM (LOGIN FORM, EVENT HANDLER DETAILS) The Java Chat
application you are going to build is a console application that is launched from the command line. The server
and clients can run on different computers in the same network, e.g. Local Area Network (LAN).
There can be multiple clients connect to a server and they can chat to each other, just like in a chat room where
everyone can see other users’ messages. There’s no private chat between two users, for simplicity.
After getting connected to the server, a user must provide his or her name to enter the chat. The server sends a
list of currently online users to the new user.
Every user is notified when a new user arrives and when a user has gone. Each message is prefixed with the
username to keep track who sent the message.
And finally, the user says ‘bye’ to quit the chat.
The application consists of two parts: server and client. Each part can run independently on separate
computers.
Now, let’s see how to code this Java chat application in details.

2.0 Aim of the Micro-Project


Event Management System (Login Form, Event Handler Details)

3.0 Course Outcomes integrated

a) Develop programs using GUI Framework (AWT and Swing).


b) Handle events of AWT and Swings components.
c) Develop programs to handle events in Java Programming.
d) Develop Java programs using networking concepts.
e) Develop programs using database.
f) Develop programs using Servlets.
4.0 Action Plan

Planned Planned Name of


Sr.No. Details of Activity Responsible Team
Start Date Finish Date Members

1. Selection of topic 24-08-22 1-09-22 All

Information collection from


2. 1-09-22 07-09-22 All
books

Information collection from


3. 07-09-22 14-09-22 All
web resources

Designing algorithm for


4. 14-09-22 21-09-22 All
project
5. Developing code for All
21-09-22 28-09-22
project
6. Developing code for project 28-09-22 5-10-22 All

Solving error and testing of 5-10-22


7. 12-10-22 All
project

8. Preparation of report 12-10-22 23-11-22 All

5.0 Resources Required


Sr. Name of
Specifications Qty Remarks
No Resource/Material
Available in
1 JDK 1.8.0 1 college
Laboratory
Available in
2 Internet Facility NA 3 college
Laboratory
Available in
3 Books Advance Java Programming 3
college Library

**************
PART B – Plan Micro Project Report

REGISTRATION FORM USING (SERVLET+JDBC+MySQL)

1.0 Brief Description


In this tutorial, we will see a Chat Application in Java, which is another module of a remote
procedure call. We will deal with sockets and its parameter, to work out with our
requirement. For generations, remote procedure call has been used to make message passing
system in any environment. It can be a distributed system, standalone, or any client Server
environment.

2.0 Aim of the Micro-Project


1. REGISTRATION FORM USING (SERVLET+JDBC+MySQL)

3.0 Course Outcomes integrated


a) Develop programs using GUI Framework (AWT and Swing).
b) Handle events of AWT and Swings components.
c) Develop programs to handle events in Java Programming.
d) Develop Java programs using networking concepts.
e) Develop programs using database.
f) Develop programs using Servlets.

4.0 Actual Procedure Followed


1. Selection of topic.
2. Information collected from books.
3. Information collected from web resources.
4. Designing algorithm for project.
5. Developing code for project.
6. Solving error and testing of project.
7. Preparation of report.

5.0 Actual Resources Used

Sr. Name of
Specifications Qty Remarks
No Resource/Material

For developing
1 JDK 1.8.0 1
program

For brief
2 Websites Wikipedia 1
information

Microsoft word For making the


3 Ms word 1
2019 report
6.0 Outputs of the Micro-Project

Program with output:


INDEX.HTML
ChatFrame.java

REGISTRATION.JAVA
7.0 Skill Developed/Learning out of this Micro-Project

1. We developed skills like graphics are created in computer world.


2. To implement various algorithms and functions to execute the program
3. To implement the program for Event Management System (Login Form, Event Handler
Details).
Teacher Evaluation Sheet

Name of Student: SHUBHAM KHALADKAR Enrolment No: 2005630053


Name of Program: Computer Engineering. Semester: Fifth
Course Title: Advance Java Programming. Code:22517
Title of the Micro Project: REGISTRATION FORM USING (SERVLET+JDBC+MySQL)
Course Outcomes Achieved (COs):
a. Develop programs using Object Oriented methodology.
b. Apply concept of inheritance of code reusability.
c. Develop programs using multithreading.
d. Implement Exception Handling.
e. Develop programs using graphics and applets
f. Develop programs for handling I/O and file streams.

Poor (Marks 1- Average Good Excellent Sub


Sr .No Characteristic to be Assessed
3) (Marks 4-5) (Marks 6-8) (Marks 9-10) Tota l

(A) Process and Product Assessment (Covert above total marks out of 6 Marks)

1 Relevance to the course

Literature Survey / Information


2
Collection

Completion of the Target as per


3
project proposal

4 Analysis of Data and Representation

5 Quality of Prototype/Model

6 Report Preparation

(B) Individual Presentati on / Viva (Conv ert above total marks out of 4 Marks)

7 Presentation

8 Defense

Evaluation as per Suggested Rubric for Assessment of Micro-Project


Micro-Project Evaluation Sheet

(A) Process and Product Assessment (B) Individual Presentation / Viva Total Marks (10
(6 Marks) (4 marks) Marks)

Comments / Suggestions about team work / leadership / inter-personal communication:

………………………………………………………………………………………………
Name & Designation of the Teacher: Mrs. Manjula Athani
Teacher Evaluation Sheet
Name of Student: TEJAS PATIL Enrolment No: 2005630089
Name of Program: Computer Engineering. Semester: Fifth
Course Title: Advance Java Programming. Code:22517
Title of the Micro Project: REGISTRATION FORM USING (SERVLET+JDBC+MySQL)
Course Outcomes Achieved (COs):
a. Develop programs using Object Oriented methodology.
b. Apply concept of inheritance of code reusability.
c. Develop programs using multithreading.
d. Implement Exception Handling.
e. Develop programs using graphics and applets
f. Develop programs for handling I/O and file streams.

Poor (Marks 1- Average Good Excellent Sub


Sr .No Characteristic to be Assessed
3) (Marks 4-5) (Marks 6-8) (Marks 9-10) Tota l

(A) Process and Product Assessment (Covert above total marks out of 6 Marks)

1 Relevance to the course

Literature Survey / Information


2
Collection

Completion of the Target as per


3
project proposal

4 Analysis of Data and Representation

5 Quality of Prototype/Model

6 Report Preparation

(B) Individual Presentati on / Viva (Conv ert above total marks out of 4 Marks)

7 Presentation

8 Defense

Evaluation as per Suggested Rubric for Assessment of Micro-Project


Micro-Project Evaluation Sheet

(A) Process and Product Assessment (B) Individual Presentation / Viva Total Marks (10
(6 Marks) (4 marks) Marks)

Comments / Suggestions about team work / leadership / inter-personal communication:

………………………………………………………………………………………………
Name & Designation of the Teacher: Mrs. Manjula Athani
Teacher Evaluation Sheet
Name of Student: SUBRATO MANDAL Enrolment No: 2005630108
Name of Program: Computer Engineering. Semester: Fifth
Course Title: Advance Java Programming. Code:22517
Title of the Micro Project: REGISTRATION FORM USING (SERVLET+JDBC+MySQL)
Course Outcomes Achieved (COs):
a. Develop programs using Object Oriented methodology.
b. Apply concept of inheritance of code reusability.
c. Develop programs using multithreading.
d. Implement Exception Handling.
e. Develop programs using graphics and applets
f. Develop programs for handling I/O and file streams.

Poor (Marks 1- Average Good Excellent Sub


Sr .No Characteristic to be Assessed
3) (Marks 4-5) (Marks 6-8) (Marks 9-10) Tota l

(A) Process and Product Assessment (Covert above total marks out of 6 Marks)

1 Relevance to the course

Literature Survey / Information


2
Collection

Completion of the Target as per


3
project proposal

4 Analysis of Data and Representation

5 Quality of Prototype/Model

6 Report Preparation

(B) Individual Presentati on / Viva (Conv ert above total marks out of 4 Marks)

7 Presentation

8 Defense

Evaluation as per Suggested Rubric for Assessment of Micro-Project

(A) Process and Product Assessment (B) Individual Presentation / Viva Total Marks (10
(6 Marks) (4 marks) Marks)

Micro-Project Evaluation Sheet


Comments / Suggestions about team work / leadership / inter-personal communication:

………………………………………………………………………………………………
Name & Designation of the Teacher: Mrs. Manjula Athani

You might also like