NishkarshRaj / Hostel-Pass-Management-Application

Open Source Project. Developed under SiB Community.
https://www.github.com/stormsinbrewing
MIT License
12 stars 7 forks source link

Create GUI for the application #2

Open NishkarshRaj opened 4 years ago

NishkarshRaj commented 4 years ago

This application runs on Java in command line mode. 1) Installed JDK 1.8 or above 2) Oracle 11g Express Edition installed on the client system.

Create a GUI for the same.

kaloneh commented 3 years ago

Hi, Is it necessary to bind the project to Oracle 11g? It seems there are many options that you can go with to manage variousDB engines with just an interface such as JDBC or any RDBMs frameworks, that is, adding an abstract connection factory in which manages drivers and exports a JDBC Connection object independently so that no matter what the db_engine is! However, the main purpose of this issue obviously is UI components that should have been done by using JspServlet to the sake of minimum dependency you might need. If so I can continue with adding JDBC connection to prepare better abstraction due to communicating with front-end and the next step decide about how to implement the front-end. There are several options which can facilitate client-side easily managed. Amongst all with pros and cons, I suggest either of pure Java JspServlet or modern front-end management by using Javascript itself with any framework you may prefer such as React, Angular, Vue, etc.

NishkarshRaj commented 3 years ago

Thanks for the suggestions @kaloneh

I did this project when I did not have any exposure to JavaScript Stack.

If you want to work on the JDBC Connector, I can assign this issue to you and we can collaborate to revive this project.

Sajal193 commented 3 years ago

Hi @NishkarshRaj. This project seems interesting to me. I have already worked on creating connections between java and mysql database. If you can elaborate this project a bit, I'd like to work on this issue and it'll be a adventurous time for me working on the same.

NishkarshRaj commented 3 years ago

Hi @NishkarshRaj. This project seems interesting to me. I have already worked on creating connections between java and mysql database. If you can elaborate this project a bit, I'd like to work on this issue and it'll be a adventurous time for me working on the same.

Let's discuss it in detail with my discord or via mail 👍

Sajal193 commented 3 years ago

Yeah Sure, please share the link or Email ID.

Sajal193 commented 3 years ago

Dear Sir, I'm still waiting for your reply to discuss the project and work on it.