Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Wayne Gemmell | Connect
Don't do it with netbeans. There is no support for that going forward. I changed my one to a war and added a few cron jobs. It's now simpler and I have less build issues. Regards Wayne On Tue, 3 Aug 2021 at 12:15, Tom Coudyzer wrote: > Hi, > > Seeking for some help on creating an Enterprise ap

GIT branch naming

2021-08-03 Thread Greenberg, Gary
Our company policy require branches in the repository to contain department ID and JIRA ticket number. I.e. bugfix/DEPTID-JIRATICKET or feature/ DEPTID-JIRATICKET. Our stash repo configured that way and won't accept any check-ins that are not compliant with the rule. While I do not have any probl

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Pieter van den Hombergh
could you add the pom.xml files of all projects to the mail (in a zip), then i can have a look. the error message is most likely generated by maven, not netbeans. On Tue, 3 Aug 2021, 12:15 Tom Coudyzer, wrote: > Hi, > > Seeking for some help on creating an Enterprise application (with Maven) >

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Geertjan Wielenga
Went to Amazon, found that book, and immediately bought it. Intrigued, Gj On Tue, 3 Aug 2021 at 12:48, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > > Very interesting and excellent. :-) > > Gj > > > On Tue, 3 Aug 2021 at 12:33, Tom Coudyzer wrote: > >> Thanks and I will give

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Geertjan Wielenga
Very interesting and excellent. :-) Gj On Tue, 3 Aug 2021 at 12:33, Tom Coudyzer wrote: > Thanks and I will give it a try! > > Reading through some of the mailing list archives I read indeed that and > Enterprise application is not the way-to-go anymore however I ran into this > by reading the

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Geertjan Wielenga
Best to use the latest release, 12.4. Also, typically, an enterprise application wouldn’t be created anymore — though there are still use cases for it, of course, the typical starting point is to create REST endpoints and consume them in a web/mobile application. Gj On Tue, 3 Aug 2021 at 12:15,

Netbeans 11.3 enterprise application

2021-08-03 Thread Tom Coudyzer
Hi, Seeking for some help on creating an Enterprise application (with Maven) via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 I create a new Enterprise application with Maven (Jave-EE 8) and end up with 4 projects. The wizard starts to compile the maven projects but gives an error. Ignorin