abstract&ackn

7
STUDENT’S DECLARATION I hereby, declare that the work, which is being presented in the Practical Training Report, entitled “JAVA (J2SE) TECHNOLOGY” in partial fulfilment of the requirement for the award of Degree of B.Tech in Computer Science Engineering, submitted in the Department of Computer Science Engineering of Jaipur Engineering College, Affiliated to Rajasthan Technical University, Kota is an authentic record of my work under the supervision of Mr Jai Kishan Gupta. The results embodied in this report have not been submitted by me to any other University or Institute for the award of Degree. Pushkar Anand (12EJECS063) CERTIFICATE This is to certify that the above statement made by the Student is correct to the best of our knowledge. Department of Computer Science and Engineering I

Upload: pushkar-anand

Post on 16-Jul-2016

2 views

Category:

Documents


0 download

DESCRIPTION

here complete abstracts are available..

TRANSCRIPT

STUDENT’S DECLARATION

I hereby, declare that the work, which is being presented in the Practical Training

Report, entitled “JAVA (J2SE) TECHNOLOGY” in partial fulfilment of the

requirement for the award of Degree of B.Tech in Computer Science Engineering,

submitted in the Department of Computer Science Engineering of Jaipur

Engineering College, Affiliated to Rajasthan Technical University, Kota is an

authentic record of my work under the supervision of Mr Jai Kishan Gupta.

The results embodied in this report have not been submitted by me to any other

University or Institute for the award of Degree.

Pushkar Anand

(12EJECS063)

CERTIFICATE

This is to certify that the above statement made by the Student is correct to the best of

our knowledge.

RAJENDRA SINGH NARENDRA AGARWAL

LECTURER HOD, COMPUTER SCIENCE

Department of Computer Science and Engineering I

ACKNOWLEDGEMENT

A quality work can be accomplished by motivation, guidance and inspiration of

certain quarters beside the individual efforts. Let me in this page express my

heartiest gratitude to all those who helped me in various stages of this study.

We gratefully acknowledge for the assistance, cooperation, guidance and

clarifications provided by PRATHAM SOFTWARE (PSI) during the training

period.

Our extreme gratitude towards Mr. VIJAY SHARMA who guided us throughout

the summer training on java technology and made our journey smoother. Without

his willing disposition, spirit of accommodation, frankness, timely clarification and

above all faith in us, this project could not have been completed in due time.

His readiness to discuss all important matters at work deserves special attention. We

would also like to thank whole of the employees of Gempulse InfoTech private

Limited for their cooperation and essential support.

Pushkar Anand (12EJECS063)

Department of Computer Science and Engineering II

ABSTRACT

The Library management System is a Windows application to Library in an efficient

manner and no time wasting for Searching Books. The main objective of Library

management System is to efficiently manage books add new books and for

searching books. This application is basically created in JAVA SE. It is Desktop

Application you can use to create a beautiful Apple.

NEED LIBRARY MANAGEMENT SYSTEM

Scope of this project is very broad in terms of other manually checking you. Few of

them are:-

• This can be used in educational institutions as well as in corporate world.

• This can be used anywhere, anytime.

• No restriction that librarian has to be present when the student search

available books in library.

BENEFITS:

Library management System is a popular form of Library management application

for Student. Library management System is set up to actually add books or search

available books. Some Institution use Library management System as an efficient

way of managing library through a windows application.

Department of Computer Science and Engineering III

CONTENTS

Chapters Chapter Name Pg. No.Certificate IAcknowledgement IIAbstract IIITable Of Contents IVList Of Figures VList Of Tables VI

1 Introduction 12 Company Profile 23 Literature 5

3.1 Java 53.2 Swings(java) 123.4 MySQL 153.5 JAVA Database connectivity 19

4 Project 254.1 Project Overview 254.2 Software Requirement Specification 264.4 Data Flow Diagram 304.5 Problem Definition 33

5 Software interface 346 Database Schema 387 Feasibility Study 408 Testing 429 Conclusion 44

References 45

Department of Computer Science and Engineering IV

LIST OF FIGURES

Figure Name of figure Pg. No3.1.1 James Gosling 63.1.2 JAVA Environment 83.2.1 Example Swing widgets 123.3.1 Deployment 163.4.1 DBMS Protocol 203.4.2 Client Driver 213.4.3 Database Connection 233.4.4 Requirement 244.3.1 DFD 314.3.2 DFD (book) 314.3.3 DFD (member) 325.1 Login Page (Screenshot) 345.2 Registration (Screenshot) 345.3 Admin Section (Screenshot) 355.4 Add New Book (Screenshot) 355.5 Search Book (Screenshot) 375.6 After Search (Screenshot) 37

Department of Computer Science and Engineering V

LIST OF TABELS

Table Name of Table Pg.No6.1 Login 386.2 Registration 386.3 Author 386.4 Publication 396.5 Subject 396.6 Category 396.7 Book 39

Department of Computer Science and Engineering VI