Wez 0 Newbie Poster

hi all ! Long time no see :-)

I have a small question regarding communication between applications.

I have a project where I have to let 2 java applications communicate between eachother. These 2 java applications reside in one vm.

Right now, because of the deadline, I use textfiles, al though I find this way too prone for error. I tried RMI, but seem to have difficulties with security... I got it working on my local machine but when I try it on the target machine it doesn't work... I've read about 100 forum messages concerning the policy file etc, but does not seem to work.

Is there another way, next to textfiles/RMI, to achieve this communication ?

Thanks a bunch!!!!