Code Monkey home page Code Monkey logo

jakartaee8-starter-boilerplate's Introduction

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

jakartaee8-starter-boilerplate's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar hantsy avatar lprimak avatar renovate-bot avatar renovate[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jakartaee8-starter-boilerplate's Issues

Unable to find EJB module

Firstly make sure you are using Java 8 and Maven 3.1+ for building this project.

Describe the bug
When I try to use the glassfish-remote and have a running Payara instance my test get stuck in Sharkwrap method. The error is Unable to locate EJB. I try to inject a set of DataService and all the hierarchy but no luck.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update resteasy.version to v4.7.9.final (org.jboss.resteasy:resteasy-jackson2-provider, org.jboss.resteasy:resteasy-client)
  • chore(deps): update actions/cache action to v4
  • chore(deps): update arquillian-payara.version to v3 (major) (fish.payara.arquillian:arquillian-payara-micro-managed, fish.payara.arquillian:arquillian-payara-server-remote, fish.payara.arquillian:arquillian-payara-server-managed, fish.payara.arquillian:arquillian-payara-server-embedded)
  • chore(deps): update cxf.version to v4 (major) (org.apache.cxf:cxf-rt-transports-http-hc, org.apache.cxf:cxf-rt-rs-client)
  • chore(deps): update dependency io.openliberty:openliberty-runtime to v24
  • chore(deps): update dependency org.mockito:mockito-core to v5
  • chore(deps): update dependency org.wildfly.plugins:wildfly-maven-plugin to v5
  • chore(deps): update dependency org.wildfly:wildfly-dist to v32
  • chore(deps): update glassfish.version to v7 (major) (org.glassfish.main.distributions:glassfish, org.glassfish.main.extras:glassfish-embedded-all)
  • chore(deps): update openliberty/open-liberty docker tag to v24
  • chore(deps): update payara.version to v6 (major) (fish.payara.extras:payara-micro, fish.payara.distributions:payara, fish.payara.extras:payara-embedded-all)
  • chore(deps): update resteasy.version to v6 (major) (org.jboss.resteasy:resteasy-jackson2-provider, org.jboss.resteasy:resteasy-client)
  • chore(deps): update wildfly-arquillian.version to v5 (major) (org.wildfly.arquillian:wildfly-arquillian-container-embedded, org.wildfly.arquillian:wildfly-arquillian-container-remote, org.wildfly.arquillian:wildfly-arquillian-container-managed)
  • fix(deps): update dependency jakarta.platform:jakarta.jakartaee-api to v10

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
docker-compose.yml
  • payara/server-full 5.2022.5-jdk11
  • openliberty/open-liberty 22.0.0.13-kernel-slim-java11-openj9-ubi
dockerfile
Dockerfile.openliberty
  • openliberty/open-liberty 22.0.0.13-kernel-slim-java11-openj9-ubi
Dockerfile.payara
  • payara/server-full 5.2022.5-jdk11
Dockerfile.wildfly
github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/dockerize.yml
  • actions/checkout v4
  • actions/setup-java v4
.github/workflows/it-with-arq-glassfish-embedded.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-glassfish-managed.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-liberty-managed.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-payara-embedded.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-payara-managed.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-payara-micro.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-wildfly-embedded.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
.github/workflows/it-with-arq-wildfly-managed.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/cache v3
maven
pom.xml
  • jakarta.platform:jakarta.jakartaee-api 8.0.0
  • org.jboss.arquillian:arquillian-bom 1.8.0.Final
  • junit:junit 4.13.2
  • org.hamcrest:hamcrest 2.2
  • org.skyscreamer:jsonassert 1.5.1
  • org.assertj:assertj-core 3.26.0
  • org.awaitility:awaitility 4.2.1
  • com.jayway.jsonpath:json-path 2.9.0
  • com.jayway.jsonpath:json-path-assert 2.9.0
  • org.mockito:mockito-core 4.11.0
  • org.apache.maven.plugins:maven-compiler-plugin 3.13.0
  • org.apache.maven.plugins:maven-war-plugin 3.4.0
  • org.apache.maven.plugins:maven-surefire-plugin 3.2.5
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • org.glassfish.main.distributions:glassfish 5.1.0
  • org.codehaus.cargo:cargo-maven3-plugin 1.10.13
  • org.glassfish.main.deployment:deployment-client 5.1.0
  • org.glassfish.main.deployment:deployment-client 5.1.0
  • org.wildfly.plugins:wildfly-maven-plugin 3.0.2.Final
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • org.apache.derby:derby 10.14.2.0
  • io.openliberty.tools:liberty-maven-plugin 3.10.3
  • org.glassfish.jersey.media:jersey-media-json-binding 2.43
  • org.glassfish.jersey.inject:jersey-hk2 2.43
  • org.glassfish.jersey.core:jersey-client 2.43
  • org.glassfish.main.extras:glassfish-embedded-all 5.1.0
  • org.jboss.arquillian.container:arquillian-glassfish-embedded-3.1 1.0.2
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.glassfish.jersey.media:jersey-media-sse 2.43
  • org.glassfish.jersey.media:jersey-media-json-binding 2.43
  • org.glassfish.jersey.inject:jersey-hk2 2.43
  • org.glassfish.jersey.core:jersey-client 2.43
  • org.jboss.arquillian.container:arquillian-glassfish-managed-3.1 1.0.2
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • org.glassfish.main.distributions:glassfish 5.1.0
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.glassfish.jersey.media:jersey-media-sse 2.43
  • org.glassfish.jersey.media:jersey-media-json-binding 2.43
  • org.glassfish.jersey.inject:jersey-hk2 2.43
  • org.glassfish.jersey.core:jersey-client 2.43
  • org.jboss.arquillian.container:arquillian-glassfish-remote-3.1 1.0.2
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • fish.payara.extras:payara-embedded-all 5.2022.5
  • fish.payara.arquillian:arquillian-payara-server-embedded 2.4.6
  • fish.payara.arquillian:payara-client-ee8 2.4.6
  • fish.payara.arquillian:arquillian-payara-server-managed 2.4.6
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • fish.payara.distributions:payara 5.2022.5
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • fish.payara.arquillian:arquillian-payara-server-remote 2.4.6
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • fish.payara.arquillian:payara-client-ee8 2.4.6
  • fish.payara.arquillian:arquillian-payara-micro-managed 2.4.6
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • fish.payara.extras:payara-micro 5.2022.5
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.jboss.resteasy:resteasy-client 4.6.0.Final
  • org.jboss.resteasy:resteasy-jackson2-provider 4.6.0.Final
  • org.wildfly.arquillian:wildfly-arquillian-container-managed 4.0.0.Alpha4
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • org.wildfly:wildfly-dist 26.1.3.Final
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.jboss.resteasy:resteasy-client 4.6.0.Final
  • org.jboss.resteasy:resteasy-jackson2-provider 4.6.0.Final
  • org.wildfly.arquillian:wildfly-arquillian-container-remote 4.0.0.Alpha4
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.jboss.resteasy:resteasy-client 4.6.0.Final
  • org.jboss.resteasy:resteasy-jackson2-provider 4.6.0.Final
  • org.wildfly.arquillian:wildfly-arquillian-container-embedded 4.0.0.Alpha4
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • org.wildfly:wildfly-dist 26.1.3.Final
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • io.openliberty.arquillian:arquillian-liberty-managed 1.0.8
  • org.apache.cxf:cxf-rt-rs-client 3.6.3
  • com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider 2.17.1
  • org.apache.cxf:cxf-rt-transports-http-hc 3.6.3
  • org.apache.maven.plugins:maven-dependency-plugin 3.6.1
  • org.apache.derby:derby 10.14.2.0
  • io.openliberty:openliberty-runtime 22.0.0.13
  • io.openliberty.arquillian:arquillian-liberty-support 1.0.8
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • io.openliberty.arquillian:arquillian-liberty-remote 1.0.8
  • org.apache.cxf:cxf-rt-rs-client 3.6.3
  • com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider 2.17.1
  • org.apache.cxf:cxf-rt-transports-http-hc 3.6.3
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • org.apache.maven.plugins:maven-surefire-report-plugin 3.2.5

  • Check this box to trigger a request for Renovate to run again on this repository

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.