Categories
Tags → Java Errors

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

Tracing in a Multithreaded, Multiplatform Environment

Most Java programmers use some kind of tracing system to keep track of potential errors and problems in code under development. However, multithreaded and multiplatform systems can generate a large and baffling amount of tracing data. This article of...
DETAILS

JAR Class Finder

JAR Class Finder is a WSAD/Eclipse plug-in utility for finding JAR files containing a given class for the Java build path of a project and for helping to fix NoClassDefFound exceptions. This utility helps users to quickly and easily resolve ClassDefN...
DETAILS
©2003-2008 jCay.com