Featured Posts

ExtJS, Spring MVC 3 and Hibernate 3.5: CRUD DataGrid... This tutorial will walk through how to implement a CRUD (Create, Read, Update, Delete) DataGrid using ExtJS, Spring MVC 3 and Hibernate 3.5. What do we usually want to...

Readmore

ExtJS plugin: PagingToolbarResizer Well, this is my first ExtJS plugin. Though it is not an advanced plugin, I'm very happy and it is a big accomplishment for me! The problem: ExtJS PagingToolbar Component...

Readmore

Hibernate 3 Annotations Tutorial This tutorial will walk through how to implement a hello world project using Hibernate Annotations and MySQL database. Requirements Download and unzip Hibernate Core...

Readmore

My DeveloperWorks: What's life like for a female Java... Just wanted to share with you my interview on Valerie's My developerWorks blog: Interview with Loiane Groner, Java developer in Brazil. I'm very happy, because this interview...

Readmore

Getting started with ExtJS in your J2EE project This tutorial will walk through how to get an Ext JS installation up and running quickly in your java (J2EE) project. Level: Basic This is the screenshot of this tutorial: First,...

Readmore

Loiane Groner Rss

Significant Sun S/W releases today: NetBeans 6.8 + Java EE 6 + GlassFish Enterprise Server V3

Posted on : 10-12-2009 | By : Loiane | In : SUN

2

Sun released a couple of significant software releases today…Folks have been working hard to get these release(s) out. So, today, Sun and the NetBeans(TM) community are announcing the availability of the NetBeans Integrated Development Environment (IDE) 6.8 — in conjunction with the availability of Java(TM) Platform Enterprise Edition 6 (Java EE 6) and Sun GlassFish(TM) Enterprise Server v3. ….and there’s a bit more to this.  The Software team is holding a virtual event for folks who want to learn more:

An on-line Virtual Conference will be held on December 15th.  Registration is at https://dct.sun.com/dct/forms/reg_us_2011_956_0.jsp.

KEY UPDATES TO JAVA EE 6

New Developer Productivity Features: Java EE 6 features simplify Java application development with less XML configuration, more annotations and more POJO-like development.

Support for New Specifications: New specifications are available including RESTful Web services, EJB 3.1 and EJB Lite, and Dependency Injection.

Support for Profiles: Java EE 6 adds support for defining Profiles that may be a subset or superset of the traditional Java EE 6 full stack that are tailored to specific application scenarios or verticals.  One specific Profile is defined, the Web Profile, intended for the deployment of modern Web applications.

Additional information is available at: http://java.sun.com/javaee

KEY UPDATES TO GLASSFISH ENTERPRISE SERVER V3

Full Support for Java EE 6: GlassFish Enterprise Server v3 is the first application server to be compatible with the new Java EE 6 specification.

New Modular Runtime: A new modular runtime based on OSGi provides for faster startup and loading only those components required, reducing resource requirements.

GlassFish Web Profile: Implementing the new Java EE 6 Web Profile, this provides an lighter weight runtime optimized for modern Web applications.

Support for Iterative Development: New features allow developers to use an edit, save, reload approach to development, eliminating the time consuming recompile and redeploy steps.  This is extended by application state being preserved eliminating the need to recreate that state after each change.  NetBeans 6.8 has been released providing full support for Java EE 6 development.

Additional information is available at: http://www.sun.com/glassfishv3


KEY UPDATES TO THE NETBEANS 6.8 IDE

The NetBeans IDE 6.8 is available for download free of charge at www.netbeans.org.

Complete Java EE 6 Support: Java EE 6 language features simplify Java application development with less XML configuration, more annotations and more POJO-like development.

GlassFish v3 Support: Developers can easily target and deploy to GlassFish v3, including the new lightweight GlassFish v3 Web Profile.

JavaFX(TM): The latest version of the NetBeans editor provides improved code completion, hints and navigation for JavaFX.

PHP Support: The NetBeans IDE expands its support of dynamic languages with support for PHP 5.3 and the Symfony (open-source PHP) web framework.

Tighter Integration with Project Kenai: Project Kenai, a collaborative environment for hosting open source projects, now delivers full support for JIRA and improved instant messenger and issue tracker integration. For more information visit www.kenai.com.

C/C++ Profiling: The new Microstate Accounting indicator and I/O usage monitor help developers profile and tune C/C++ applications.

NetBeans Platform: As a rock-solid application framework for Swing applications, the platform saves developers a huge amount of time and effort by providing commonly-used facilities such as menu items, toolbar items, keyboard shortcuts, and window management out of the box.

Additional information is available at:

NetBeans 6.8 IDE -  http://netbeans.org/community/releases/68/
Java EE 6 – http://java.sun.com/javaee/
GlassFish v3 – http://www.sun.com/glassfishv3

Comments (2)

Can we use netbeans 6.8 in UNIX ???

You can run NetBeans on Unix, because it runs on OpenSolaris, which is a Unix-based OS.
Take a look at system requirements: http://netbeans.org/community/releases/68/relnotes.html#system_requirements
Thanks!

Write a comment