Code Monkey home page Code Monkey logo

kaiyoo / sql-and-javaclass-generator Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 629 KB

Java GUI Application that generates CRUD query & mapping Java class (i.e., Dao, Service)

Home Page: https://github.com/kaiyoo/Source-Code-Generator

Java 100.00%
javafx java java-fx velocity-template velocity sql dto dto-generator dao source-code-generator sql-generation sql-generator table-generator service-generator sql-to-class java-gui java-gui-application class-generator

sql-and-javaclass-generator's Introduction

Source-Code-Generator

Window Application that simplifies the select, insert, update, and delete query (using JavaFX, Velocity)

[1] Overview

  • Users can generate CRUD query easily without writing any SQL.
  • You can also map Table to Java source codes (i.e., DAO, DTO)

Through Source Code Generator,

  1. Users can access the database and load the table and data.
  2. Users can select, insert, update, and delete the data without using query, just by choosing the information they want on the screen.
  3. Users can map Table field and data (generated as a result of above) into Java DAO, generate default Controller & Service, and download the source code file.

[2] Sample images

[Insert query generation]

  • First, choose a table in Table section (in the left), and fill in some fields (column) like below, alt text

  • Then, insert query will be generated. alt text

[Update query generation]

  • First, choose a table in Table section (in the left) and choose one row (in the bottom), and changes some field contents like below, alt text

  • Then, update query will be generated. alt text

[SQL=>Java code generation]

  • Using the table (and all data created from your queries above), you can generate Java source codes (Controller, Service, Dto, Dao, Xml) alt text

You can see more sample images here: https://hongsangy.wixsite.com/portfolio

[3] Exe file

EXE file can be downloaded in: link

Note: Importing Soure Codes and running it on the local machine might not work currently becuase the jar dependencies are set locally.

sql-and-javaclass-generator's People

Contributors

kaiyoo avatar

Stargazers

 avatar  avatar  avatar

Forkers

lvxingtu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.