- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://jpasecurity.sourceforge.net/
- 软件文档: http://jpasecurity.sourceforge.net/project-doc.html
软件介绍
JPA Security是一套针对Java Persistence API设计开发的访问控制解决方案,采用纯Java编写。
JPA Security 0.2.0主要包括如下特性:
* 拥有高效的查询性能:查询过程中避免了通过数据库查询方式控制访问的策略,而是直接在查询之前将不符合策略的实体过滤调,然后才发送数据库请求。此时配合数据库缓 存,实体是直接从内存中被过滤调的并且构造使用的,效率比通过数据库查询方式过滤要提高很多;
* 可以灵活的配置访问控制:所有访问控制都可以通过Java Annotation或者XML完成;
* 支持多种访问控制策略:可以混合各种访问控制策略整合JavaEE Security和Spring Security
Beautiful Code
Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99
In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!
