0% found this document useful (0 votes)
181 views

School Management System

This document summarizes a school management system project created by students. The web-based system was developed using Java, HTML, CSS, and other tools to allow for better interaction between students, teachers, parents and administrators. It includes features like an academic year calendar, class/section/subject management, exams, attendance, and a notice board. Instructions are provided on how to set up the project locally using NetBeans and a MySQL database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
181 views

School Management System

This document summarizes a school management system project created by students. The web-based system was developed using Java, HTML, CSS, and other tools to allow for better interaction between students, teachers, parents and administrators. It includes features like an academic year calendar, class/section/subject management, exams, attendance, and a notice board. Instructions are provided on how to set up the project locally using NetBeans and a MySQL database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

SCHOOL MANAGEMENT SYSTEM

Posted on March 19, 2014 by admin 29 comments

School Management System is a web-based School Management


Software developed as a class project by a group of my students of
round-17 under my guidance. This project is designed for better
interaction between students, teachers, parents & management.
This project is available for download for students for free of cost.
Project Information:
Project Name : SCHOOL MANAGEMENT
Language : Java, HTML, CSS
Framework : PrimeFaces(JSF)
Database : MySQL Server 5.0
IDE : NetBeans 7.0.1
Web Server : Apache-Tomcat
Other Tools : Notepad++ v5.6.8, Adobe Photoshop cs5
Features:
Admin module:
Academic Year
Class
Section
Group

Subject
Exam
Class Routine
Student
Teacher
Notice Management

Teacher:
Profile
Marks Entry Management
Student:
View Result
View Attendance
How to run this project:
Create MySQL database from the sql
Open Project using Netbeans
Add the following jars to classpath
-all-themes-1.0.10.jar
-commons-fileupload-1.2.1.jar
-commons-io-1.3.2.jar
-jsf-api.jar
-jsf-impl.jar
-jstl.jar
-mysql-connector-java-5.1.13-bin.jar
-primefaces-3.5.jar
-standard.jar
Change the database user name and password in DBConnect.java under

school.util package.
Clean and Build the project
Run the project.
Admin Login User Name: admin
Password: 123

You might also like