Training and Placement System

Preview:

DESCRIPTION

Java project on training and placement system

Citation preview

Welcome To

Training & Placement Record Management 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.

Front End:

Back End:

J2SE

My-SQL

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.

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.

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.

Tables Structure

LOGIN PAGE

HOME PAGE

ADD NEW COURSE FORM

UPDATE COURSE FORM

DELETE COURSE FORM

ADD NEW COMPANY FORM

GET COMPANY DETAIL FORM

UPDATE COMPANY DETAIL FORM

DELETE COMPANY DETAIL FORM

REGISTRATION FORM

CHANGE PASSWORD FORM

STUDENT PROFILE ENTRY FORM

GET PROFILE DATAIL USING STUDENT NAME WISE

GET PROFILE DATAIL USING COURSE & BRANCH WISE

UPDATE STUDENT PROFILE ENTRY

DELETE STUDENT PROFILE ENTRY

STUDENT TRAINING FORM

FILLING STUDENT TRAINING FORM

SAVE STUDENT TRAINING ENTRY FORM

VIEW STUDENT TRAINING ENTRY FORM

DELETE STUDENT TRAINING ENTRY FORM

STUDENT PLACEMENT ENTRY FORM

PRINT STUDENT TRAINING ENTRIES FORM

PRINT STUDENT PLACEMENT REPORT

Recommended