CORBA is the open standard for heterogeneous computing developed and standardized by Object Management Group ( OMG ) .CORBA is a mechanism in software that will allow the software module to communicate with irrespective to where they are located ( private network / global internet).The first version of CORBA was released in 1991.Interface Definition Language […]
Corba Architecture
Posted in Java Development by admin - Jan 11 2010
Javascript Object Notation
Posted in Java Development by admin - Jan 11 2010
Javascript Object Notation(JSON) is format used to exchange data between cross platforms . It known as an alternative to XML . JSON uses language independent text format at at the same time uses conventions that are familiar to C, C++, C#, Java, JavaScript, Perl, Python, and many others. JSON will encapsulate objects in a meaningful […]
Java Naming Directory Interface (JNDI)
Posted in Java Development by admin - Jan 11 2010
The Java Naming and Directory Interface – (JNDI) is a Java Application Program Interface for accessing (look up), adding, modifying and deleting the objects in different naming and directory services. In this article we would give an introduction to; JNDI architecture, different object storing techniques, the roles of JNDI in various java technology, sample codes […]