NetBeans: the Java EE 6 IDE
Posted by ludo on August 3, 2009 at 6:40 PM EDT
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:
- No Need for web.xml in Web Application (and support for web-fragment.xml)
- Servlet Annotations
- EJB inside Web Application Projects
- Embedded Web Browser for fast testing (Mozzilla XULRunner)
- GlassFish v3 build 57 pre-registered
- Stellar GlassFish v3 startup time
- Stellar Deploy on Save for Java EE projects (redeploy in less than a second), with Session preservation
- JSF 2.0 and Facelet Support
- Java EE 6 Javadoc (preview) in Code completion (not many IDEs have this support:-)
- Singleton EJB support
- All current Java EE 6 APIs available:
- REST JAX-RS 1.1 and associated wizards
- JAXB 2.2
- Metro 2.0
- JAX-WS 2.2
- JPA 2.0
- Beans Validation Framework
- etc...
- Maven support

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 >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- ludo's blog
- 3729 reads






Comments
by marekf - 2009-08-07 07: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)by cayhorstmann - 2009-08-05 22: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.by ludo - 2009-08-05 14:53
even with (http://wiki.netbeans.org/NewAndNoteworthyNB68#section-NewAndNoteworthyNB...) using xhtml and correct namespace declared?by cayhorstmann - 2009-08-05 14: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