`
banditjava
  • 浏览: 159392 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Resin实现JavaEE 6的规范(译文)

阅读更多


Resin实现JavaEE 6的规范
Resin团队总是专注于提供一个轻量级、快速、可靠和易用的应用服务器。我们自豪于我们的轻量级传统,体积小,独立和个性化,对待一件工艺品的组织。我们也总是考虑标准的价植,开发者的选择,多方协作和拥有竞争力但协调的产品。
在了解Java EE6规范前,它是以难以去理解resin里的这些概念。选择真正的从在创造一个轻量级应用服务器或者目标是遵从全部服务从标准中分离开来。Resin从历史上看,选择了轻量级实现路线,沿着一个普通Servlet容器,也提供像JPA和EJB3的APIS,也提供像一个高性能JTA相容事务管理器、数据连接池、权限提供者、安全、集群和管理控制台等等特性,这样一个路线来前进。
随着CDI和Web规范,我们感到自信我们能递交一个遵从全部标准Resin版本,那是说到点子上,就特性和可用性而言,必要的为Java EE经受得住时间的考验。我们相信全貌能使得我们去创造一个轻量级实现,适合为一个全新Java应用服务器种类,也许比其它有着很大开发经验的服务端Java开发项更引人注目。除了GlassFish和JBoss外,我们目的是为了提供一个为JavaEE 6最早固定实现。实际上,Resin是仅是一个仅仅专注于Web规范的重要应用服务器。
Resin 4是一个围绕我们的CDI,Servlet 3和EJB3.1轻量级实现。另外Web规范APIS,像JSF2,Servlet 3,CDI,EJB3.1轻量级,JPA2和Bean校验,我们看见在增加支持调度、异步和、消息、消息驱动Beans和基于远程的Hessian。
有许多的扩展以CanDI为中心正在被开发,我们独立的CDI下一代注入依赖标准实现,实现Resin它本身的基础。这包括整合了流行的第三方的APIs,像struts2、Wicket、iBATIS、Quartz等等更多东东。CanDI能用于EJB注解,像@TransactionAttribute, @Schedule, @Asynchronous, @RolesAllowed, @RunAs, @Lock, @Startup和在EJBs以外的@Remote。CanDI现在也包括优秀的容器外的为JUnit和TestNG的测试支持
这篇Blog论述了Resin的Java EE 6 Web规范实现,非常详细包括更多Web规范,我们的关系到JavaEE(过去,现在和未来),我们在Servlet容器远景,也特定实现细节和代码示例:http://blog.caucho.com/?p=384.
我们期望你的支持,反馈和留言,这将促进我们干完接下来有希望的新一年中的几个月工作。

Resin to implement Java EE 6 Web Profile

Posted by: Reza Rahman on ?? 17, 2010 DIGG
The Resin team has always focused on delivering a lightweight, fast, reliable and easy-to-use application server. We are as proud of our lightweight heritage as we are of our small, independent and personal nature as an organization that treats engineering as a craft. We have also always respected the value in standardization, developer choice, multilateral collaboration and having competing but compatible products.

Before the Java EE 6 Web Profile, it was difficult to reconcile these concepts in Resin. The choices were really split between either creating a lightweight application server or aiming for full standards compliance. Resin has historically chosen the lightweight implementation route along the same lines as a plain Servlet container while still offering APIs like JPA and EJB 3 as well as features like a high performance JTA compatible transaction manager, database connection pooling, authentication providers, security, clustering and an administration console.

With CDI and the Web Profile, we feel confident that we can deliver a fully standards compliant version of Resin that is on the mark in terms of the features and usability necessary for Java EE to stand the test of time. We believe the Web Profile enables us to create a lightweight implementation fit for a new breed of Java EE application servers that are perhaps more compelling than any other server-side Java development option with a great development experience. Along with GlassFish and JBoss, we are aiming to provide one of the earliest solid implementations for Java EE 6. In fact, Resin is the only major application server focused solely on just the Web Profile.

Resin 4 is centered around our CDI, Servlet 3 and EJB 3.1 Lite implementations. In addition to Web Profile APIs like JSF 2, Servlet 3, CDI, EJB 3.1 Lite, JPA 2 and bean validation, we see value in adding support for scheduling, asynchronous processing, messaging, message driven beans and Hessian based remoting.

There are a number of extensions being developed that are centered on CanDI, our independent implementation of the CDI standard for next generation dependency injection that forms the basis for Resin itself. This includes integration with popular third-party APIs like Struts 2, Wicket, iBATIS, Quartz and many more. CanDI enables the use of EJB annotations like @TransactionAttribute, @Schedule, @Asynchronous, @RolesAllowed, @RunAs, @Lock, @Startup and @Remote outside EJBs. CanDI now also includes excellent out-of-container testing support for both JUnit and TestNG.

This blog entry discusses the Resin Java EE 6 Web Profile implementation in greater detail including more on the Web Profile, our relationship to Java EE (past, present and future), our perspectives on Servlet containers as well as specific implementation details and code examples: http://blog.caucho.com/?p=384.

We look forward to your support, feedback and comments in driving these efforts as we work through the next few months of a promising new year for Resin.


原文地址:http://www.theserverside.com/news/thread.tss?thread_id=59455

分享到:
评论

相关推荐

    JavaEE6规范中文版(CHM)

    8. **WebSocket**:虽然JavaEE6本身不包含WebSocket规范,但随后的JavaEE7添加了对WebSocket的支持,JavaEE6的开发者可以利用第三方库实现WebSocket通信。 9. **测试工具**:JavaEE6提供了集成的测试框架,如...

    javaEE6规范中文版

    javaEE6规范中文版。根据chinaitlab在线教程制作,仅供学习,不能用做商业用途。

    JavaEE6规范中文版

    JavaEE6引入了模块化的体系结构,通过不同的组件来实现不同的功能。主要包括以下几个部分: 1. Web层:包含Servlet、JSP和JSF(JavaServer Faces)等技术,用于构建动态网页应用。 2. EJB(Enterprise JavaBeans)...

    javaee6 jar

    这些jar包包含了上述所有组件的实现,可以帮助开发者在MyEclipse10或更低版本中快速搭建JavaEE6项目,实现高效的企业级应用开发。通过理解和熟练运用这些库,可以创建出稳定、高效、易于扩展的应用程序。

    JavaEE6 API 英文版+中文版

    在JavaEE6中,Servlet 3.0规范引入了注解配置,使得无需在web.xml中进行繁琐的配置,可以直接在Servlet类上使用注解来声明和初始化Servlet。 2. JSP(JavaServer Pages):JSP是用于创建动态网页的技术,它允许...

    JavaEE6 API.rar

    2. **轻量级容器**:JavaEE6引入了GlassFish v3作为参考实现,它是一个轻量级的应用服务器,降低了部署和运行JavaEE应用的复杂度。 3. **Java Persistence API (JPA) 2.0**:JPA 2.0提供了更强大的ORM(对象关系...

    javaEE6.zip

    这个`javaEE6.zip`压缩包包含了开发基于Java EE 6的Web应用程序所需要的一些核心库和组件。以下是这些库的具体介绍: 1. **weld-osgi-bundle.jar**: 这是CDI (Contexts and Dependency Injection) 的实现,是Java ...

    JavaEE英文规范文本

    7. **CDI(Contexts and Dependency Injection)**:CDI是依赖注入和上下文管理的规范,帮助开发者实现松耦合和面向切面编程。CDI 1.1在JavaEE 7中引入,增强了事件处理和拦截器功能。 8. **WebSocket**:JavaEE 7...

    JavaEE6.API

    这些组件和规范共同构建了JavaEE6的坚实基础,使得开发者能够构建功能强大且可扩展的企业级应用。通过学习和熟练掌握这些API,开发者可以更好地利用JavaEE6平台的优势,提高开发效率和代码质量。

    JavaEE_6_中文API帮助文档

    JavaEE(Java Platform, Enterprise Edition)是Oracle公司推出的用于构建企业级Web应用程序的框架标准,其版本6在2009年发布,包含了多种技术规范,如Servlet、JSP、EJB、JSF等,旨在简化开发过程并提高可移植性。...

    JavaEE商业银行网点绩效考核系统的设计与实现

    JavaEE商业银行网点绩效考核系统的设计与实现 JavaEE商业银行网点绩效考核系统的设计与实现 JavaEE商业银行网点绩效考核系统的设计与实现 JavaEE商业银行网点绩效考核系统的设计与实现 JavaEE商业银行网点绩效考核...

    JavaEE 6 SDK API

    JavaEE 6 SDK API

    JavaEE6—doc.zip

    JavaEE6技术体系详解 JavaEE(Java Platform, Enterprise Edition),是Java平台针对企业级应用开发的一个标准,它提供了一套全面的API和服务,用于构建分布式、多层的企业级应用程序。JavaEE6作为第六个主要版本,...

    经典JavaEE5规范学习笔记

    NULL 博文链接:https://hanyi366.iteye.com/blog/1155573

    JavaEE 5.0规范中文版

    ### JavaEE 5.0规范中文版知识点解析 #### 一、引言 JavaEE 5.0规范作为企业级应用开发的重要指南,定义了一套完整的API和SPI,旨在为开发者提供构建高度可扩展、高性能的Java应用所需的所有组件和技术。本规范...

    javaEE6jar包

    7. **WebSocket API**:Java EE 6引入了WebSocket API,为实时双向通信提供了基础,使得Web应用能够实现类似桌面应用的交互体验。 8. **Java API for RESTful Web Services (JAX-RS 1.1)**:JAX-RS是用于创建...

    javaee6-api.CHM

    javaee6-api.CHM javaee6-api.CHM

Global site tag (gtag.js) - Google Analytics