33
Welcome To Training & Placement Record Management System

Training and Placement System

  • Upload
    ujjwal

  • View
    13

  • Download
    0

Embed Size (px)

DESCRIPTION

Java project on training and placement system

Citation preview

Page 1: Training and Placement System

Welcome To

Training & Placement Record Management System

Page 2: Training and Placement System

Project IntroductionAdd new Course Details (Save course details, Update course details, Delete course detail, get course detail).Add new Company Details ( Save company details, Update existing company details, Delete existing company details, get company details). Registration Form ( Save new registration entries, Update existing registered entries, Delete existing entries, Get existing entries).Change Password: - Admin can change the username password according to their requirement.Login Details: - Admin can view the login details.Profile Entries :-In Profile entries form admin can add all the student related information in database, In Profile entries form admin can get all the student related information from database, In Profile entries form admin can update all the student related information from database, In Profile entries form admin can delete all the student related information from database.Student Training Form : -In this form admin can save/add training related information of student in database, In this form admin edit training related information of student in database, In this form admin can delete training related information of student from database, In this form admin can get/view training related information of student from database.Student Training: - In this form admin can view and print training related information of student from database.Student Placement: - In this form admin can view and print placement related information of student from database.

Page 3: Training and Placement System

Front End:

Back End:

J2SE

My-SQL

Page 4: Training and Placement System
Page 5: Training and Placement System

JAVA INTRODUCTION

Java is a high level programming Language. It was introduced by “SUN Microsystems” in June 1995. It was officially released in November 1995. It was developed by a team under James Gosling. Java is platform independent programming language that can be run on any operating system such as Windows and Linux.Its original name was “OAK” meant for consumer electronic devices and later renamed to Java. Java has become the standard for Internet applications. It provides interactive processing and easy use of graphics and animation on the Internet. Since the Internet consists of different types of computers and operating systems. Java can be used to create two types of prgs. Those are Applications and Applets. An application is a prg.that runs on the user’s computers under the operating system. An Applet is a small window based prg.that runs on HTML page using a java enabled web browser like internet Explorer, Netscape Navigator or an Applet Viewer.

Page 6: Training and Placement System

WHAT IS MY-SQL

1. MySQL is a database server. 2. MySQL is ideal for both small and large

applications.3. MySQL supports standard SQL. 4. MySQL compiles on a number of platforms. 5. MySQL is free to download and use.

Page 7: Training and Placement System

Project Modules

1) Add new Course Details (Save, Update, Delete, View).2) Add new Company Details Save, Update, Delete,

View). 3) Registration Form Save, Update, Delete, View).4) Change Password.5) Login Details.6) Profile (Save, Update, Delete, View).7) Student Training (Save, Update, Delete, View).8) Print Student Training Report.9) Print Student Placement Report.

Page 8: Training and Placement System

Tables Structure

Page 9: Training and Placement System

LOGIN PAGE

Page 10: Training and Placement System

HOME PAGE

Page 11: Training and Placement System

ADD NEW COURSE FORM

Page 12: Training and Placement System

UPDATE COURSE FORM

Page 13: Training and Placement System

DELETE COURSE FORM

Page 14: Training and Placement System

ADD NEW COMPANY FORM

Page 15: Training and Placement System

GET COMPANY DETAIL FORM

Page 16: Training and Placement System

UPDATE COMPANY DETAIL FORM

Page 17: Training and Placement System

DELETE COMPANY DETAIL FORM

Page 18: Training and Placement System

REGISTRATION FORM

Page 19: Training and Placement System

CHANGE PASSWORD FORM

Page 20: Training and Placement System

STUDENT PROFILE ENTRY FORM

Page 21: Training and Placement System

GET PROFILE DATAIL USING STUDENT NAME WISE

Page 22: Training and Placement System

GET PROFILE DATAIL USING COURSE & BRANCH WISE

Page 23: Training and Placement System

UPDATE STUDENT PROFILE ENTRY

Page 24: Training and Placement System

DELETE STUDENT PROFILE ENTRY

Page 25: Training and Placement System

STUDENT TRAINING FORM

Page 26: Training and Placement System

FILLING STUDENT TRAINING FORM

Page 27: Training and Placement System

SAVE STUDENT TRAINING ENTRY FORM

Page 28: Training and Placement System

VIEW STUDENT TRAINING ENTRY FORM

Page 29: Training and Placement System

DELETE STUDENT TRAINING ENTRY FORM

Page 30: Training and Placement System

STUDENT PLACEMENT ENTRY FORM

Page 31: Training and Placement System

PRINT STUDENT TRAINING ENTRIES FORM

Page 32: Training and Placement System

PRINT STUDENT PLACEMENT REPORT

Page 33: Training and Placement System