Re: Java EE version support

2018-03-11 Thread Kai Uwe Pel
*Enterprise Edition (Java EE) 8**- The Java EE Tutorial with Netbeans IDE *https://javaee.github.io/tutorial/usingexamples001.html However, the current version of NetBeans does not support Java EE 8 out of the box. To prepare the whole Java EE 8 development, you need to upgrade the application

Re: Java EE version support

2018-03-07 Thread James Finnall
My Tomcat server is 8.5.23 On Tue, 2018-03-06 at 16:03 +, Peter Steele wrote: > You need tomcat 8/9 for servlet 3.1 support which is what j2ee 7 > provides > > On 6 Mar 2018 15:58, "Geertjan Wielenga" l.com> wrote: > > There's a pretty big difference between Java 8 and Java EE 8... > > > >

Re: Java EE version support

2018-03-06 Thread Peter Steele
You need tomcat 8/9 for servlet 3.1 support which is what j2ee 7 provides On 6 Mar 2018 15:58, "Geertjan Wielenga" wrote: > There's a pretty big difference between Java 8 and Java EE 8... > > Gj > > On Tue, Mar 6, 2018 at 4:55 PM, James Finnall wrote: > >> My server states it is using JVM 1.8.0

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
There's a pretty big difference between Java 8 and Java EE 8... Gj On Tue, Mar 6, 2018 at 4:55 PM, James Finnall wrote: > My server states it is using JVM 1.8.0_151-8u151-b12-0ubuntu0.16.04.2- > b12 > > I am told that indicates Java 8. > > James > > On Tue, 2018-03-06 at 16:47 +0100, Geertjan W

Re: Java EE version support

2018-03-06 Thread James Finnall
My server states it is using JVM 1.8.0_151-8u151-b12-0ubuntu0.16.04.2- b12 I am told that indicates Java 8.   James On Tue, 2018-03-06 at 16:47 +0100, Geertjan Wielenga wrote: > Does Tomcat support Java EE 7? > > Gj > > On Tue, Mar 6, 2018 at 4:46 PM, James Finnall > wrote: > > The tutorial p

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
Does Tomcat support Java EE 7? Gj On Tue, Mar 6, 2018 at 4:46 PM, James Finnall wrote: > The tutorial provided a reference to using GlassFish server. I do have > the option for EE 7 on GlassFish. It did not mention Tomcat. > > When I choose Tomcat on a new project it only provides options for

Re: Java EE version support

2018-03-06 Thread James Finnall
The tutorial provided a reference to using GlassFish server.  I do have the option for EE 7 on GlassFish.  It did not mention Tomcat.   When I choose Tomcat on a new project it only provides options for version 6 and 5.  It does not list version 7. Thank you, James On Tue, 2018-03-06 at 16:32 +

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
https://netbeans.org/kb/docs/javaee/javaee-gettingstarted.html Gj On Tue, Mar 6, 2018 at 4:30 PM, James Finnall wrote: > What about Java EE 7 then? > > On Tue, 2018-03-06 at 16:16 +0100, Geertjan Wielenga wrote: > > > > Java EE 8 is not supported at this stage. > > > > Gj > > > > > > > > > On T

Re: Java EE version support

2018-03-06 Thread James Finnall
What about Java EE 7 then? On Tue, 2018-03-06 at 16:16 +0100, Geertjan Wielenga wrote: > > Java EE 8 is not supported at this stage. > > Gj > > >   > > On Tue, Mar 6, 2018 at 4:15 PM, James Finnall > > wrote: > > > Hello All, > > > > > > Just upgraded to Netbeans 8.2 and Java EE Base plug-in

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
Java EE 8 is not supported at this stage. Gj > On Tue, Mar 6, 2018 at 4:15 PM, James Finnall wrote: > >> Hello All, >> >> Just upgraded to Netbeans 8.2 and Java EE Base plug-in is 1.31.1 as I >> recall. Attempting to get support for Java EE 7 or 8. Netbeans stated >> I needed to upgrade to

Java EE version support

2018-03-06 Thread James Finnall
Hello All, Just upgraded to Netbeans 8.2 and Java EE Base plug-in is 1.31.1 as I recall.  Attempting to get support for Java EE 7 or 8.  Netbeans stated I needed to upgrade to support string comparisons in a switch statement.   After the upgrades I am still limited to Java EE 6.  It does show Jav