Re: Spring Boot

2019-05-21 Thread John McDonnell
What problem are you getting? When I'm starting a spring boot application I start @ https://start.spring.io/ and generate a Maven project. Download this and open it in NetBeans without any issues. Note with NetBeans 11 now, you can also generate a Gradle project, and there use to be a plugin to

Re: Spring Boot

2019-05-21 Thread Jonathan Bergh
I have found the Springboot plugin for Netbeans works really well, including the SpringBoot Initializer. You get x2 nice Maven project types. Works fine in 8.2 & 10 so far. Search for it in the plugins listing On Tue, May 21, 2019 at 11:19 PM wrote: > Try this introduction > >

Re: Spring Boot

2019-05-21 Thread daniel
Try this introduction https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa It uses maven to get all dependencies. I had no problems. Daniel Dne 21.05.2019 23:04, Michael Spence napsal: > I am trying to set up a project using Spring Boot to avoid "just use > Eclipse". I

Java Swing vs AWT

2019-05-21 Thread Ed Sowell
I've been working on my Windows Java app for several years using NetBeans 7 & later. All my dialogs use Swing components from the visual designer. Now, after switching to 11, I constructed a new dialog and discovered certain things weren't available, e.g., setInputVerifier(). When I dug in a bit

Spring Boot

2019-05-21 Thread Michael Spence
I am trying to set up a project using Spring Boot to avoid "just use Eclipse". I have not been able to get this to work in either 8.2 or 11 (not sure if 11 is supposed to support this). Is there a how-to somewhere, or even a pom that works that I could study? Thanks, Michael D. Spence

NB 11 Gradle support for java modules?

2019-05-21 Thread Terrell, Roger (CCI-Atlanta)
Using NB 11, Gradle 5.4.1, and Java 11 or 12... Is there a supported/correct way to develop multi-module applications? I can easily get them working without NetBeans by using the popular "org.javamodularity.moduleplugin" gradle plugin, but NB doesn't recognize the modules so it doesn't

Re: Building Windows Launchers only

2019-05-21 Thread Jean-Marc Borer
Well, I cannot really help here, but did you try relatives path in your application.conf file to the JRE that would be embedded in the app? On Thu, May 16, 2019 at 4:39 PM Mark Phipps wrote: > Thanks - actually I want to (re)build the launchers in the NBI engine, > because I want to

Re: Trying to set up Tomcat with Netbeans

2019-05-21 Thread Owen Thomas
Thanks Josh. Perhaps I'll just install Netbeans in my existing Ubuntu tomorrow and see how that goes. On Tue, 21 May 2019 at 20:53, Josh Juneau wrote: > Hi Owen, > > As mentioned by Geertjan, if you install NetBeans 11 then it should work. > Once installed, open the "Services" tab, then

Re: Trying to set up Tomcat with Netbeans

2019-05-21 Thread Owen Thomas
Yeah, I suppose its time I upgraded to the next LTS for Ubuntu as well. On Tue, 21 May 2019 at 15:47, Geertjan Wielenga wrote: > I'd recommend to use Apache NetBeans 11, no need to install any plugins > for what you describe. > > Gj > > On Tue, May 21, 2019 at 7:46 AM Owen Thomas > wrote: > >>

Re: Trying to set up Tomcat with Netbeans

2019-05-21 Thread Josh Juneau
Hi Owen, As mentioned by Geertjan, if you install NetBeans 11 then it should work. Once installed, open the "Services" tab, then right-click on "Servers" and choose "Add Server". One of the available server options is "Apache Tomcat or TomEE". Thanks Josh Juneau juneau...@gmail.com