Our application is a rich swing client that is using spring remoting. We want to implement a reporting system where the report is generated as HTML from the server and then displayed in a preview...
Type: Posts; User: darrell_2399; Keyword(s):
Our application is a rich swing client that is using spring remoting. We want to implement a reporting system where the report is generated as HTML from the server and then displayed in a preview...
I've set up the HttpInvoker on the client using commons httpclient. Our server application relies on our own authentication. I'm wrapping the client calls with a HttpClient, HttpState objects to...