jeddict / jeddict

Jakarta EE 10 & MicroProfile application generator and modeler

Home Page:http://jeddict.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Jeddict
Jeddict

Jakarta EE 10 (Java EE) & MicroProfile 5.0 application generator and modeler

Build status latest version follow on Twitter Demo Apache 2.0 License

Key Features

2) Jakarta EE 10 / MicroProfile full-stack application generator
3) Visualize architecture

4) Reverse Engineering of Java Source Code
5) Visual creation of database structures
6) JSONB modeler
7) DB Reverse Engineering
8) SQL/DDL script generation
9) Database schema model viewer

Quick Start

See the Quick Start for demonstration, examples, and other information.

Download

You can download latest installable version of Jeddict.

See the Manual Installation and Update Center Installation for installation instructions.

Getting help

Stay Informed

Contributing

Please take a look at our contributing guidelines if you're interested in helping!

Build and run from Source

You can build Jeddict using JDK 8+ and test with NetBeans IDE 11.3 :

Build

git clone https://github.com/jeddict/netbeans-modeler.git
git clone https://github.com/jeddict/jeddict.git
git clone https://github.com/jeddict/jeddict-extensions.git
git clone https://github.com/jeddict/hipee.git
mvn -f "netbeans-modeler" clean install
mvn -f "jeddict" clean install
mvn -f "jeddict-extensions" clean install
mvn -f "hipee" clean install

Run

mvn -f "jeddict" nbm:run-ide -Dnetbeans.installation=<path-to-netbeans-11.3-home-directory>

** netbeans.installation property can be added to maven settings.xml file.

Test Suite

To setup the test suite first follow the above build instructions.

git clone https://github.com/jeddict/jeddict-test-suite.git
mvn -f "jeddict-test-suite" clean install -DskipTests

mvn -f "jeddict\tests" test
mvn -f "jeddict-test-suite" test

Create nbm and cluster

mvn -f "netbeans-modeler" clean install nbm:nbm nbm:cluster nbm:autoupdate -Dnbm.build.dir=
mvn -f "jeddict" clean install nbm:nbm nbm:cluster nbm:autoupdate -P release -Dnbm.build.dir=
mvn -f "jeddict-extensions" clean install nbm:nbm nbm:cluster nbm:autoupdate -Dnbm.build.dir=
mvn -f "hipee" clean install nbm:nbm nbm:cluster nbm:autoupdate -Dnbm.build.dir=

Copy the nbm & clusters from target\netbeans_site & target\netbeans_clusters.

License

Jeddict is Open Source Jakarta EE application development platform released under the Apache 2.0 license.

If you like:heart: this project, don't forget:blush: to give us a star:star2: on GitHub!

About

Jakarta EE 10 & MicroProfile application generator and modeler

http://jeddict.github.io/

License:Apache License 2.0


Languages

Language:Java 98.9%Language:JavaScript 0.8%Language:FreeMarker 0.3%Language:HTML 0.1%