Categories
Tags → Methods In Java

How Code Reviews and PMD Can Crush Bugs In Your Code

The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and sha...
DETAILS

Applets and Native Methods.

A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries when the applet starts. Also includes a brief introduction to the JNI.
DETAILS

License4J

License4J is a pure Java library for creating and validating licenses. The key concept is features of a license. You can easily add any feature to your license file, i.e. name of the product, version, expiry date, number of executable instances, cust...
DETAILS

Eltima Java/SWING Components

Eltima Java/SWING Components extend the standard set of visual library components, offering new ways to present your creativity to clients. You can add new attractive styles to your software, buttons, color dialogs and integrate Eltima Java/SWING Com...
DETAILS

OR-Mapper POJO Generator

The POJO Generator generates POJOs (Plain Old Java Objects) and the methods for inserting, updating, deleting and finding them in, from an RDBMS. It does OR-Mapping by generating code in an easy-to-use way. The user can easily create a POJO foll...
DETAILS

Voruta

Voruta is a data access framework for embedding SQL statements in Java methods using custom javadoc tags and dynamic code generation
DETAILS

3D Vertical Bar Graph Software

This 2D / 3D Vertical Bar Graph provides both a client and server side solution for the incorporation of bar graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and inte...
DETAILS

Cyber-Pilots Papyrus

Papyrus is a framework which integrates layouting, content management and publishing. The main feature of Papyrus is the use of OO methods to maintain data. Complex layout and content data can be inherited from &"parent&" pages to &...
DETAILS

Improve the performance of your Java code

Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification,...
DETAILS

XML Parser for Java

XML Parser for Java is a validating XML parser written in 100% pure Java. The package (com.ibm.xml.parser) contains classes and methods for parsing, generating, manipulating, and validating XML documents. XML Parser for Java is believed to be the mos...
DETAILS

Page:
©2003-2008 jCay.com