记录下了作者学习JSP、Servlet、XML、RMI、JAF、JAF、EJB、Security、JDBC、JTA/JTS、JCA、JMS、JNDI、Application Server的心得
标签: Application JAF Security Servlet
上传时间: 2014-05-23
上传用户:zsjinju
Jencks是一个轻量级的JCA容器。它可以轻松部署到Spring中以提供消息驱动的POJOs.此外Jencks通过使用类似于JMS,JAX-RPC,JBI与JCA CCI的API来提供对inbound与outbound消息的支持,同时还提供一个基于XA的JDBC连接池机制。
上传时间: 2015-08-28
上传用户:kikye
An Introduction to JCA
标签: Introduction JCA An to
上传时间: 2016-06-13
上传用户:星仔
本人收集的关于Java Connector Architecture的资料,看过之后,应该能够对JCA有大体的了解,要仔细了解的话,还是要阅读JCA Spec.哦
标签: Architecture Connector Java
上传时间: 2015-02-21
上传用户:梧桐
ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单计,在本文中我们将用DES算法加密和解密字节码。下面是用JCE加密和解密数据必须遵循的基本步骤: 步骤1:生成一个安全密匙。在加密或解密任何数据之前需要有一个密匙。密匙是随同被加密的应用一起发布的一小段数据,Listing 3显示了如何生成一个密匙。 【Listing 3:生成一个密匙】
标签: Cryptography Extension Java ava
上传时间: 2015-03-26
上传用户:nanxia
JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.
标签: integrates develops services leading
上传时间: 2014-11-03
上传用户:wsf950131
数字证书注册和签发系统,利用JCA和JCE实现数字证书的注册,并提供一个密钥库管理以及私钥的存储和导出以及传输得安全机制
标签: 数字
上传时间: 2013-12-18
上传用户:hongmo