Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GUI for the application #2

Open
NishkarshRaj opened this issue Nov 19, 2019 · 6 comments
Open

Create GUI for the application #2

NishkarshRaj opened this issue Nov 19, 2019 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Up-for-Grabs

Comments

@NishkarshRaj
Copy link
Owner

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.

@NishkarshRaj NishkarshRaj added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers Up for Grabs Up-for-Grabs and removed Up for Grabs labels Nov 19, 2019
@kaloneh
Copy link

kaloneh commented Oct 6, 2020

Hi,
Is it necessary to bind the project to Oracle 11g? It seems there are many options that you can go with to manage various DB 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
Copy link
Owner Author

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
Copy link

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
Copy link
Owner Author

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
Copy link

Yeah Sure, please share the link or Email ID.

@Sajal193
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Up-for-Grabs
Projects
None yet
Development

No branches or pull requests

3 participants