Every time I start the Eclipse IDE, I'm always pleased with the welcome screen:
Did you notice that the only company name mentioned is "Sun Microsystems"? Sweet!. Also, if you've have been using the previous Eclipse versions (3.0), you would have noticed that the Sun light is becoming much bigger:)
So I finally got my hands on a release candidate set of zip files to install Eclipse 3.3 Europa at http://download.eclipse.org/webtools/downloads/drops/R2.0/S-2.0RC0-200705171455/ and after a few try/failures I finally got everything running on my Mac system. I am in the process of updating the GlassFish plugin for Eclipse 3.0 so that finally Eclipse users can create Java EE 5 applications and deploy them to GlassFish V1 and GlassFish V2. The updated plugins should be available in a few days.
MyEclipse released a few days ago a new version (5.5) that also brings Java EE 5 support to the developers. It comes with MyEclipse plugins for GlassFish V1 and GlassFish V2.
For the time and energy I spent to install the Release candidate for Europa, I must admit that paying a few dollars for MyEclipse is definitely the right investment to do (although I am still missing a complete installer for Mac OSX, and a GlassFish/MyEclipse co-Bundle that would be installable in one shot).
I enjoyed the JSP editor (and renderer), as well as an extensive JavaScript support that should play well with our Ajax jMaki components (that are also available for Eclipse).
There are still a few issues in the Java EE 5 support of MyEclipse (for example, one cannot create JPA entity beans in a Web Application, or no pure Java EE 5 Web Services support -Axis is the only supported stack-, or that the fact you need to touch files like web.xml or ejb-jar.xml or application.xml to trigger a redeployment for exploded directories -when these files are now optional in the latest Java EE 5 specification which is all about ease of development and replacement of those xml files into Java annotations)-, but all I can say is that for people who want an Eclipse based IDE to do Java EE 5 development (and target the GlassFish application server), MyEclipse is certainly a very good option and worth the investment. Very soon, MyEclipse will switch to Eclipse Europa platform and the latest good stuff from WTP 2.0.
Registering GlassFish in MyEclipse is very easy, and deployment of Java EE 5 applications to it is simple:
Having said that, for people who have the freedom to look at a solution which is not Eclipse based, NetBeans 5.5.1 and the coming NetBeans 6.0 are also offering advanced (and complete) Java EE 5 support, including JSF, JPA, Web Services and more. NetBeans also updates automatically the GlassFish specific descriptors when needed and transparently.
In conclusion, it is good to see that there is a wide range of tools targeting Java EE 5, and it's best implementation so far: GlassFish:-)
Ludo
分享到:
- 2007-05-31 12:02
- 浏览 1901
- 评论(1)
- 论坛回复 / 浏览 (1 / 3462)
- 查看更多
相关推荐
org.glassfish.jersey.media:jersey-media-multipart:2.24.1 Jersey 上传文件以及下载文件所需的依赖库,maven下载比较慢,我手动下载下来了。放到你的libs目录
这一版本的关键更新包括:模块化设计、轻量级框架支持、CDI(Contexts and Dependency Injection)依赖注入、EJB 3.1简化、JPA 2.0增强的持久化机制、JSF 2.0的改进、以及对RESTful服务的广泛支持。 Glassfish 3.1....
《Packtpub.GlassFish.Security.May.2010.rar》这个压缩包文件主要包含的是关于GlassFish服务器安全性的专业资源,其中的核心文件是《Packtpub.GlassFish.Security.May.2010.pdf》,很可能是由Packtpub出版社在2010...
4. **企业级应用开发**:对于Java EE的开发,MyEclipse集成了Tomcat、GlassFish等应用服务器,支持EJB、JPA、JSF等技术,使得企业级应用的开发和部署更为顺畅。 5. **版本控制集成**:MyEclipse与常见的版本控制...
《GlassFish插件在Eclipse中的应用详解》 在IT行业中,开发环境的配置与优化是提高工作效率的关键一环。Eclipse作为一款广泛使用的Java集成开发环境(IDE),其强大的可扩展性使得开发者可以通过安装各种插件来满足...
Maven坐标:org.glassfish.jersey.core:jersey-client:2.22.2; 标签:glassfish、core、jersey、client、jar包、java、中文文档; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档...
org.glassfish.bean.validator-3.0.0.jar
《PacktPub.GlassFish.Administration.Dec.2009.rar》这个压缩包文件主要包含的是关于GlassFish服务器管理的详细教程,源自2009年12月出版的Packt Publishing出版社。GlassFish是Oracle公司开发的一款开源的应用...
This book uses the new version of GlassFish 3 to deploy and administer the code examples. Written by an expert member of the Java EE 6 specification request and review board in the Java Community ...
"Eclipse 与 GlassFish 3.1.1 配置指南" 概述: 本文档旨在指导读者如何在 Eclipse 中配置 GlassFish 3.1.1,实现连接池配置和 JNDI 配置。同时,也会解决在部署过程中可能出现的异常。 一、GlassFish 3.1.1 简介 ...
### Glassfish部署Web项目知识点详解 #### 一、概述 **Glassfish** 是一款开源的Java EE应用服务器,由Oracle公司维护。它基于Java EE标准,支持多种Java EE技术,如EJB、JPA、JSF等。由于其强大的功能和良好的...
Set up Eclipse, Tomcat, and Glassfish server for JEE application development Use JSP, Servlet, JSF, and EJBs to create a user interface and write business logic Create JEE database applications using ...
在本文中,我们将深入探讨与Glassfish 3.1.2.2中JPA问题相关的主题,特别是关于EclipseLink的更新方法。JPA(Java Persistence API)是Java平台上的一个标准,用于处理对象关系映射(ORM),使得开发者能够方便地在...
标题 "org.eclipse.osgi-3.8.0" 指的是 Eclipse OSGi 框架的一个特定版本,3.8.0。OSGi(Open Service Gateway Initiative)是一种Java模块化系统,它允许开发人员将应用程序分解为独立的、可管理的组件,这些组件...
从官方站点`http://glassfish.dev.java.net`下载适用于Windows平台的GlassFish安装文件,文件名为`glassfish-installer-v2ur1-b09d-windows-ml.jar`,大小约为81MB。将下载的文件放置在指定目录,例如`D:\`下,并...
Maven坐标:org.glassfish.jersey.containers:jersey-container-servlet-core:2.22.2; 标签:container、glassfish、core、jersey、servlet、containers、jar包、java、中文文档; 使用方法:解压翻译后的API文档,...
《GlassFish Eclipse Plugin详解》 GlassFish Eclipse Plugin是一款专为Eclipse集成开发环境设计的插件,它使得在Eclipse中管理和部署Java EE应用程序变得轻松便捷。通过此插件,开发者可以直接在Eclipse环境中对...
glassfish.part4
glassfish.part5
glassfish.part6