Categories
Tags → Java Classes To

Using NHibernate and Log4Net in ASP.NET 2.0 applications

Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. That''s why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent b...
DETAILS

Difference between HashMap and HashTable

Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is...
DETAILS

JDBC : A Definite Guide

The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL statements to almost any relational database. JDBC is a Java API f...
DETAILS

How to Bridge PHP and Java for Powerful Web Solutions

Here''s how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP langu...
DETAILS

AgileJ StructureViews

Are you developing Java applications using XP/Agile Methods in Eclipse? Let AgileJ StructureViews provide you with more insight into the design within your code at next-to-zero effort. AgileJ StructureViews code visualizer for Eclipse is: ...
DETAILS

How To Perform Class Loading With Java

The class loading system for Java is both flexible and strong. It will allow your programs to gains access to class databases without having to link to &"include&" files which are static. It will load archive files which contain the...
DETAILS

Big Faceless PDF Viewer

The BFO Java PDF Viewer is a set of Java classes for displaying, completing and digitally signing PDF forms. The viewer includes SWING component for displaying PDF documents, convert PDF to TIFF (or any other bitmap format), extract and index text an...
DETAILS

Page:
©2003-2019 jCay.com