Take user input from gui and normalize the relationship


Main Objectives:

ER-Diagram Editor and code generator. This would involve building our own ER model editor that would allow user to add their own SQL code generation. That is, insert how they want the ER model to generate SQL scripts for creating the database. The app could be either Java/JavaFX based or based in Javascript based (to run in a browser)

There are three important components of ER-model Editor: GUI, normalization process, generates SQL script and table.

There are existing normalization part in attachment, and also some examples in it, so need plug-in into this project. (It is an intellij project)

GUI(similar with draw.io would be great):

- User should be able to draw entity(parallelogram), weak entity, attributes of entity(ellipse), relationship between entity(line) in panel.
- User should be delete existing
- User should be able modify existing object from GUI

Normalization:
- Take user input from GUI and normalize the relationship between entities
- Pass normalized result to SQL script part.

SQL script:
- According the result get from normalization module, generates the corresponding entity, relationship... in SQL script format
- According to the SQL script, create SQL table

Equipment requirements:

- The ER-model Editor software should be able run in all windows system with Java environment installed.

Expected deliverables:
- GUI easy to use, and looks excellent
- Output correct normalized dependences
- Create correct table in SQL relational database
- Software not crash
- All features are implemented and can be tested

Attachment:- JavaFXNormalizer.zip

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Take user input from gui and normalize the relationship
Reference No:- TGS01269522

Now Priced at $150 (50% Discount)

Recommended (90%)

Rated (4.3/5)