Articles


Using Database in Jave Server Faces

Posted on April 8, 2008

Author describes how a data table can be created and used using Java Server Faces.

Dynamic Image creation in Servlets and NIO

Posted on January 9, 2008

In this brief tutorial, the author gives demonstrations for image creation in servlets, using the conventional methods as well as the new methods introduced in JDK1.4 (nio).

Thrilling Desktop APIs in JDK 1.6

Posted on January 5, 2008

This article introduces some of the most thrilling new APIs provided in Java Development Kit (JDK) 1.6 for seamless integration with the native desktop environments, whether it is Windows, or Linux, GNOME, or KDE.

Developing ANN in Java Framework

Posted on January 3, 2008

The term neural network is usually meant to refer to artificial neural network (ANN). An artificial neural network attempts to simulate the real neural networks that are contained in the brains of all animals.

Servlets and JSP Questions and Answers

Posted on December 19, 2007

ervlet is a java class file executed in Servlet-compliant webserver like Tomcat and result sent to browser(normally). It is also possible to invoke the servlet from an applet or frame.

USING JMF

Posted on December 18, 2007

In this brief tutorial, the author deals with the method of playing audio files in stand-alone programs and also using JMF to play audio and audio-video files.

Paradigm Shift in Programming: from OOP to AOP

Posted on December 7, 2007

The author explains OO programming by allowing the developer to dynamically modify the static OO model to create a system that can grow to meet new requirements using Aspect-Oriented Programming (AOP) complements.

Intelligent Agents Technologies and JADE Framework

Posted on December 3, 2007

This article introduces the concepts of intelligent agents. In the recent past, the development and deployment of software agents as digital assistants for managing electronic information has steadily increased.

Java Class Loader – A Class apart

Posted on October 3, 2007

Class loaders have always been the key component of the Java, loading classes into the JVM at runtime. Class loaders fetch classes into the JVM, so they constitute the first line of defense in the JVM Sandbox,

Bean Introspection

Posted on September 11, 2007

There are times when Application program files given by vendor are just java class files and you want in-house enhancement of your application, In such cases you can use Java Bean API for introspection.

Paradigm Shift in Programming from OOP to AOP

Posted on August 7, 2007

The author explains OO programming by allowing the developer to dynamically modify the static OO model to create a system that can grow to meet new requirements using Aspect-Oriented Programming (AOP) complements.

An introduction to I/O and the File and FileDialog classes in JAVA

Posted on August 3, 2007

Java provides many classes that make "I/O" (input and output) relatively easy and platform independent.

A Java Applet that is also a Java Application

Posted on July 31, 2007

The author discusses a strategy to write a single java code that works either as an applet or as an application, depending upon the execution context.

JPrintStackTrace

Posted on July 19, 2007

Many times you may end up in a situation where the usual Java stack trace is of no use for you to debug the problem. The stack trace may not even show you the correct source code line that triggered the problem.

CruiseControlling Your Project Source Code Repository

Posted on July 11, 2007

Supervision of the source code repository is a crucial element to ensure the success of any project. The author discuses a tool that helps you accomplish this task in a simple and efficient manner.

HIBERNATE - Persisting Collections

Posted on July 4, 2007

In this article, the author explains persisting collections. A simple and practical example has been provided for better understanding.

HotSwapping with Java

Posted on June 20, 2007

The author introduces a tool for testing a fix while doing away with the need to restart the running application. Read on…..

JAVA SECURITY – PACKAGES JCA/JCE - Part II

Posted on June 19, 2007

In this part, the author does some coding using Java Security. There are a number of Cryptographic Engines in SunJCA and SunJCE. They are listed below.

JAVA SECURITY – PACKAGES JCA/JCE - Part-I

Posted on June 19, 2007

In this tutorial, the author explains cryptography related concepts and packages in JDK.

INTERNATIONALIZATION of Struts

Posted on June 11, 2007

In this tutorial, we shall see how to implement Internationalization in Struts.

Opening Open-Laslo

Posted on May 22, 2007

In this lab-oriented beginner's tutorial, the author explores OpenLaszlo technology and explains its basic features.

Building Bridges with JACOB

Posted on May 8, 2007

JACOB is a step towards making Windows (Win32) libraries available to any Java project, which was only possible with JNI (Java Native Interface).

Understanding RMI

Posted on April 24, 2007

The advantage of RMI-IIOP is that the programmer does not need to know anything about OMG-IDL. He simply writes a program with very slight changes from RMI style. He can get the IDL file automatically generated by the IDL compiler.

J2EE Tutorial - Session Tracking

Posted on April 16, 2007

Let us now consider a case where the object is not available in the webserver but in another remote machine. This is a typical case of MULTI-TIER Client-Server computing.

Multi-tier client Server Computing

Posted on April 5, 2007

Let us now consider a case where the object is not available in the webserver but in another remote machine

J2EE Tutorial - RMI Example

Posted on August 8, 2006

RMI Example Part-II

J2EE Tutorial - RMI Example 1

Posted on August 8, 2006

Around 1990, the OMG (Object Management Group) was formed by just EIGHT founder members.

J2EE Tutorial - Session Tracking Example

Posted on August 8, 2006

Session Tracking Example

J2EE Tutorial - Java Bean

Posted on August 8, 2006

To bring out the differences between the different appraoaches, we will consider a simple case where the user types his name in the textbox(text1) in the html form and submits it to the webserver.

STRUTS-DATASOURCE

Posted on November 7, 2005

In this brief tutorial on the correct method of using the built-in DataSource of Struts, the author explains the step-by-step procedure for a simplified example for Data-access of ODBC table.

JDO UNPLUGGED - PART II

Posted on October 23, 2005

In this part, the author does some coding.

JDO UNPLUGGED - PART I

Posted on October 22, 2005

Java Data Object is a standard interface set that defines linguistics for storing persistent objects. In this article, the author strives to decipher the complexities of JDO.

Handling Bound Property Change Events in JAVA

Posted on September 24, 2005

In this article, the author provides an example to illustrate Bound Properties

Umpteen Tips and Tricks on Java Development

Posted on November 3, 2003

Java remains a hot language, and tips and tricks on these are certainly going to benefit all Java fans out there. In this article, Anuradha Pai gives the tips and tricks for Java developers

Java strikes back

Posted on August 20, 2003

It was a dream come true experience for developers entrapped in the world of proprietary systems. It meant freedom, openness, idealism, power, creativity and much more to developers who simply grabbed the technology with both hands.

Software Saga

Posted on April 11, 2002

Since the 1960s, when there was an exponential growth in the number of mainframes, developers have been trying to get to write better and more efficient code

HeadLines


Sify appoints Arvind Mathur

Posted on May 29, 2007

Books

Professional Java JDK 6 Edition

Posted on April 1, 2007

<p class="MsoBodyText2">This book is for Java developers who are looking for an all-purpose resource, are ready for more advanced Java solutions and ...