All Projects → hantsy → jakartaee8-starter-boilerplate

hantsy / jakartaee8-starter-boilerplate

Licence: Apache-2.0 license
A boilerplate project for starting a Jakarta EE 8 application in seconds

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to jakartaee8-starter-boilerplate

Javaee7 Samples
Java EE 7 Samples
Stars: ✭ 2,470 (+4390.91%)
Mutual labels:  cdi, glassfish, jaxrs, payara
javaee8-cookbook
Jakarta EE 8 Cookbook (second edition)
Stars: ✭ 40 (-27.27%)
Mutual labels:  cdi, jaxrs, jakartaee
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (+27.27%)
Mutual labels:  netbeans, maven, eclipse
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+540%)
Mutual labels:  netbeans, maven, eclipse
jakartaee-faces-sample
Jakarta EE 10 Faces Example
Stars: ✭ 20 (-63.64%)
Mutual labels:  arquillian, jakartaee
jakartaee-mvc-sample
Jakarta EE 8 MVC sample
Stars: ✭ 13 (-76.36%)
Mutual labels:  glassfish, jakartaee
IDEAPractice
Java练习 - Java基础知识,面试题,小demo,长期积累 | intellij idea + maven + tomcat
Stars: ✭ 45 (-18.18%)
Mutual labels:  maven, intellij-idea
microprofile1.2-samples
Eclipse MicroProfile 1.2 Samples
Stars: ✭ 22 (-60%)
Mutual labels:  wildfly, payara
springbook
java8+springMVC4+mybatis编写一个图书管理系统
Stars: ✭ 32 (-41.82%)
Mutual labels:  maven, intellij-idea
Formatter Maven Plugin
Formatter Maven Plugin
Stars: ✭ 187 (+240%)
Mutual labels:  maven, eclipse
scalor-maven-plugin
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
Stars: ✭ 47 (-14.55%)
Mutual labels:  maven, eclipse
lib-preferences
Lib-Preferences is a library for easy storing simple data to a Preferences.properties file in a Java(FX) & Maven desktop application.
Stars: ✭ 12 (-78.18%)
Mutual labels:  netbeans, maven
application-modernization-javaee-quarkus
Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021)
Stars: ✭ 99 (+80%)
Mutual labels:  openliberty, jakartaee
migrate-Java-EE-app-to-azure
Migrate an existing Java EE workload to Azure
Stars: ✭ 12 (-78.18%)
Mutual labels:  wildfly, cdi
eclipse-null-eea-augments
Eclipse External null Annotations (EEA) repository
Stars: ✭ 34 (-38.18%)
Mutual labels:  maven, eclipse
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-27.27%)
Mutual labels:  netbeans, maven
serverless-examples-cached-rds-ws
A serverless framework example project that uses API Gateway, ElastiCache, and RDS PostgreSQL.
Stars: ✭ 45 (-18.18%)
Mutual labels:  maven
mvn scalafmt
Scalafmt plugin for maven
Stars: ✭ 14 (-74.55%)
Mutual labels:  maven
vim-netbeans
Making your VIM like Netbeans for editing Python, PHP, HTML, JS and etc. It's support with Autocomplete, Check syntax error, Python debugger and many else.
Stars: ✭ 20 (-63.64%)
Mutual labels:  netbeans
tomcatplugin
Tomcat plugin for Eclipse
Stars: ✭ 63 (+14.55%)
Mutual labels:  eclipse

Jakarta EE 8 Starter Boilerplate

compile and build

Dockerize applications

Integration Test with Arquillian Glassfish Embedded Container Integration Test with Arquillian Glassfish Embedded Container

Integration Test with Arquillian OpenLiberty Managed Container

Integration Test with Arquillian Payara Embedded Container Integration Test with Arquillian Payara Managed Container Integration Test with Arquillian Payara Micro Container

Integration Test with Arquillian WildFly Embedded Container Integration Test with Arquillian WildFly Managed Container

What is it?

Jakarta EE 8 starter is a boilerplate project to help you to bootstrap a new Java EE 8/Jakarta EE 8 application in seconds.

If you want to explore the real world Jakarta EE 8 applications based on JSF, JAX-RS and MVC, check the following projects which are derived from this project.

Build

Make sure you have installed the latest JDK 8 and Apache Maven 3.6.

Execute the following command to build a clean package locally.

mvn clean package

More details of testing and further deployments on application severs, check the docs.

Docs

There is a comprehensive setup guide available for the Jakarta EE newbies, including:

  1. Setup local development environment with the popular IDEs, such as:
    • Apache NetBeans IDE
    • Eclipse IDE
    • IntelliJ IDEA.
  2. Deploy and Run application on the popular application servers, such as:
    • Glassfish
    • WildFly
    • Open Liberty
  3. Testing Jakarta components using Junit and JBoss Arquillian.
  4. Publish application into production environment.

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].