I have developed a client (Eclipse) server (Spring Framework on Tomcat) application using Spring Remoting over HttpInvoker.
Some usecases need to transfer large files (>150MB) from server to client. Since we’re on a 32Bit system on client side, I always get a Java heap size problem (althoough I set the Xmx to 1014 MB – but files could even be bigger).
My question is:
Is there any way to do streaming over HttpInvoker or something else to solve this problem?
see rmiio : RMIIO
you can use it standalone or over any other rmi framework such as httpInvoker.