RETROGUI
This site is my personal sandbox for playing around with new ideas, sharing code, etc. You can contact me at vick.perry.nospam@gmail.com (remove the ".nospam" from address before sending)
Below are links to the source and binaries of older projects. Please note that I don't actively work on these projects, but I'd be happy to answer questions.
dualrpc version 2.1 for Java 1.5+ - An easy to use, bidirectional RPC framework that can support hundreds of simultaneous clients. Uses a single, continuous socket connection from client to server and easily traverses firewalls.
dualrpc version 2.0 for Java 1.4 - Earlier version of dualrpc. Related version 2.0 downloads are: example of custom JSON serializer, example of Swing application w/dualrpc, example of SWT application w/dualrpc, high availability dualrpc