User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Hello Everyone,
I have a situation where i have to access the variables in one
application from another application.
For Ex: Lets say we have two Webobjects applications A and B , can i
access variables in the Applicaiton calss of B from A.
I know that we can invoke a direct action in application B from
application A , IF it is a string value that has to be accessed then
somehow it wud have been possible but embeddign it in the response but i
need to access an NSArray in application B which will contain lot of
objects from A. Is this possible?