EJBCA 3.8.1 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News EJBCA 3.8.1 (Development branch)
# 1  
Old 01-29-2009
EJBCA 3.8.1 (Development branch)

Image EJBCA is a fully functional Certificate Authority in Java using J2EE technology. It builds on the J2EE platform to create a robust, high performance, platform independent, flexible, and component-based CA to be used standalone or integrated in any J2EE app. EJBCA comes with a flexible and powerful Web-based admin GUI. License: GNU Lesser General Public License (LGPL) Changes:
Broken support for Glassfish was fixed. Support for JBoss 5.0 was added. Support for Weblogic 10.3 was improved. IPv6 subject alternative names were fixed. A few minor bugs were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
NETBEANS(1)							 Java IDE and More						       NETBEANS(1)

NAME
NetBeans - Java IDE SYNOPSIS
netbeans [ options ] [ files ] PARAMETERS
options Command-line options. files Files to be opened in NetBeans IDE. DESCRIPTION
NetBeans is a cross-platform IDE written in Java. It supports development in Java, and support for other languages can be added. The whole IDE is built around a core framework with APIs, and features are implemented in the form of plugin modules. This clean, modular architec- ture makes NetBeans a good platform for building development tools and custom IDEs. OPTIONS
General options: --help List available command line options --jdkhome <path> Path to JDK home used to run IDE -J<jvm_option> Pass <jvm_option> to JVM --cp:p <classpath> Prepend <classpath> to classpath --cp:a <classpath> Append <classpath> to classpath Core options: --laf <LaF classname> Use given LookAndFeel class instead of the default --fontsize <size> Set the base font size of the user interface, in points --locale <language[:country[:variant]]> Use specified locale --userdir <path> Use specified directory to store user settings Module reload options: --reload /path/to/module.jar Installs or reinstalls a module JAR file. OpenFile module options: --open FILE Open FILE. --open FILE:LINE Open FILE at line LINE (starting from 1). AUTHOR
NetBeans was written by the NetBeans Community <http://www.netbeans.org/>. This manual page was written by Marek Slama <mslama@netbeans.org>, for the Debian project (but may be used by others). January 18, 2008 NETBEANS(1)