DBMS project -> Event registration and management system
- Create Java web project in IDE.
- 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.
- Then setup glassfish / tomcat server to deploy.
- Use Project folder for Java and web files.
- 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.
- Use HTML & CSS files as frontend of project.(in web folder).
- Build and run.
- Netbeans Java IDE
- Java 8 EE version
- Oracle 10G express database
- ojdbcconnector 14
- Glassfish server 5.0
- Chrome webbrowser
- SQLite DB Note : Also deployable with MySQL Database
# 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.