Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a framework or an implementation of Asynchronous Java RMI (preferably using Lipe RMI, but not absolutely necessary). I have done a little googling but haven't actually found a straightforward implementation yet. If any of you have already implemented it and would like to save me the time of doing it myself that would be wicked awesome.

It probably isn't relevant, but i'm going to actually be using this over Android to communicate with my RMI back end (which is why I need asynchronous RMI).

Thanks

share|improve this question

1 Answer

up vote 2 down vote accepted

I just got done implementing and releasing a fork of Lipe RMI that does exactly this, in case anybody is interested.

https://github.com/terraframe/lipermi

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.