Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.77 KB

File metadata and controls

39 lines (34 loc) · 1.77 KB

Event-registration-management-system-DBMS-project-

DBMS project -> Event registration and management system

Steps to setup

  1. Create Java web project in IDE.
  2. First add JDBC connector according to database. We are using Oracle so ojdbcconnector14.jar file or import all libraries JAR inside lib folder of project.
  3. Then setup glassfish / tomcat server to deploy.
  4. Use Project folder for Java and web files.
  5. Check src folder for java files and web for HTML & CSS files of repository. Also check instruction.txt of each module for setup of project.
  6. Use HTML & CSS files as frontend of project.(in web folder).
  7. Build and run.

Tools used

  1. Netbeans Java IDE
  2. Java 8 EE version
  3. Oracle 10G express database
  4. ojdbcconnector 14
  5. Glassfish server 5.0
  6. Chrome webbrowser
  7. SQLite DB Note : Also deployable with MySQL Database

For SQLite Database, kindly change path of you database file in properties.

# Path to your DB File
sqlite.db.file.path=[Your_DB_File_PATH]

Also added functionality with SQLte Database.
There is .db file which you can refer directly or database_query.sql file you can use.
Note : Whole Project is moved in Project folder.


Java Oracle HTML CSS Netbeans