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

Hibernate投入JBoss怀抱

阅读更多

今天一大早,“那个叫TSS的大泥潭”已经开了锅,而故事的焦点一如既往地是JBoss。JBoss的首席体系结构师Bill Burke宣布:著名的O/R映射框架Hibernate正式加入了JBoss家族,Hibernate的主要作者Gavin King成为JBoss Group的成员。

Bill Burke在一封公开信中说,JBoss一直在寻找替代CMP entity bean的持久化解决方案,而基于POJO和AOP的Hibernate是他们梦寐以求的。他表示,Hibernate将成为JBoss最主要的持久化基础设施。

随后,Gavin King也发表了一封公开信。他在信中表示,Hibernate过去只是作者业余时间的作品,加入JBoss之后,“专业Open Source”的运作方式将使Hibernate得到更好的发展。由于受到JBoss的垂青,Hibernate甚至有希望成为J2EE应用程序持久化解决方案的事实标准。另外,Gavin King承诺:在提供更优质的软件和收费服务的同时,Hibernate不会停止提供免费文档,也不会绑定在JBoss上。

下面是Gavin King列出的此次合并的意义。此事件全文请看:http://www.theserverside.com/home/thread.jsp?thread_id=21482

What this means for Hibernate users
===================================
* more resources for Hibernate development
* able to buy professional training / commercial support
* assurance that the Hibernate project continues to exist and grow

What the means for the Hibernate team
=====================================
* a chance to make some money :)
* Gavin gets his life back (maybe)
* no longer have to beg and scrounge for money for things like domains

What this means for the Hibernate project
=========================================
* more developers
* Hibernate will be distributed with JBoss application server
* lots more users
* an easier "sell" to management types
* we get a marketing team!

What this means for the JBoss project
=====================================
* JBoss will use Hibernate as backbone of CMP layer
* Hibernate will complement JBoss AOP, being a POJO-oriented persistence layer

What this means for JBoss Group
===============================
* JBoss gets a great persistence engine!
* lends credibility to jboss.org as an umbrella for more than just the appserver project
* JBoss is able to sell Hibernate training and support

What it does NOT mean
=====================
* Hibernate will not become dependent upon JBoss! It is a central goal of the project to remain platform independant!
* you will not have to start paying for documentation
* we will not stop giving great support in the forums
* Hibernate will not be "swallowed" into the JBoss project; it remains a seperate project, now affiliated with jboss.org and supported by JBoss Group
* our central goals do not change: we remain committed to building the killer ORM implementation for Java!

分享到:
评论

相关推荐

    hibernate+jboss-logging

    标题“hibernate+jboss-logging”涉及到两个关键领域:Hibernate和JBoss Logging,而描述中提到了三个具体的jar文件,它们是实现这些技术的重要组件。让我们深入了解一下这些技术和库。 **Hibernate** 是一个非常...

    eclipse安装hibernate的jboss tools插件

    标题中的“eclipse安装hibernate的jboss tools插件”指的是在Eclipse集成开发环境中安装用于支持Hibernate的JBoss Tools扩展。这个过程是开发者为了提高在Eclipse中使用Hibernate框架进行开发的便利性,通过添加插件...

    Hibernate所需jar包

    hibernate-c3p0-4.3.5.Final hibernate-commons-annotations-4.0.4.Final hibernate-core-4.3.5.Final hibernate-jpa-2.1-api-1.0.0.Final jandex-1.1.0.Final javassist-3.18.1-GA jboss-logging-3.1.3.GA jboss-...

    jbosstools-hibernate:JBoss工具

    Hibernate Eclipse Tools是一部分,可以从中单独或与完整的JBoss Tools发行版一起。 获取代码 开始编写代码的最简单方法是 ,然后克隆fork: $ git clone git@github.com:<you>/jbosstools-hibernate.git $ cd ...

    使用Hibernate tools,生成带中文注释的类和hbm文件

    下载并安装hibernate tools插件,下载地址:http://download.jboss.org/jbosstools/static/neon/stable/updates/core/jbosstools-4.4.1.Final-updatesite-core.zip 安装过程参考...

    Jboss下hibernate整合EJB

    本文将详细讲解如何在JBoss应用服务器上整合Hibernate和EJB。 **一、EJB简介** EJB是Java EE平台的一部分,它提供了一种标准的方式来创建分布式、事务处理、安全和可管理的企业级服务。EJB类型主要包括会话Bean...

    Jboss6.0.0 M4配置jndi和hibernate

    **JBoss 6.0.0 M4 配置 JNDI 和 Hibernate 深度解析** JBoss 是一个开源的应用服务器,版本6.0.0 M4是它的一个里程碑版本,提供了对Java EE 5规范的支持。在这个版本中,配置JNDI(Java Naming and Directory ...

    Hibernate 2nd-level cache: JBoss Caching 配置与注意事项

    本文将深入探讨如何配置Hibernate使用JBoss Caching作为二级缓存,并提醒你在实现过程中需要注意的一些关键点。 **一、Hibernate 二级缓存概念** 在Hibernate中,一级缓存是Session级别的,每个Session都有一个...

    jbosstools-4.0.1.Final

    jbosstools-4.0.1.Final JBoss Tools 原名为JBoss IDE,现在统一改名为 JBossTools,JBoss Tools包含了JSF,Hibernate,JBossSeam,jBPM等一系列的开发工具。

    JbossTools for Eclipse4.5.2

    首先,JBoss Tools的核心特性之一是它集成了Hibernate Tools。Hibernate是一款优秀的对象关系映射(ORM)框架,使得Java开发者可以更加便捷地处理数据库操作。通过这个插件,开发者可以在Eclipse环境中进行直观的...

    jboss-logging-

    jboss-logging

    Jboss4.2.2+Spring2.5.6+hibernate+JTA事务的实现

    "Jboss4.2.2+Spring2.5.6+Hibernate+JTA事务的实现"就是一个典型的例子,它涉及到四个关键的技术栈,即JBoss Application Server 4.2.2、Spring 2.5.6、Hibernate ORM以及Java Transaction API(JTA)。这些技术的...

    JBoss5.pdf

    JBoss EAP 5 Hibernate EntityManager Reference Guide是一份指南文档,用于指导开发者如何在JBoss EAP 5的环境中使用Hibernate EntityManager。它详细描述了JBoss EAP 5中Hibernate EntityManager的配置和使用方法...

    后台验证hibernate-validator必须的jar包

    本主题将详细讲解`Hibernate Validator`以及与之相关的`validation-api-2.0.1.Final.jar`、`hibernate-validator-6.0.8.Final.jar`和`jboss-logging-3.3.2.Final.jar`这三个jar包的作用和重要性。 首先,`...

    Jboss7上+maven搭建struts2+spring3+hibernate3完整能运行源码

    Jboss7上+maven搭建struts2+spring3+hibernate3完整能运行工程源码,在tomcat7上运行也成功测试了,注意:我工程文件是用myeclipse2013开发的,你需要导入自己ide的时候,会有兼容性问题:最好阁下是自己新建一个maven...

    Hibernate5 中文API

    Hibernate 用户手册 Hibernate - 纯 java 的关系型持久层框 Hibernate 团队 JBoss 可视化设计团队 5.0.0.Final Copyright © 2011 Red Hat, Inc. 2015-08-20

    Jboss项目部署文档

    Jboss 项目部署文档 Jboss 项目部署文档是指在 Jboss 服务器上部署项目的详细步骤,包括环境变量的配置、项目打包、配置文件的修改、JNDI 的配置等。以下是 Jboss 项目部署文档的详细知识点: 一、环境变量配置 ...

    JBOSS,JBoss安装部署

    【JBOSS,JBoss安装部署】 JBoss是Red Hat公司开发的一款开源的应用服务器,它基于Java EE(Enterprise Edition)规范,提供了全面的企业级应用程序部署和管理解决方案。本篇文章将详细讲解JBoss的安装和部署过程,...

Global site tag (gtag.js) - Google Analytics