Search code examples
spring-bootjakarta-eemicroserviceswildfly-swarmpayara-micro

maven archetype for payara micro


I want to start a microservice project base on JEE 8 with payara micro. ( or maybe wildfly swarm). Anyway does anybody have a maven archetype for creating a microservice structure like those exist for spring boot ?

A complete structure containing DAO , MODEL , CONTROLLER , VIEW , CONFIGURATION file and ...


Solution

  • I didn't find any good sample for microservice based on Java EE 8. So myself did a sample on wildfly swarm.

    1- hibernate as JPA (eclipselink in pom.xml is also available)

    2- EJB 3 , JAX-RS , JSON-B , JSON-P , JSF 2