| View previous topic :: View next topic |
| Author |
Message |
padjester
Joined: 14 Jul 2009 Posts: 33
|
Posted: Mon Jun 21, 2010 1:48 pm Post subject: Netbeans 6.8 JSF2 web applications |
|
|
Hello
I am running Netbeans 6.8 and would like to create a JSF 2.0 web application. When I create a new web application and must choose the java ee version I only get options JAVA EE5 and J2EE 1.4.
I understand that JSF 2.0 applications require JAVA EE6. I also understand that Netbeans 6.8 supports JAVA EE6, why am I unable to choose JAVA EE6?
Please can somebody help me urgently, as I have been banging my head on this issue and can not figure it out.
Kind regards |
|
| Back to top |
|
 |
Johannes Homuth Posted via mailing list.
|
Posted: Mon Jun 21, 2010 3:04 pm Post subject: Netbeans 6.8 JSF2 web applications |
|
|
Have a look at Tools -> Java Platforms (here you have to add your needed
version)
padjester wrote:
| Quote: | Hello
I am running Netbeans 6.8 and would like to create a JSF 2.0 web application. When I create a new web application and must choose the java ee version I only get options JAVA EE5 and J2EE 1.4.
I understand that JSF 2.0 applications require JAVA EE6. I also understand that Netbeans 6.8 supports JAVA EE6, why am I unable to choose JAVA EE6?
Please can somebody help me urgently, as I have been banging my head on this issue and can not figure it out.
Kind regards
|
--
B.Sc. Johannes Homuth
-------------------------------------------------------
SOURCEPARK GmbH
Helmholtzstr. 2-9, Geb |
|
| Back to top |
|
 |
padjester
Joined: 14 Jul 2009 Posts: 33
|
Posted: Mon Jun 21, 2010 3:15 pm Post subject: |
|
|
Hi Johannes
Thank you for that, I am going to give it go.
Kind regards |
|
| Back to top |
|
 |
troy giunipero Posted via mailing list.
|
Posted: Mon Jun 21, 2010 4:08 pm Post subject: Netbeans 6.8 JSF2 web applications |
|
|
On 6/21/10 3:48 PM, padjester wrote:
| Quote: | Hello
I am running Netbeans 6.8 and would like to create a JSF 2.0 web application. When I create a new web application and must choose the java ee version I only get options JAVA EE5 and J2EE 1.4.
| The Java EE version in the New Project wizard is determined by the
server you associate with the project. I've you are using GlassFish 3,
a Java EE 6-compliant server, you'll be able to select Java EE 6 Web
from the drop-down.
| Quote: |
I understand that JSF 2.0 applications require JAVA EE6. I also understand that Netbeans 6.8 supports JAVA EE6, why am I unable to choose JAVA EE6?
Please can somebody help me urgently, as I have been banging my head on this issue and can not figure it out.
Kind regards
|
|
|
| Back to top |
|
 |
padjester
Joined: 14 Jul 2009 Posts: 33
|
Posted: Mon Jun 21, 2010 4:23 pm Post subject: |
|
|
Hi Troy
Thank you for the reply.
I am using Tomcat 6.0.20, would you know if it is JAVA EE6 compatible?
Kind regards |
|
| Back to top |
|
 |
Rick Posted via mailing list.
|
Posted: Mon Jun 21, 2010 4:36 pm Post subject: Netbeans 6.8 JSF2 web applications |
|
|
JSF 2 doesn't necessarily require J2EE 6. You can select Tomcat as your
server. You just won't be able to use all of the J2EE 6 features like
annotations and dependency injection.
If you want to use the new expression language features with Tomcat,
you'll need to include the EL jars in your project.
Rick
| Quote: | On 6/21/10 3:48 PM, padjester wrote:
| Quote: |
I understand that JSF 2.0 applications require JAVA EE6. I also
understand that Netbeans 6.8 supports JAVA EE6, why am I unable to
choose JAVA EE6?
Please can somebody help me urgently, as I have been banging my head
on this issue and can not figure it out.
Kind regards
|
|
|
|
| Back to top |
|
 |
troy giunipero Posted via mailing list.
|
Posted: Mon Jun 21, 2010 9:18 pm Post subject: Netbeans 6.8 JSF2 web applications |
|
|
On 6/21/10 6:23 PM, padjester wrote:
| Quote: | Hi Troy
Thank you for the reply.
I am using Tomcat 6.0.20, would you know if it is JAVA EE6 compatible?
| No, it's not. Tomcat 7 does support Java EE 6, and will be released
later this year.
|
|
| Back to top |
|
 |
|