Re: Current Introduction Video

2019-06-16 Thread Geertjan Wielenga
That's your choice. You've decided to create a Maven based NetBeans Platform application, rather than an Ant based NetBeans Platform application. Also, you don't create a main JFrame in a NetBeans Platform application, since that is provided by the NetBeans Platform itself. Gj On Sun, Jun 16, 201

Current Introduction Video

2019-06-16 Thread Luke Shannon
Hi, Trying to get back into working with Netbeans. Its been a long while since I have used it, and the project structure is different. I have an 'app', 'branding' and 'parent' components in my project. I'm sure its learning curve, but its not clear to me how to create my main JFrame. When I try an

Re: NetBeans for Java EE 8

2019-06-16 Thread Pieter van den Hombergh
Exactly those, but let me have a look to verify. My list is Payara micro, Payara ee common Payara common Payara server Payara tooling. I use maven projects throughout now, which lets me specify the javaee-api version 8.0 On Sun, 16 Jun 2019, 16:47 Richard Grin, wrote: > Hi Pieter, > > Thanks fo

Re: NetBeans for Java EE 8

2019-06-16 Thread Geertjan Wielenga
Yes, or here: http://plugins.netbeans.org/plugin/72263/payara-server-micro Gj On Sun, Jun 16, 2019 at 4:47 PM Richard Grin wrote: > Hi Pieter, > > Thanks for this information. Which plugin did you use exactly? Geertjan > says that the PRs are not integrated yet. > > Do you mean the plugins whi

Re: NetBeans for Java EE 8

2019-06-16 Thread Richard Grin
Hi Pieter, Thanks for this information. Which plugin did you use exactly? Geertjan says that the PRs are not integrated yet. Do you mean the plugins which can be found with the NetBeans menu Tools > Plugins: Payara EE Common, Payara Common, Payara Server, Payara Tooling? Richard Le 16/06/2019

Re: NetBeans for Java EE 8

2019-06-16 Thread Pieter van den Hombergh
As Geertjan indicates, the jee 8 integration works well with the payara plugin and nb 11. I hvae used in an exam setting recently. On Sat, 15 Jun 2019, 11:46 Richard Grin, wrote: > Hi, > > I'm preparing a course on Java EE for this fall. When can I expect a > NetBeans version adapted to Java EE