InfoQ

News

Glassfish Tools Bundle for Eclipse released

Posted by Alex Blewitt on Mar 24, 2009

Community
Java
Topics
Application Servers ,
IDE
Tags
Eclipse ,
Glassfish

Sun today announced the release of GlassFish Tools Bundle for Eclipse, which provides an Eclipse environment to create and provision JEE applications into GlassFish from within Eclipse. The bundle doesn't refer to an OSGi bundle, but rather a bundling of a number of Eclipse tools:

  • Eclipse 3.4.1
  • Java EE IDE
  • GlassFish v2.1
  • GlassFish v3 Prelude
  • (optionally) JDK 1.6

There are instructions available for installing the GlassFish adaptors into an existing Eclipse install using an existing GlassFish instance. Early bloggers have provided notes on how to install and use the tool.

Sun is also a Gold Sponsor of EclipseCon, and has delivered talks on GlassFish integration (the latest version, v3 Prelude, uses OSGi under the covers). By making it as easy to use from within Eclipse as NetBeans, the availability and userbase of GlassFish will not be limited by choice of IDE.

The blog comments note that the NetBeans and Eclipse plugins will continue to be supported and that although the current documented version is 0.9.9, the release process to convert this into an official 1.0.0 release is underway.

No comments

Watch Thread Reply

Educational Content

Rails in the Large: How Agility Allows Us to Build One Of the World's Biggest Rails Apps

Neal Ford shows what ThoughtWorks learned from scaling Rails development: infrastructure, testing, messaging, optimization, performance.

Stuart Halloway on Clojure and Functional Programming

Stuart Halloway discusses Clojure and functional programing on the JVM in depth, and touches on the uses of a number of other modern JVM languages including JRuby, Groovy, Scala and Haskell.

Orion Henry and Blake Mizerany on Heroku

Orion Henry and Blake Mizerany talk about the technology behind Heroku and the benefits of the new add-on system.

Security for the Services World

Chris Riley presents security issues threatening service based systems, examining security threats, presenting measures to reduce the risks, and mentioning available security frameworks.

Navigating The Rapids:Real-World Lessons in Adopting Agile

This talk investigates technical issues encountered when moving to an Agile process.

Codename "M": Language, Data, and Modeling, Oh My!

Don Box and Amanda Laucher present “M”, a declarative language for building data models, domain models or external DSLs. Don Box's demos show some of M’s features and latest changes of the language.

SOA Manifesto - 4 Months After

It is four months since the SOA manifesto was announced; InfoQ interviewed the original author’s to get insight into the motivations and the process behind the initiative.

Memory Barriers and JVM Concurrency

This article explains the impact memory barriers, or fences, have on the determinism of multi-threaded programs.