This is a library for the Java platform which makes PKCS#11 (also known
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a
software library with a defined API which allows access to cryptographic
hardware. It usually comes with hardware security modules (HSM), smart
cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper
provides Java software access to almost any crypto hardware. For
example, a Java application can use it to integrate a HSM or a smart
card to create digital signatures, to decrypt data or to unwrap keys.
The jcmdline package is a Java package with the following goals:
* Facilitate parsing/handling of command line parameters.
* Add consistency to command line parameter parsing and command usage display
through all executables of a Java application.
* Automatically generate a command usage based upon defined command line
parameters.
Barbecue is an open-source, Java barcode library that provides the means to
create barcodes for printing and display in Java applications. A number of
barcode formats are supported and many more can be added via the flexible
barcode API. Barcodes can be outputted to Graphics objects, or used as a Swing
component, or written out as SVG.
This is the official implementation of JDBC, the Java Database
Connectivity API, for accessing FrontBase databases from Java.
This is the official implementation of JDBC, the Java Database
Connectivity API, for accessing PostgreSQL databases from Java.
PircBot is a framework for an IRC Bot written in Java.
It allows you to create your own custom IRC Bots using
Java by building on the easy to use framework that is
already provided by the PircBot.
Jing is a validator for RELAX NG implemented in Java. It uses a
vendor-independent Java interface for RELAX NG datatype libraries and
can use any datatype library that implements this interface.
The JOGL project hosts the development version of the Java (TM) Binding for the
OpenGL API (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL provides full access to the APIs in the
OpenGL 1.3 - 3.0, >= 3.1, ES 1.x and ES 2.x specification as well as nearly all
vendor extensions. It integrates with the AWT and Swing widget sets, as well
with custom windowing toolkits using the NativeWindow API. It is part of a
suite of open-source technologies initiated by the Game Technology Group at Sun
Microsystems.
JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API
to Rack.
JFtp is a graphical network browser. It support various types of connections
like FTP, SMB, SFTP, NFS, HTTP and local ones, has a nice swing gui, lots of
features and can be started and (auto)updated using Java Web Start in any
browser (link on homepage).