SOME USEFUL TOOLS FOR JAVA DEVELOPMENT 1. JClarity – Performance Monitoring Jclarity was launched in September 2014, which offers two product range for Java programming performance improvement. One is Illuminate and the other one is Censum. Illuminate used for java coding performance monitoring, while Censum is a java based application focused on garbage collection log analysis. These […]
Some useful tools for Java Development
Posted in Java APIs by admin - May 09 2015
Java Image package
Posted in Java APIs by admin - Feb 08 2011
Images are a key component of web design. Images are objects of the Image class, which is part of the java.awt package. There are three common operations that occur when we work with images, they are create an image, loading an image, and display an image. In java, the image class is used to […]
Java Generic Security Service-JGSS
Posted in Java APIs by admin - Nov 17 2010
Java Generic Security Service(JGSS) JGSS (Java Generic Security Service) provides an interface for secure messaging and authentication. Using this interface we can implement a variety of security mechanisms based on public-key, secret-key or other security technologies. By abstracting the peculiarities and complexity of the security mechanisms to a standardized interface, JGSS provides the following benefits […]