See the Quick Start for demonstration, examples, and other information.
You can download latest installable version of Jeddict.
See the Manual Installation and Update Center Installation for installation instructions.
- GitHub Issues
- Google Group: Jeddict
- Twitter: @ImJeddict
Please take a look at our contributing guidelines if you're interested in helping!
You can build Jeddict using JDK 8+ and test with NetBeans IDE 11.3 :
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
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.
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
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
.
Jeddict is Open Source Jakarta EE application development platform released under the Apache 2.0 license.