adhiJ Framework

AdhiJ is a simple, light-weight Application Framework written in Java.  AdhiJ is very easy to use and can be used for building any business component of an application.  It provides the basic plumbing features, so the application developers don't have to worry about the low level calls.  It supports Service Oriented Architecture (SOA).  The picture below gives the class diagram of AdhiJ framework classes. (more…)...
Read More

adhic Framework

AdhiC is a simple, light-weight Application Framework written in C#.  AdhiC is very easy to use and can be used for building any business component of an application.  It provides the basic plumbing features, so the application developers don't have to worry about the low level system calls.  It supports Service Oriented Architecture (SOA).  The picture below gives the class diagram of AdhiC framework classes.  (more…)...
Read More

xml rpc

This section describes how the xml-rpc can be used for remote method invocation.  The xml-rpc java library can be obtained from Apache (http://ws.apache.org/xmlrpc/) xml-rpc method invocation public Vector execute(UserProfile user, String methodName) throws XmlRpcException, IOException (more…)...
Read More