Java EE 7 support in NetBeans 7.3.1
Posted
by arungupta
on Oracle Blogs
See other posts from Oracle Blogs
or by arungupta
Published on Wed, 26 Jun 2013 20:15:22 +0000
Indexed on
2013/06/26
22:26 UTC
Read the original article
Hit count: 229
/General
NetBeans IDE provide tools, templates, and samples for building Java EE 7 applications. NetBeans 7.3.1 specifically added support for the features mentioned below:
- Support for creating Java EE 7 projects using Maven and Ant
- Develop, Deploy, and Debug using GlassFish 4
- Bundled Java EE 7 javadocs
- CDI is enabled by default for new Java EE 7 projects (CDI 1.1)
- Create database scripts from Entity Classes (JPA 2.1)
- Java Persistence Query Language (JPQL) testing tool (JPA 2.1)
- RESTful Java client creation using JAX-RS 2.0 Client APIs
(JAX-RS 2.0)
- New templates for JAX-RS 2 Filter and Interceptor (JAX-RS 2.0)
- New templates for WebSocket endpoints (WebSocket 1.0)
- JMS messages are sent using JMS 2 simplified API (JMS 2.0)
- Pass-through attributes are supported during Facelet page editing (JSF 2.2)
- Resource Library Contracts(JSF 2.2)
- @FlowScoped beans from editor and wizards (JSF 2.2)
- Support for EL 3.0 syntax in editor (EL 3.0)
- JSON APIs can be used with code completion (JSON 1.0)
A comprehensive list of features added in this release is
available in NetBeans
7.3.1 New and Noteworthy.
Download Netbeans 7.3.1 and start playing with Java EE 7!
© Oracle Blogs or respective owner