Top Stories by P.G. Sarang
With the rapid growth of the Internet, distributed Web-enabled applications
are becoming popular. One of the most commonly used architectures for
development of such applications is CORBA, which provides a platform,
location and an implementation-language-neutral architecture for the
development of distributed applications. In addition, the phenomenal interest
in component technology has led to the development of CORBA Beans. Such CORBA
components and objects will soon be available for use on the Web. When you
encounter such a CORBA object, you may wish to use its services by
dynamically discovering its properties (something similar to Introspect and
Reflection in Java). CORBA supports this.
What Is Dynamic Invocation?
CORBA allows you to discover an object's properties d... (more)
The matrix is an indispensable tool for engineers and mathematicians.
Matrices are used in many engineering applications for solving linear
equations, differential equations of n-order, and so on.
Mathematicians have developed matrix arithmetic to help engineers in solving
their engineering problems. It is generally very easy to understand and
perform. However, due to the mere size of the ... (more)
In today's world of network computers our important documents are usually
widely dispersed on several computers in our networks. Over a period of time,
we forget their location and searching for these files on a huge network
turns out to be a frustrating experience. Such searches are typically not
only time-consuming, but also consume valuable and scarce network resources.
This article p... (more)
In recent days, CORBA has fast become a standard for the development of
distributed applications. A CORBA application may consist of one or more
CORBA server objects and many clients who connect to these servers. A CORBA
server object makes itself available to the client by registering with the
CORBA Naming Service or a CORBA Trader Service. A client locates the desired
server object on ... (more)