All Projects → bikashtudu → DBISProject

bikashtudu / DBISProject

Licence: MIT license
Library Management System using Java and MySQL

Programming Languages

java
68154 projects - #9 most used programming language
TSQL
950 projects

Projects that are alternatives of or similar to DBISProject

PECI-Java-MAR-2015
Repositorio del curso de Java de Mar 2015
Stars: ✭ 29 (+7.41%)
Mutual labels:  netbeans, jdbc
zuul-route-jdbc-spring-cloud-starter
No description or website provided.
Stars: ✭ 23 (-14.81%)
Mutual labels:  jdbc
apache-flink-jdbc-streaming
Sample project for Apache Flink with Streaming Engine and JDBC Sink
Stars: ✭ 22 (-18.52%)
Mutual labels:  jdbc
NiuBi
👊 一个Java文件也能干大事系列
Stars: ✭ 34 (+25.93%)
Mutual labels:  jdbc
mongodb-jdbc-driver
MongoDB JDBC Driver | DbSchema MongoDB Designer
Stars: ✭ 47 (+74.07%)
Mutual labels:  jdbc
nb-nodejs
NodeJS support for NetBeans, originally hosted on netbeans.org
Stars: ✭ 90 (+233.33%)
Mutual labels:  netbeans
ThinkJD
ThinkJD,又名ThinkJDBC,一个简洁而强大的开源JDBC操作库。你可以使用Java像ThinkPHP框架的M方法一样,一行代码搞定数据库操作。ThinkJD, also known as ThinkJDBC, an easy and powerful open source JDBC library. You can operate the database with one line of Java code,just like the M method of ThinkPHP framework.
Stars: ✭ 24 (-11.11%)
Mutual labels:  jdbc
Neo
Orm框架:基于ActiveRecord思想开发的至简化的java的Orm框架
Stars: ✭ 35 (+29.63%)
Mutual labels:  jdbc
sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (+44.44%)
Mutual labels:  library-management-system
BiB
📚 Library Management Application for Elementary Schools
Stars: ✭ 38 (+40.74%)
Mutual labels:  library-management-system
eth-jdbc-connector
Ethereum JDBC driver implements a pure java, type 4 JDBC driver that executes SQL queries on Ethereum Blockchain.
Stars: ✭ 19 (-29.63%)
Mutual labels:  jdbc
person-directory
A framework for resolving persons and attributes from a variety of underlying sources.
Stars: ✭ 26 (-3.7%)
Mutual labels:  jdbc
tamer
Standalone alternatives to Kafka Connect Connectors
Stars: ✭ 42 (+55.56%)
Mutual labels:  jdbc
babashka-sql-pods
Babashka pods for SQL databases
Stars: ✭ 64 (+137.04%)
Mutual labels:  jdbc
KBC--Kaun-Banega-Crorepati
It is Core Java based Game based on Indian television game show having best animation as possible in Core java 5000+ lines
Stars: ✭ 38 (+40.74%)
Mutual labels:  jdbc
nifi-sqllookup-services-bundle
NIFI controllers for SQL record and attributes lookups with built-in caching
Stars: ✭ 18 (-33.33%)
Mutual labels:  jdbc
soda-for-java
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
Stars: ✭ 61 (+125.93%)
Mutual labels:  jdbc
ocamlfind
The OCaml findlib library manager
Stars: ✭ 22 (-18.52%)
Mutual labels:  library-management-system
spwrap
Simple Stored Procedure call wrapper with no framework dependencies.
Stars: ✭ 24 (-11.11%)
Mutual labels:  jdbc
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-14.81%)
Mutual labels:  netbeans

DBISProject

Library Management System using Java and MySQL

GitHub stars GitHub forks

https://bikashtudu.github.io/DBISProject/

Minor Project

Course: CS 257

Developed By

Environment and Requirement

  • Programming Language: JAVA with Swings
  • MySQL Conncector: MySQL JConnector 5.1.40(JDBC Driver) https://dev.mysql.com/downloads/connector/j/
  • IDE: NetBeans 8.1
  • MySQL Version: 5.5.4
  • MySQL WorkBench: 6.3.6+dfsg-0ubuntu1
  • Created in Ubuntu(16.04 LTS)

About Files

  • /SQL: Contains the Exported Database Schema+Data
  • /src/mainlibrary: Contains JAVA source codes
  • /MySQL Connector: Contains JDBC/MySQL JConnnector

Instructions

  1. Clone the Project using link https://github.com/EncoSier/DBISProject.git or Download the zip

  2. Importing Java Project in NetBeans

  1. Importing Database(Schema+Data)
  • Import the Database in the MySQL database using MySQL WorkBench(Version is mentioned above)
  • MySQL Workbench->Data Import/Restore->Load Folder Contents->SQL->exportdb.sql
  1. Connect the JDBC driver(JConnector) by including the it's JAR File in the Project
  • Expand Project->Libraries->(Right Click)ADD JAR File->include file: mysql-connector-java-5.1.40-bin.jar
  1. Database setting can be changed
  • Expand Project->Source Packages->mainlibrary->DB.java
  • Change the Authentication Setting

NOTE: if any error, check closed issues too.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].