- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://db.rex-soft.org
- 软件文档: http://db.rex-soft.org/document.php
软件介绍
Rexdb是一款使用Java语言编写的,开放源代码的数据持久层框架。提供了查询、更新、批处理、调用、(JTA)事务、数据源管理等功能,可以取代Mybatis、Hibernate作为系统的核心ORM框架。
Rexdb提供了工具类风格的接口,不需要编写映射配置,使用简便;同时,它还具备同类框架中最高效的执行效率。
Rexdb的某次性能测试结果为:查询性能是Hibernate的2.3倍,Mybatis的1.7倍。
Rexdb的Git:http://git.oschina.net/rexsoft/rexdb
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
