[ANN] open source JCE taglib 1.0 final released
| yb 16 Apr 2004 08:54 GMT | Page rating:  |
After a long period of beta cycles, version 1.0 of the JCE taglib
project has been released.
JCE taglib is a set of Open Source JSP tags, communicating with Sun's
JCE (Java Cryptographic Extensions) library (BouncyCastle
JCE provider) to provide strong encryption for your JSP applications.
This final version adds support for JSP 2.0 EL (Expression Language) functions.
There are also two other packages available:
- CryptoLib is basically the same as the main package (equal code),
but is stripped down and repackaged without the jsp-specific code so
it can be used easily for your non-JSP projects (JMS, EJB, etc...).
- LightCrypto is a set of Open Source Java classes with basic cryptographic
routines using the BouncyCastle lightweight API. It uses a minimal amount of
memory so it can be used with J2ME (Java 2 Micro Edition), browser applets,
on small Java devices such as PDA's or Java enabled mobile phones or in
any other situation where JCE (Java Cryptographic Extensions) is too heavy
for the job.
Documentation (javadoc & tag reference) is available in different formats
such as html, pdf and chm.
Project home: http://jcetaglib.sourceforge.net
Source: http://sourceforge.net/projects/jcetaglib
No comments at this time. Why not be the first?