Re: Netbeans 11.3 enterprise application

2021-08-07 Thread Will Hartung
For the bulk of what folks do today Geertjan is right. Simply create a WAR. WARs can host JAX-RS end points, run JSP and JSF, host SessionBeans, JPA Entities, etc. If you're not using Message Beans, or Timers, or a select few other things made manifest in an actual EAR application, simply create a

Re: Netbeans 11.3 enterprise application

2021-08-07 Thread Tom Coudyzer
Will do, thanks for the feedback /Tom > On 7 Aug 2021, at 21:02, José Contreras wrote: > >  > I just tested this on master and got the same error when trying to build the > EAR. The problem is that the pom files are badly created, to solve this you > will have to rectify the pom files. > Yo

Re: Netbeans 11.3 enterprise application

2021-08-07 Thread José Contreras
I just tested this on master and got the same error when trying to build the EAR. The problem is that the pom files are badly created, to solve this you will have to rectify the pom files. You could check the code examples (and the pom files) of the book in github