Archive | JCA RSS feed for this section

Java Security Packages using JCA/JCE

May 23, 2008

0 Comments

In thistutorial, the author explains the cryptography-related concepts and packages in JDK,with code examples.Many of the concepts and technical terms thus learnt will be useful in understanding the Cryptography API in MFCalso. ————– There arethree security-related packages in JDK1.4, as follows: i)JCA/JCE(Java Cryptography Architecture & JavaCryptography Extensions) ii)JSSE( Java Secure-Sockets Extension). iii)JAAS( Java Authentication & [...]

email

J2EE Connector Architecture(JCA), An Introduction

July 16, 2007

1 Comment

Introduction JCA, the J2EE Connector Architecture, is an initiative towards EAI, Enterprise Application Integration. It is a standardized architecture providing the J2EE Components to have plug and play access to heterogeneous EIS, Enterprise Information Systems. Examples of EIS are ERP (Enterprise Resource Planning), Transaction Processing Systems, Legacy Database Systems etc. In the following section we [...]