Archive

Archive for the ‘Java Development’ Category

Introduction to Java

July 11th, 2009 admin No comments

Java is an object oriented and structured programming language, designed by Sun Microsystems in the year 1991. Java is a third generation programming language. It has an in built application interface which has the ability to handle the graphics and user interfaces that creates the applets or applications.
The very advantage of java is its [...]

    Read More...

Java Validation With Dynamic Proxies

July 18th, 2007 admin No comments

Decouple validation processes from your business object implementations
Version 1.3 of the Java platform saw the introduction of the dynamic proxy facility. Dynamic proxies offer many interesting solutions to Java developers, including a validation scheme that easily decouples validation logic from an application’s core business logic. In this article, Java developer Eric Olson shows you [...]

    Read More...

Java Programming Language : What it is ?

January 13th, 2007 admin No comments

What is java? For the sake of record here is a small introduction.
A high-level programming language developed by Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of [...]

    Read More...