Search |
||
NetBeans: the Java EE 6 IDEPosted by ludo on August 3, 2009 at 3:40 PM PDT
Bonjour Comment Java?
![]() today is some type of historical milestone for Java EE 6: This is Milestone 1 of NetBeans 6.8 and Java EE 6 support with the latest GlassFish v3 (build 57). The bundle is only 132Mb and contains everything you need to start with Java EE 6: the IDE, the Java EE 6 current runtime, the JavaEE 6 JavaDocs (for code completion), the JavaDB database, and very very cool features from the plaform or its implementation:
![]() Read more at http://wiki.netbeans.org/NewAndNoteworthyNB68 and get the Milestone 1 bits at http://bits.netbeans.org/netbeans/6.8/m1/ Ludo »
Related Topics >>
J2EE Comments
Comments are listed in date ascending order (oldest first)
Submitted by cayhorstmann on Wed, 2009-08-05 13:05.
Hi Ludo, I tried taking it for a spin, but I couldn't get facelet page editing to do anything useful. The editor insisted that the facelets pages were plain HTML files. Is there some secret switch?
Thanks,
Cay
Submitted by ludo on Wed, 2009-08-05 13:53.
even with (http://wiki.netbeans.org/NewAndNoteworthyNB68#section-NewAndNoteworthyNB...) using xhtml and correct namespace declared?
Submitted by cayhorstmann on Wed, 2009-08-05 21:17.
Yes, EE6 and correct name spaces. I think my problem is that I use h:head and h:body tags. When I started a new project, I saw that the template.xhtml just uses head and body. And it got really confused by f:metadata. Just doesn't seem to be quite ready for JSF 2.0. I'll file a bug report.
Submitted by marekf on Fri, 2009-08-07 06:23.
The root tag of the document should contain the xhtml namespace xmlns="http://www.w3.org/1999/xhtml". OTOH I have changed the bahaviour so the ns declaration is not necessary recently. Please try latest daily build, there are more changes there. Then file an issue with steps to reproduce if it still doesn' work.
Thank you and sorry for the inconvenience.
Marek Fukala (mfukala@netbeans.org)
|
||
|
|